Congratulations!

[Valid RSS] This is a valid RSS feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://planet.wordpress.org/feed/

  1. <?xml version="1.0"?>
  2. <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  3.  
  4. <channel>
  5. <title>WordPress Planet</title>
  6. <link>http://planet.wordpress.org/</link>
  7. <language>en</language>
  8. <description>WordPress Planet - http://planet.wordpress.org/</description>
  9.  
  10. <item>
  11. <title>Gravatar: Understanding and Choosing Among Various Types of Authentication Protocols</title>
  12. <guid>http://blog.gravatar.com/?p=1370</guid>
  13. <link>https://blog.gravatar.com/2024/05/04/authentication-protocols/</link>
  14. <description>&lt;p&gt;Are you feeling lost among all the types of authentication protocols and struggling to understand the difference between them?&amp;nbsp;&lt;/p&gt;
  15.  
  16.  
  17.  
  18. &lt;p&gt;It’s certainly a lot to wrap your head around, which is why we’ve created this in-depth guide. Here, you’ll learn all authentication protocols, their main functionalities, and how they can impact your business.&amp;nbsp;&lt;/p&gt;
  19.  
  20.  
  21.  
  22. &lt;p&gt;By the end, you’ll know how to choose the best protocol for your specific use case.&lt;/p&gt;
  23.  
  24.  
  25.  
  26. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;What are authentication protocols, and why do they matter?&lt;/strong&gt;&lt;/h2&gt;
  27.  
  28.  
  29.  
  30. &lt;p&gt;Authentication protocols are network security rules determining how individuals or systems verify their identities during online communications. They are like online bouncers, checking IDs before letting anyone in. &lt;/p&gt;
  31.  
  32.  
  33.  
  34. &lt;p&gt;These protocols are the first defense against unauthorized access, ensuring that sensitive information doesn’t fall into the wrong hands. This can prevent data breaches, substantial financial losses, and reputation damage.&lt;/p&gt;
  35.  
  36.  
  37.  
  38. &lt;p&gt;From traditional password-based methods to cutting-edge biometric verification, authentication protocols follow three main steps:&amp;nbsp;&lt;/p&gt;
  39.  
  40.  
  41.  
  42. &lt;ol&gt;
  43. &lt;li&gt;&lt;strong&gt;Identification&lt;/strong&gt;, where the user claims an identity.&lt;/li&gt;
  44.  
  45.  
  46.  
  47. &lt;li&gt;&lt;strong&gt;Authentication&lt;/strong&gt;, where they prove their identity.&lt;/li&gt;
  48.  
  49.  
  50.  
  51. &lt;li&gt;&lt;strong&gt;Authorization&lt;/strong&gt;, where they get access to resources.&lt;/li&gt;
  52. &lt;/ol&gt;
  53.  
  54.  
  55.  
  56. &lt;p&gt;Encryption and decryption are at the heart of these protocols, maintaining the confidentiality and integrity of the data being exchanged. Even if the data is intercepted, it remains unintelligible without the correct cryptographic key that unlocks its encryption.&lt;/p&gt;
  57.  
  58.  
  59.  
  60. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Exploring the most popular authentication protocols&lt;/strong&gt;&lt;/h2&gt;
  61.  
  62.  
  63.  
  64. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;WebAuthn&lt;/strong&gt;&lt;/h3&gt;
  65.  
  66.  
  67.  
  68. &lt;img width=&quot;660&quot; height=&quot;330&quot; src=&quot;https://gravatar.files.wordpress.com/2024/05/image.png?w=660&quot; alt=&quot;WebAuthn registration ceremony&quot; class=&quot;wp-image-1372&quot; /&gt;
  69.  
  70.  
  71.  
  72. &lt;p&gt;&lt;a href=&quot;https://webauthn.io/&quot;&gt;WebAuthn&lt;/a&gt;, short for Web Authentication, is a browser-based Application Programming Interface (API) that works with biometric information. This means that it uses data like fingerprints and facial recognition or physical security keys instead of traditional passwords, which can be forgotten or stolen.&amp;nbsp;&lt;/p&gt;
  73.  
  74.  
  75.  
  76. &lt;h4 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Use cases&lt;/strong&gt;&lt;/h4&gt;
  77.  
  78.  
  79.  
  80. &lt;p&gt;WebAuthn is adopted by major web browsers and a growing list of online platforms, allowing them to streamline the login process with a simple fingerprint scan and an extra layer of security through two-factor authentication. These include online banking, social media platforms, and companies that want to secure employee access to internal systems and applications.&amp;nbsp;&lt;/p&gt;
  81.  
  82.  
  83.  
  84. &lt;h4 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Pros and cons&lt;/strong&gt;&lt;/h4&gt;
  85.  
  86.  
  87.  
  88. &lt;table class=&quot;has-fixed-layout&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Pros&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;&lt;strong&gt;Cons&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;It eradicates the need for passwords, eliminating the risk of phishing and other password-based attacks.&lt;/td&gt;&lt;td&gt;Transitioning to passwordless authentication requires user education and acceptance.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Offers a personalized, secure login via biometrics or secure hardware tokens, adding layers of security.&lt;/td&gt;&lt;td&gt;Ensuring smooth operation across all platforms and browsers demands ongoing vigilance.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Simplifies authentication, making secure access effortless for users across the globe.&lt;/td&gt;&lt;td&gt;The effectiveness of WebAuthn relies on careful integration to keep the device and biometric data safe.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
  89.  
  90.  
  91.  
  92. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Kerberos&lt;/strong&gt;&lt;/h3&gt;
  93.  
  94.  
  95.  
  96. &lt;img width=&quot;660&quot; height=&quot;330&quot; src=&quot;https://gravatar.files.wordpress.com/2024/05/image-1.png?w=660&quot; alt=&quot;Kerberos authentication process&quot; class=&quot;wp-image-1373&quot; /&gt;
  97.  
  98.  
  99.  
  100. &lt;p&gt;&lt;a href=&quot;https://web.mit.edu/kerberos/&quot;&gt;Kerberos&lt;/a&gt; is a network authentication protocol developed in the 1980s by &lt;a href=&quot;https://www.mit.edu/&quot;&gt;MIT&lt;/a&gt; as part of &lt;a href=&quot;https://www.projectathena.org/&quot;&gt;Project Athena&lt;/a&gt; to secure network communications across an untrusted network.&amp;nbsp;&lt;/p&gt;
  101.  
  102.  
  103.  
  104. &lt;p&gt;With a unique ticketing system, Kerbos enables users to access network services only when they receive tickets from a Kerberos Key Distribution Center (KDC). These tickets prove the user&amp;#8217;s identity without sending passwords over the network.&amp;nbsp;&lt;/p&gt;
  105.  
  106.  
  107.  
  108. &lt;p&gt;A vital component is the Ticket-Granting Ticket (TGT), obtained upon initial authentication, which is then used to request other tickets for specific services, streamlining secure access without repeated logins.&lt;/p&gt;
  109.  
  110.  
  111.  
  112. &lt;h4 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Use cases&lt;/strong&gt;&lt;/h4&gt;
  113.  
  114.  
  115.  
  116. &lt;p&gt;Kerberos is widely used in corporate environments, schools, and universities to secure access to networked services. Common use cases include accessing file shares, email servers, and database management systems within a secure corporate network and student information systems.&amp;nbsp;&lt;/p&gt;
  117.  
  118.  
  119.  
  120. &lt;p&gt;It’s also the default authentication protocol for &lt;a href=&quot;https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/get-started/virtual-dc/active-directory-domain-services-overview&quot;&gt;Microsoft Active Directory&lt;/a&gt; (AD). When a user logs into their &lt;a href=&quot;https://www.microsoft.com/en-us/windows&quot;&gt;Windows&lt;/a&gt; domain, AD issues a TGT from its key distribution center. This TGT is then used to obtain service tickets for accessing various network resources within the domain.&lt;/p&gt;
  121.  
  122.  
  123.  
  124. &lt;h4 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Pros and cons&lt;/strong&gt;&lt;/h4&gt;
  125.  
  126.  
  127.  
  128. &lt;table class=&quot;has-fixed-layout&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Pros&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;&lt;strong&gt;Cons&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Simplifies the user experience by requiring only one set of credentials – Single Sign-On (SSO), to access multiple services.&lt;/td&gt;&lt;td&gt;Implementing and maintaining a Kerberos system can be complex, requiring specialized knowledge.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Using strong encryption and temporary tickets, Kerberos minimizes the risk of password interception and replay attacks.&lt;/td&gt;&lt;td&gt;Kerberos requires precise time synchronization between all the devices in the network, which can be challenging to maintain.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Kerberos is designed to support large, complex networks, making it suitable for organizations of all sizes.&lt;/td&gt;&lt;td&gt;Kerberos is most effective within a controlled network environment, and extending its protection to external services or users can be complicated.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
  129.  
  130.  
  131.  
  132. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;LDAP&lt;/strong&gt;&lt;/h3&gt;
  133.  
  134.  
  135.  
  136. &lt;img src=&quot;https://lh7-us.googleusercontent.com/68F7hgb5PW44HdNRK_WxDCzcFXDqYuxZOyZkjayoeAt55sX4bdM9CVenTZqi3ghfq4mdoxpiXd4iYac9lS2qSgAGw-aSOLEsCQPtQBUEhw3LXgWdtQI_a7U6y01roWi5wEB_fMcbngUrucssajI5CFw&quot; alt=&quot;&quot; /&gt;
  137.  
  138.  
  139.  
  140. &lt;p&gt;&lt;em&gt;How LDAP works&lt;/em&gt;&lt;/p&gt;
  141.  
  142.  
  143.  
  144. &lt;p&gt;Lightweight Directory Access Protocol (LDAP) is an open, vendor-neutral, industry-standard application protocol used for querying and modifying items in directory service providers over an Internet Protocol (IP) network. It’s designed to work on a client-server model, where the client makes requests to the directory server, which then responds to those requests.&lt;/p&gt;
  145.  
  146.  
  147.  
  148. &lt;h4 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Use cases&amp;nbsp;&lt;/strong&gt;&lt;/h4&gt;
  149.  
  150.  
  151.  
  152. &lt;p&gt;LDAP is extensively used in Single Sign-On (SSO) systems, where it allows users to access multiple applications or services with a single set of credentials, improving the user experience and administrative efficiency.&amp;nbsp;&lt;/p&gt;
  153.  
  154.  
  155.  
  156. &lt;p&gt;It&amp;#8217;s also foundational in creating and managing digital directories, including those for managing user information, such as names, passwords, and email addresses, across an organization.&lt;/p&gt;
  157.  
  158.  
  159.  
  160. &lt;h4 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Pros and cons&lt;/strong&gt;&lt;/h4&gt;
  161.  
  162.  
  163.  
  164. &lt;table class=&quot;has-fixed-layout&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Pros&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;&lt;strong&gt;Cons&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;LDAP is optimized for high performance, making it fast to search and access directory information.&lt;/td&gt;&lt;td&gt;While LDAP supports security mechanisms, its inherent security is considered weaker than some newer protocols, making it more susceptible to attacks like man-in-the-middle (MitM).&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;It can scale to accommodate many entries and supports a wide range of data formats, making it adaptable to various organizational needs.&lt;/td&gt;&lt;td&gt;Setting up and managing LDAP can be complex, requiring specific expertise, especially in configuring it to use stronger security measures effectively.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;LDAP&amp;#8217;s support for diverse data formats and structures allows it to integrate with a multitude of applications and systems, enhancing its utility.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
  165.  
  166.  
  167.  
  168. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;OAuth&lt;/strong&gt;&lt;/h3&gt;
  169.  
  170.  
  171.  
  172. &lt;img width=&quot;660&quot; height=&quot;330&quot; src=&quot;https://gravatar.files.wordpress.com/2024/05/image-2.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1374&quot; /&gt;
  173.  
  174.  
  175.  
  176. &lt;p&gt;&lt;a href=&quot;https://oauth.net/2/&quot;&gt;OAuth&lt;/a&gt; is an authorization protocol that enables external applications to request access to private details in a user&amp;#8217;s account without needing the user&amp;#8217;s password. It acts as an intermediary, granting tokens to third-party services to access specific account information with the user&amp;#8217;s consent, thus maintaining security and privacy.&lt;/p&gt;
  177.  
  178.  
  179.  
  180. &lt;h4 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Use cases&lt;/strong&gt;&lt;/h4&gt;
  181.  
  182.  
  183.  
  184. &lt;p&gt;OAuth is widely utilized across various social media platforms to allow seamless content sharing and user verification. For instance, when a website or app allows you to log in using your &lt;a href=&quot;https://www.google.com/&quot;&gt;Google&lt;/a&gt; or &lt;a href=&quot;https://www.facebook.com/&quot;&gt;Facebook account&lt;/a&gt;, OAuth is at work.&amp;nbsp;&lt;/p&gt;
  185.  
  186.  
  187.  
  188. &lt;p&gt;It simplifies the login process for users across websites and applications, enhancing the user experience by connecting different online services in a secure manner.&lt;/p&gt;
  189.  
  190.  
  191.  
  192. &lt;h4 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Pros and cons&lt;/strong&gt;&lt;/h4&gt;
  193.  
  194.  
  195.  
  196. &lt;table class=&quot;has-fixed-layout&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Pros&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;&lt;strong&gt;Cons&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Users can grant limited access to their private information without exposing their passwords, maintaining control over what external applications can see and do with their data.&lt;/td&gt;&lt;td&gt;Despite its security benefits, OAuth can be susceptible to phishing attacks, where malicious actors trick users into granting access to their accounts.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;OAuth allows for detailed control over the levels of access external apps have, enabling users to specify which data can be accessed and for how long.&lt;/td&gt;&lt;td&gt;Managing the lifetime and refresh of tokens can be challenging, as insecure handling or leaks can lead to unauthorized access.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;For developers, OAuth simplifies integrating with third-party services, offering a standardized protocol for authorization.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
  197.  
  198.  
  199.  
  200. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;SAML&lt;/strong&gt;&lt;/h3&gt;
  201.  
  202.  
  203.  
  204. &lt;img width=&quot;660&quot; height=&quot;330&quot; src=&quot;https://gravatar.files.wordpress.com/2024/05/image-3.png?w=660&quot; alt=&quot;SAML authentication process&quot; class=&quot;wp-image-1375&quot; /&gt;
  205.  
  206.  
  207.  
  208. &lt;p&gt;Security Assertion Markup Language (SAML) is an open standard for exchanging authentication and authorization credentials between an Identity Provider (IdP) and a Service Provider (SP). It enables secure, cross-domain SSO, allowing users to access multiple services with a single set of credentials to streamline the authentication process across different platforms and applications.&lt;/p&gt;
  209.  
  210.  
  211.  
  212. &lt;h4 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Use cases&lt;/strong&gt;&lt;/h4&gt;
  213.  
  214.  
  215.  
  216. &lt;p&gt;SAML is predominantly applied in the enterprise sector, facilitating SSO for various applications. It&amp;#8217;s particularly beneficial for organizations with numerous cloud services and internal applications, as it simplifies the login process for employees, reducing the need for multiple passwords and enhancing productivity.&amp;nbsp;&lt;/p&gt;
  217.  
  218.  
  219.  
  220. &lt;p&gt;For instance, SAML is extensively utilized in institutions using &lt;a href=&quot;https://workspace.google.com/&quot;&gt;Google Workspace&lt;/a&gt; or &lt;a href=&quot;https://www.office.com/&quot;&gt;Microsoft 365&lt;/a&gt;, enabling users to log in to various applications and services with a single set of credentials.&lt;/p&gt;
  221.  
  222.  
  223.  
  224. &lt;h4 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Pros and cons&lt;/strong&gt;&lt;/h4&gt;
  225.  
  226.  
  227.  
  228. &lt;table class=&quot;has-fixed-layout&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Pros&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;&lt;strong&gt;Cons&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;SAML enables a smooth and secure user experience by allowing access to multiple services with a single authentication process.&lt;/td&gt;&lt;td&gt;Setup can be complex, requiring significant effort in configuration and maintenance, especially when integrating multiple services.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;It supports advanced security features and complies with strict regulatory standards, ensuring sensitive data is securely shared across different services.&lt;/td&gt;&lt;td&gt;Since SAML centralizes the authentication process, it can become a single point of failure, where issues with the identity provider can affect access to all connected services.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;As an open standard, SAML ensures compatibility and interoperability between different systems and applications, facilitating easy integration and adoption.&lt;/td&gt;&lt;td&gt;Although SAML enhances security, poorly implemented SAML assertions can be exploited, leading to unauthorized access and other security vulnerabilities.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
  229.  
  230.  
  231.  
  232. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;RADIUS&lt;/strong&gt;&lt;/h3&gt;
  233.  
  234.  
  235.  
  236. &lt;img width=&quot;660&quot; height=&quot;330&quot; src=&quot;https://gravatar.files.wordpress.com/2024/05/image-4.png?w=660&quot; alt=&quot;RADIUS authentication&quot; class=&quot;wp-image-1377&quot; /&gt;
  237.  
  238.  
  239.  
  240. &lt;p&gt;Remote Authentication Dial-In User Service (RADIUS) is a networking protocol that provides centralized Authentication, Authorization, and Accounting (AAA) management for users connecting to and using a network service.&amp;nbsp;&lt;/p&gt;
  241.  
  242.  
  243.  
  244. &lt;p&gt;It centralizes access to various network resources, streamlining the process of managing user credentials and access rights across a wide range of network devices and services.&lt;/p&gt;
  245.  
  246.  
  247.  
  248. &lt;h4 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Use cases&lt;/strong&gt;&lt;/h4&gt;
  249.  
  250.  
  251.  
  252. &lt;p&gt;RADIUS is extensively used by Internet Service Providers (ISPs) and enterprises to manage access to network resources such as VPNs, network switches, and wireless access points. It allows for the management of user credentials, permissions, and tracking of user activity, making it essential for organizations that require secure and efficient access control.&lt;/p&gt;
  253.  
  254.  
  255.  
  256. &lt;h4 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Pros and cons&lt;/strong&gt;&lt;/h4&gt;
  257.  
  258.  
  259.  
  260. &lt;table class=&quot;has-fixed-layout&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Pros&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;&lt;strong&gt;Cons&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;RADIUS is supported by a wide variety of network hardware and software vendors, ensuring flexibility and ease of integration in diverse IT environments.&lt;/td&gt;&lt;td&gt;While RADIUS can serve small to medium-sized deployments efficiently, it may face scalability issues in larger, more dynamic environments.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Its well-established protocol makes onboarding straightforward, allowing organizations to quickly set up and manage access controls without extensive customization.&lt;/td&gt;&lt;td&gt;Although user passwords are transmitted in an encrypted form, the lack of hashing or salting can pose a security risk, making passwords more vulnerable to certain types of attacks if the encrypted data is intercepted.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
  261.  
  262.  
  263.  
  264. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Exploring less common authentication protocols&lt;/strong&gt;&lt;/h2&gt;
  265.  
  266.  
  267.  
  268. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;CHAP&lt;/strong&gt;&lt;/h3&gt;
  269.  
  270.  
  271.  
  272. &lt;img width=&quot;660&quot; height=&quot;330&quot; src=&quot;https://gravatar.files.wordpress.com/2024/05/image-5.png?w=660&quot; alt=&quot;Challenge-Handshake Authentication Protocol process&quot; class=&quot;wp-image-1378&quot; /&gt;
  273.  
  274.  
  275.  
  276. &lt;p&gt;Challenge-Handshake Authentication Protocol (CHAP) is a network security protocol that uses a challenge-handshake mechanism to authenticate a user or network entity. Its primary purpose is to securely establish a connection without transmitting the actual password over the network.&amp;nbsp;&lt;/p&gt;
  277.  
  278.  
  279.  
  280. &lt;p&gt;It operates in three phases: link establishment, authentication, and network connection. This ensures secure data exchange by periodically verifying the identity of the client using a three-way handshake method.&amp;nbsp;&lt;/p&gt;
  281.  
  282.  
  283.  
  284. &lt;p&gt;Commonly used in ISP settings, Point-To-Point (PPP) connections, and remote server access, CHAP provides a layer of security by preventing unauthorized access.&lt;/p&gt;
  285.  
  286.  
  287.  
  288. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;EAP&lt;/strong&gt;&lt;/h3&gt;
  289.  
  290.  
  291.  
  292. &lt;img width=&quot;660&quot; height=&quot;330&quot; src=&quot;https://gravatar.files.wordpress.com/2024/05/image-6.png?w=660&quot; alt=&quot;Extensible Authentication Protocol (EAP)&quot; class=&quot;wp-image-1379&quot; /&gt;
  293.  
  294.  
  295.  
  296. &lt;p&gt;Extensible Authentication Protocol (EAP) serves as a versatile framework supporting multiple authentication methods, making it adaptable to various network requirements. It is primarily utilized in wireless networks and point-to-point connections.&amp;nbsp;&lt;/p&gt;
  297.  
  298.  
  299.  
  300. &lt;p&gt;EAP functions by providing a standard mechanism for authentication, offering a range of methods such as EAP-TLS (Transport Layer Security), EAP-TTLS (Tunneled Transport Layer Security), and PEAP (Protected EAP), among others.&amp;nbsp;&lt;/p&gt;
  301.  
  302.  
  303.  
  304. &lt;p&gt;These methods cater to different security needs, showcasing EAP&amp;#8217;s flexibility in authenticating network access.&lt;/p&gt;
  305.  
  306.  
  307.  
  308. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;PAP&lt;/strong&gt;&lt;/h3&gt;
  309.  
  310.  
  311.  
  312. &lt;img width=&quot;660&quot; height=&quot;330&quot; src=&quot;https://gravatar.files.wordpress.com/2024/05/image-7.png?w=660&quot; alt=&quot;Password Authentication Protocol (PAP)&quot; class=&quot;wp-image-1380&quot; /&gt;
  313.  
  314.  
  315.  
  316. &lt;p&gt;Password Authentication Protocol (PAP) is one of the simplest forms of network security authentication mechanisms, and it operates by exchanging plain-text passwords across the network.&lt;/p&gt;
  317.  
  318.  
  319.  
  320. &lt;p&gt;Because this method is inherently less secure, PAP is generally used as a &amp;#8220;last resort”, particularly in environments where other, more secure methods are not available or feasible. When other options are available, PAP is typically bypassed due to its vulnerability to eavesdropping attacks.&amp;nbsp;&lt;/p&gt;
  321.  
  322.  
  323.  
  324. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;TACACS&lt;/strong&gt;&lt;/h3&gt;
  325.  
  326.  
  327.  
  328. &lt;img width=&quot;660&quot; height=&quot;330&quot; src=&quot;https://gravatar.files.wordpress.com/2024/05/image-8.png?w=660&quot; alt=&quot;Terminal Access Controller Access Control System (TACACS)&quot; class=&quot;wp-image-1381&quot; /&gt;
  329.  
  330.  
  331.  
  332. &lt;p&gt;Terminal Access Controller Access Control System (TACACS) is used for verifying users on a network, particularly in environments requiring centralized control over authentication and authorization services.&lt;/p&gt;
  333.  
  334.  
  335.  
  336. &lt;p&gt;It creates a secure dialogue between a client and an authentication server, employing a more sophisticated authentication mechanism than simpler protocols. It also allows for granular control over user permissions and the flexibility to support various authentication methods.&amp;nbsp;&lt;/p&gt;
  337.  
  338.  
  339.  
  340. &lt;p&gt;Despite its strengths, the TACACS’s complexity and the need for specialized knowledge for implementation are considered drawbacks.&lt;/p&gt;
  341.  
  342.  
  343.  
  344. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Choosing the right authentication protocol: A use case approach&lt;/strong&gt;&lt;/h2&gt;
  345.  
  346.  
  347.  
  348. &lt;p&gt;Selecting the optimal authentication protocol is crucial for enhancing a system&amp;#8217;s performance, its security, and a smooth integration process. The decision on which authentication protocol to use can be influenced by several factors:&lt;/p&gt;
  349.  
  350.  
  351.  
  352. &lt;ul&gt;
  353. &lt;li&gt;&lt;strong&gt;System architecture: &lt;/strong&gt;The structural design of the system determines compatibility with different protocols.&lt;/li&gt;
  354.  
  355.  
  356.  
  357. &lt;li&gt;&lt;strong&gt;Resources available: &lt;/strong&gt;Time, budget, and technical expertise available can significantly narrow down choices.&lt;/li&gt;
  358.  
  359.  
  360.  
  361. &lt;li&gt;&lt;strong&gt;Specific security requirements: &lt;/strong&gt;Different protocols offer varying levels of security, making some more suitable for certain scenarios than others.&lt;/li&gt;
  362. &lt;/ul&gt;
  363.  
  364.  
  365.  
  366. &lt;p&gt;Use case examples:&lt;/p&gt;
  367.  
  368.  
  369.  
  370. &lt;ul&gt;
  371. &lt;li&gt;&lt;strong&gt;Small business server: &lt;/strong&gt;For small businesses with limited resources and technical expertise, a protocol like RADIUS, known for its broad vendor compatibility and ease of deployment, might be the most appropriate choice.&lt;/li&gt;
  372.  
  373.  
  374.  
  375. &lt;li&gt;&lt;strong&gt;Cloud-based web application:&lt;/strong&gt; OAuth shines in scenarios requiring secure third-party app integrations, making it ideal for cloud-based applications that need to support social media logins or access to other online services.&lt;/li&gt;
  376.  
  377.  
  378.  
  379. &lt;li&gt;&lt;strong&gt;Enterprise-level network: &lt;/strong&gt;An organization requiring robust security and SSO across multiple systems might find Kerberos to be the best fit, thanks to its ability to protect against password attacks and support for complex network architectures.&lt;/li&gt;
  380. &lt;/ul&gt;
  381.  
  382.  
  383.  
  384. &lt;p&gt;In certain contexts, a lesser-used protocol could be more effective. For instance, CHAP might be chosen over OAuth for its utility in point-to-point connection settings where third-party app integration isn&amp;#8217;t a priority, but periodic authentication checks are essential.&lt;/p&gt;
  385.  
  386.  
  387.  
  388. &lt;p&gt;Sometimes, you have to use multiple protocols to meet all the security and functionality needs of a system effectively. This flexibility will make sure that as your business grows or technology advances, the authentication mechanisms can grow and evolve with it, maintaining security and performance without compromising on user experience or system integrity.&lt;/p&gt;
  389.  
  390.  
  391.  
  392. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Pairing your authentication protocol with Gravatar for a complete digital identity management solution&lt;/strong&gt;&lt;/h2&gt;
  393.  
  394.  
  395.  
  396. &lt;img src=&quot;https://lh7-us.googleusercontent.com/ll4OpUpkzXRSe1JAqrYViBLK2Xq_J0yozavb0Tvq0fRoX3k9sgk_-BrVbaXE2ytBCtmh_t8xPwOiAriyajisDqsb4fbZf042f0xH9OnyDIzv_daZ_gH-KiBnqKYFp7eS2JB7Lh5hSFvrE-DeC-UY9Rg&quot; alt=&quot;Gravatar homepage&quot; /&gt;
  397.  
  398.  
  399.  
  400. &lt;p&gt;So far, we’ve looked at the various authentication protocols available to help you choose the right one, whether it’s for your website, web app, internal login portal for your business, or any other use case. This plays a huge role in a streamlined and secure digital identity management setup, but there’s more you can do.&amp;nbsp;&lt;/p&gt;
  401.  
  402.  
  403.  
  404. &lt;p&gt;Enter &lt;a href=&quot;https://gravatar.com/&quot;&gt;Gravatar&lt;/a&gt;, a tool that significantly simplifies the user management process for various digital platforms, including websites, blogs, eCommerce sites, and applications. By offering a universal and unique user identification system, Gravatar allows for effortless integration across multiple platforms, streamlining the validation processes for entities of all kinds.&lt;/p&gt;
  405.  
  406.  
  407.  
  408. &lt;p&gt;To break this down, Gravatar lets users create a universal profile linked to their email address. By integrating Gravatar to your website or web app via Gravatar’s API, when a user with a Gravatar profile signs up to your website, you can automatically pull their data for a streamlined profile creation process.&amp;nbsp;&lt;/p&gt;
  409.  
  410.  
  411.  
  412. &lt;p&gt;&lt;strong&gt;This not only simplifies profile management but also enriches the user experience, as individuals can carry their digital identity – via a consistent profile image and information – across the web.&lt;/strong&gt;&lt;/p&gt;
  413.  
  414.  
  415.  
  416. &lt;p&gt;Integrating Gravatar offers the added advantage of a secure and personalized signup process. By leveraging Gravatar, developers can eliminate the complexities associated with managing profile image storage and retrieval, ensuring a more streamlined and efficient system. Users benefit from a trustworthy and straightforward identification system that respects their privacy and simplifies online interactions.&lt;/p&gt;
  417.  
  418.  
  419.  
  420. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Build a digital identity management system your users deserve&lt;/strong&gt;&lt;/h2&gt;
  421.  
  422.  
  423.  
  424. &lt;p&gt;There are so many different authentication protocols that it can make anyone’s head hurt. Hopefully, we’ve made it easier for you to see their differences and recognize their unique strengths and weaknesses. &lt;/p&gt;
  425.  
  426.  
  427.  
  428. &lt;p&gt;The great thing about these protocols is that they don’t have to be a one-man army – you can combine them to get the most secure and user-friendly experience possible.&amp;nbsp;&lt;/p&gt;
  429.  
  430.  
  431.  
  432. &lt;p&gt;Whatever approach you take, Gravatar’s approach to identity management makes it a very unique and valuable complementary system for authentication, ideal for all kinds of websites and apps. Its ability to provide a universal identification system simplifies user management and improves the user experience and data privacy.&amp;nbsp;&lt;/p&gt;
  433.  
  434.  
  435.  
  436. &lt;p&gt;So why wait?&lt;/p&gt;
  437.  
  438.  
  439.  
  440. &lt;p&gt;&lt;a href=&quot;https://docs.gravatar.com/&quot;&gt;Explore Gravatar further&lt;/a&gt; to understand how it can meet your digital identity management needs and provide the seamless, secure user experience your users deserve!&lt;/p&gt;</description>
  441. <pubDate>Sat, 04 May 2024 22:43:23 +0000</pubDate>
  442. <dc:creator>Ronnie Burt</dc:creator>
  443. </item>
  444. <item>
  445. <title>Gutenberg Times: WordPress 6.6 Roadmap + demos, what’s next for Meta boxes, Pattern tutorials  — Weekend Edition 293</title>
  446. <guid>https://gutenbergtimes.com/?p=28364</guid>
  447. <link>https://gutenbergtimes.com/wordpress-6-6-roadmap-demos-whats-next-for-meta-boxes-pattern-tutorials-weekend-edition-293/</link>
  448. <description>&lt;p&gt;Howdy, &lt;/p&gt;
  449.  
  450.  
  451.  
  452. &lt;p&gt;Well, this week there has been plenty of information about what WordPress 6.6 might bring. It&amp;#8217;s scheduled to be released in mid-July and will be fully packed with awesome features. The designer tools set for nocode site builders gets massively bigger with Pattern overrides, Grid Layout. Section Styles and Block Style variations. &lt;/p&gt;
  453.  
  454.  
  455.  
  456. &lt;p&gt;There are  four more weeks left before Beta 1 is released, and most features will be settled by then. There will be parts that might not make it into the version after all. The last Gutenberg version will be 18.5 for features and three or four more with bug fixes. &lt;/p&gt;
  457.  
  458.  
  459.  
  460. &lt;p&gt;Brace yourself, I felt overwhelmed putting the lists together and might have overused the list block in this newsletter.  I am trying to come up with a better way to curate the information for you and if you have ideas how to better keep you updated, please let me know. &lt;/p&gt;
  461.  
  462.  
  463.  
  464. &lt;p&gt;Wishing you an wonderful weekend! &lt;/p&gt;
  465.  
  466.  
  467.  
  468. &lt;p&gt;Yours, 💕&lt;br /&gt;&lt;em&gt;Birgit&lt;/em&gt;&lt;/p&gt;
  469.  
  470.  
  471.  
  472.  
  473.  
  474. &lt;div class=&quot;wp-block-group has-light-background-background-color has-background&quot;&gt;&lt;div class=&quot;wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow&quot;&gt;
  475. &lt;p&gt;&lt;strong&gt;Table of Contents&lt;/strong&gt;&lt;/p&gt;
  476.  
  477.  
  478.  
  479. &lt;ol&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/wordpress-6-6-roadmap-demos-whats-next-for-meta-boxes-pattern-tutorials-weekend-edition-293/#0-word-press-release-information&quot;&gt;Developing Gutenberg and WordPress&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/wordpress-6-6-roadmap-demos-whats-next-for-meta-boxes-pattern-tutorials-weekend-edition-293/#0-p&quot;&gt;Plugins, Themes, and Tools for #nocode site builders and owners&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/wordpress-6-6-roadmap-demos-whats-next-for-meta-boxes-pattern-tutorials-weekend-edition-293/#2-word-press-6-0-1-and-6-1-scheduled&quot;&gt;Theme Development for Full Site Editing and Blocks&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/wordpress-6-6-roadmap-demos-whats-next-for-meta-boxes-pattern-tutorials-weekend-edition-293/#3-building-themes-for-fse-and-word-press&quot;&gt;Building Blocks and Tools for the Block editor.&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;
  480. &lt;/div&gt;&lt;/div&gt;
  481.  
  482.  
  483.  
  484. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;0-word-press-release-information&quot;&gt;Developing Gutenberg and WordPress&lt;/h2&gt;
  485.  
  486.  
  487.  
  488. &lt;p&gt;The recording of last week&amp;#8217;s &lt;a href=&quot;https://make.wordpress.org/core/2024/04/25/summary-of-hallway-hangout-on-whats-next-in-gutenberg/&quot;&gt;&lt;strong&gt;Hallway Hangout on what’s next in Gutenberg&lt;/strong&gt;&lt;/a&gt; is now available. In their summary post, &lt;strong&gt;Anne McCarthy&lt;/strong&gt; also included shorter videos for each feature demonstrated so you wouldn&amp;#8217;t have to watch all of 80 minutes of video to learn about the various new features. The covered: &lt;/p&gt;
  489.  
  490.  
  491.  
  492. &lt;ul&gt;
  493. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/04/25/summary-of-hallway-hangout-on-whats-next-in-gutenberg/#theme-style-presets&quot;&gt;Theme style presets&lt;/a&gt;&lt;/li&gt;
  494.  
  495.  
  496.  
  497. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/04/25/summary-of-hallway-hangout-on-whats-next-in-gutenberg/#section-styles&quot;&gt;Section Styles&lt;/a&gt; with an example theme.json&lt;/li&gt;
  498.  
  499.  
  500.  
  501. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/04/25/summary-of-hallway-hangout-on-whats-next-in-gutenberg/#zoomed-out&quot;&gt;Zoomed out view&lt;/a&gt;&lt;/li&gt;
  502.  
  503.  
  504.  
  505. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/04/25/summary-of-hallway-hangout-on-whats-next-in-gutenberg/#dataviews&quot;&gt;Advancing data views&lt;/a&gt;&lt;/li&gt;
  506.  
  507.  
  508.  
  509. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/04/25/summary-of-hallway-hangout-on-whats-next-in-gutenberg/#synced-overrides&quot;&gt;Overrides in synced patterns &lt;/a&gt;&lt;/li&gt;
  510.  
  511.  
  512.  
  513. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/04/25/summary-of-hallway-hangout-on-whats-next-in-gutenberg/#block-connections&quot;&gt;Block connections&lt;/a&gt; &lt;/li&gt;
  514.  
  515.  
  516.  
  517. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/04/25/summary-of-hallway-hangout-on-whats-next-in-gutenberg/#grid-layout&quot;&gt;Grid Layout &lt;/a&gt;&lt;/li&gt;
  518. &lt;/ul&gt;
  519.  
  520.  
  521.  
  522. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  523.  
  524.  
  525.  
  526. &lt;p&gt;These demos go hand in hand with  Anne McCarthy&amp;#8217;s &lt;a href=&quot;https://make.wordpress.org/core/2024/05/03/roadmap-to-6-6/&quot;&gt;&lt;strong&gt;WordPress 6.6 Roadmap&lt;/strong&gt;&lt;/a&gt; post on the Make Blog. The post covers all the features slated for the next WordPress release, scheduled for July 16, 2024.&lt;/p&gt;
  527.  
  528.  
  529.  
  530. &lt;p&gt;In the post, McCarthy shared the links to &amp;#8220;Iteration&amp;#8221; or tracking issues on GitHub for each main feature. I bookmarked those, so I can keep track on the progress throughout the release cycle. The List below is incomplete, and your interests might be different from mine, so use at your own risk, missing out. Here is my list:&lt;/p&gt;
  531.  
  532.  
  533.  
  534. &lt;ul&gt;
  535. &lt;li&gt;&lt;a href=&quot;https://github.com/WordPress/gutenberg/issues/59659&quot;&gt;Advancing site editor index views&lt;/a&gt;&lt;/li&gt;
  536.  
  537.  
  538.  
  539. &lt;li&gt;&lt;a href=&quot;https://github.com/WordPress/gutenberg/issues/61215&quot;&gt;Color &amp;amp; Typography Variations for WP 6.6&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
  540.  
  541.  
  542.  
  543. &lt;li&gt;&lt;a href=&quot;https://github.com/WordPress/gutenberg/issues/59819#top&quot;&gt;Introduce overrides in synced patterns iteration for WP 6.6&lt;/a&gt;&lt;/li&gt;
  544.  
  545.  
  546.  
  547. &lt;li&gt;&lt;a href=&quot;https://github.com/WordPress/gutenberg/issues/57537&quot;&gt;Section Styling, Colorways, and Typesets for WP 6.6&lt;/a&gt;&lt;/li&gt;
  548.  
  549.  
  550.  
  551. &lt;li&gt;&lt;a href=&quot;https://github.com/WordPress/gutenberg/issues/57478&quot;&gt;Improvements to Grid Layout and Subgrid support&lt;/a&gt;&lt;/li&gt;
  552.  
  553.  
  554.  
  555. &lt;li&gt;&lt;a href=&quot;https://github.com/WordPress/gutenberg/issues/60219&quot;&gt;Interactivity API &amp;#8211; Iteration for WP 6.6&lt;/a&gt;&lt;/li&gt;
  556.  
  557.  
  558.  
  559. &lt;li&gt;&lt;a href=&quot;https://github.com/WordPress/gutenberg/issues/60252&quot;&gt;Epic: Block Hooks Features for WP 6.6&lt;/a&gt;&lt;/li&gt;
  560.  
  561.  
  562.  
  563. &lt;li&gt;&lt;a href=&quot;https://github.com/WordPress/gutenberg/issues/60956&quot;&gt;Block bindings API for 6.6&lt;/a&gt;&lt;/li&gt;
  564. &lt;/ul&gt;
  565.  
  566.  
  567.  
  568. &lt;img width=&quot;600&quot; height=&quot;338&quot; src=&quot;https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/05/Dataviews-Roadmap-6.6-web.jpg?resize=600%2C338&amp;ssl=1&quot; alt=&quot;&quot; class=&quot;wp-image-28424&quot; /&gt;Screenshot: Advancing the new Data Views in the Site Editor, shared in &lt;a href=&quot;https://make.wordpress.org/core/2024/05/03/roadmap-to-6-6/&quot;&gt;Roadmap to 6.6&lt;/a&gt;
  569.  
  570.  
  571.  
  572. &lt;div class=&quot;wp-block-group has-light-background-background-color has-background is-nowrap is-layout-flex wp-container-core-group-is-layout-3 wp-block-group-is-layout-flex&quot;&gt;&lt;div class=&quot;wp-block-image&quot;&gt;
  573. &lt;img src=&quot;https://abs-0.twimg.com/emoji/v2/svg/1f5d3.svg&quot; alt=&quot;🗓️&quot; title=&quot;Spiral calendar pad&quot; /&gt;&lt;/div&gt;
  574.  
  575.  
  576. &lt;p&gt;Making plans to be at WordCamp Europe in Torino? I would love to meet you and chat! Please share Your calendar link via X (formerly known as Twitter) DM  or private message on WP Slack . &lt;strong&gt;&lt;a href=&quot;https://bit.ly/WCEUMeetBirgit&quot;&gt;My calendar is public&lt;/a&gt;. &lt;/strong&gt; Just grab a day/time slot if that works better for you.&lt;/p&gt;
  577. &lt;/div&gt;
  578.  
  579.  
  580.  
  581. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  582.  
  583.  
  584.  
  585. &lt;p&gt;&lt;strong&gt;Joen Asmusse&lt;/strong&gt;n shared in his &lt;a href=&quot;https://make.wordpress.org/design/2024/04/22/design-share-54-apr-8-apr-26/&quot;&gt;Design Share #54 (Apr 8-Apr 26)&lt;/a&gt; the work of the WordPress Design team. Some of it is the design equivalent work on the WordPress 6.6 Roadmap items. Here is the full list the post covers: &lt;/p&gt;
  586.  
  587.  
  588.  
  589. &lt;ul&gt;
  590. &lt;li&gt;Style Book updates&lt;/li&gt;
  591.  
  592.  
  593.  
  594. &lt;li&gt;Synced pattern overrides&lt;/li&gt;
  595.  
  596.  
  597.  
  598. &lt;li&gt;Grid layout Interface&lt;/li&gt;
  599.  
  600.  
  601.  
  602. &lt;li&gt;Site editor responsiveness&lt;/li&gt;
  603.  
  604.  
  605.  
  606. &lt;li&gt;Block connections&lt;/li&gt;
  607.  
  608.  
  609.  
  610. &lt;li&gt;Style inheritance visualization&lt;/li&gt;
  611.  
  612.  
  613.  
  614. &lt;li&gt;Shadows &amp;#8211; UI to design your own via the site editor&lt;/li&gt;
  615.  
  616.  
  617.  
  618. &lt;li&gt;List view density&lt;/li&gt;
  619.  
  620.  
  621.  
  622. &lt;li&gt;Filter&amp;nbsp;chips in narrow containers&lt;/li&gt;
  623.  
  624.  
  625.  
  626. &lt;li&gt;&lt;strong&gt;WordPress.org site&lt;/strong&gt;
  627. &lt;ul&gt;
  628. &lt;li&gt;Visited Links on &lt;/li&gt;
  629.  
  630.  
  631.  
  632. &lt;li&gt;Learn section lessons&lt;/li&gt;
  633.  
  634.  
  635.  
  636. &lt;li&gt;Search, filter, and sort &lt;/li&gt;
  637. &lt;/ul&gt;
  638. &lt;/li&gt;
  639.  
  640.  
  641.  
  642. &lt;li&gt;&lt;strong&gt;Openverse site &lt;/strong&gt;
  643. &lt;ul&gt;
  644. &lt;li&gt;Site theme switcher&lt;/li&gt;
  645.  
  646.  
  647.  
  648. &lt;li&gt;Feature introduction ⋅ aka “What’s new”&lt;/li&gt;
  649. &lt;/ul&gt;
  650. &lt;/li&gt;
  651. &lt;/ul&gt;
  652.  
  653.  
  654.  
  655. &lt;a href=&quot;https://make.wordpress.org/design/2024/04/22/design-share-54-apr-8-apr-26/&quot;&gt;&lt;img width=&quot;600&quot; height=&quot;469&quot; src=&quot;https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/05/Stylebook.jpg?resize=600%2C469&amp;ssl=1&quot; alt=&quot;screenshot of Stylebook changes &quot; class=&quot;wp-image-28425&quot; /&gt;&lt;/a&gt;Screenshot of Stylebook updates, &lt;a href=&quot;https://make.wordpress.org/design/2024/04/22/design-share-54-apr-8-apr-26/&quot;&gt;shared on Make/Design blog&lt;/a&gt;
  656.  
  657.  
  658.  
  659. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  660.  
  661.  
  662.  
  663. &lt;p&gt;First-time Gutenberg plugin release lead, &lt;strong&gt;Damon Cook&lt;/strong&gt; published &lt;a href=&quot;https://make.wordpress.org/core/2024/04/24/whats-new-in-gutenberg-18-2-24-april/&quot;&gt;&lt;strong&gt;What’s new in Gutenberg 18.2? (24 April)&lt;/strong&gt;&lt;/a&gt; and highlighted the following enhancements: &lt;br /&gt;&lt;/p&gt;
  664.  
  665.  
  666.  
  667. &lt;ul&gt;
  668. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/04/24/whats-new-in-gutenberg-18-2-24-april/#improve-pattern-overrides&quot;&gt;Improve Pattern Overrides Experience&lt;/a&gt;&lt;/li&gt;
  669.  
  670.  
  671.  
  672. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/04/24/whats-new-in-gutenberg-18-2-24-april/#enable-template-previews-non-admin&quot;&gt;Enabling Template Preview in the Post Editor for Non-Administrators&lt;/a&gt;&lt;/li&gt;
  673.  
  674.  
  675.  
  676. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/04/24/whats-new-in-gutenberg-18-2-24-april/#site-editor-starter-patterns&quot;&gt;Site Editor: Support Starter Patterns&lt;/a&gt;&lt;/li&gt;
  677.  
  678.  
  679.  
  680. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/04/24/whats-new-in-gutenberg-18-2-24-april/#simply-reset-language&quot;&gt;Simplify Template Reset Language&lt;/a&gt;&lt;/li&gt;
  681. &lt;/ul&gt;
  682.  
  683.  
  684.  
  685. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  686.  
  687.  
  688.  
  689. &lt;p&gt;&lt;strong&gt;Sarah Norris&lt;/strong&gt; and I discussed WordPress 6.6 and 6.5.3, Gutenberg 18.1 + 18.2 and Create Block Theme Updates &lt;a href=&quot;https://gutenbergtimes.com/podcast/gutenberg-changelog-99-wordpress-6-6-create-block-theme-updates/&quot;&gt;&lt;strong&gt;this week&amp;#8217;s Gutenberg changelog episode.&lt;/strong&gt;&lt;/a&gt; Listen in and learn all about the latest features with the Create Block Theme updates and Gutenberg plugin updates. &lt;/p&gt;
  690.  
  691.  
  692.  
  693. &lt;a href=&quot;https://gutenbergtimes.com/podcast/gutenberg-changelog-99-wordpress-6-6-create-block-theme-updates/&quot;&gt;&lt;img width=&quot;652&quot; height=&quot;186&quot; src=&quot;https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/05/Sarah-Norris-and-Birgit-Pauli-Haack-recording-Gutenberg-Changelog99.jpg?resize=652%2C186&amp;ssl=1&quot; alt=&quot;Sarah Norris and Birgit Pauli-Haack recording Gutenberg Changelog episode 99. &quot; class=&quot;wp-image-28451&quot; /&gt;&lt;/a&gt;Recording the &lt;a href=&quot;https://gutenbergtimes.com/podcast/gutenberg-changelog-99-wordpress-6-6-create-block-theme-updates/&quot;&gt;Gutenberg Changelog 99&lt;/a&gt;
  694.  
  695.  
  696.  
  697. &lt;p class=&quot;has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-a22ff20f0c15ad8f967a6e70bd8e8d04&quot;&gt;🎙️ Latest episode: &lt;a href=&quot;https://gutenbergtimes.com/podcast/gutenberg-changelog-99-wordpress-6-6-create-block-theme-updates/&quot;&gt;Gutenberg Changelog #99 – WordPress 6.6 + 6.5.3, Gutenberg 18.1 + 18.2, and Create Block Theme Updates&lt;/a&gt; with special guest Sarah Norris&lt;/p&gt;
  698.  
  699.  
  700.  
  701. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;0-p&quot;&gt;Plugins, Themes, and Tools for #nocode site builders and owners&lt;/h2&gt;
  702.  
  703.  
  704. &lt;div class=&quot;ngl-articles colored ngl-articles-30_70 ngl-articles-frontend&quot;&gt;
  705.  
  706. &lt;div class=&quot;ngl-articles-wrap ngl-articles-webview&quot;&gt;
  707. &lt;div class=&quot;ngl-article-mobile&quot;&gt;
  708. &lt;div width=&quot;100%&quot; border=&quot;0&quot;&gt;
  709. &lt;div&gt;
  710. &lt;div valign=&quot;top&quot;&gt;
  711. &lt;div class=&quot;ngl-article-mob-wrap&quot;&gt;
  712. &lt;div class=&quot;ngl-article-featured&quot;&gt;&lt;a href=&quot;https://gutenbergtimes.com/exploring-the-latest-version-of-the-create-block-theme-plugin/&quot; target=&quot;_self&quot; rel=&quot;&quot;&gt;&lt;img src=&quot;https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/04/CreateBlock-Theme.jpg?w=652&amp;ssl=1&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;ngl-article-title&quot;&gt;&lt;a href=&quot;https://gutenbergtimes.com/exploring-the-latest-version-of-the-create-block-theme-plugin/&quot; target=&quot;_self&quot; rel=&quot;&quot;&gt;&lt;span&gt;Exploring the latest version of the Create Block Theme plugin&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;ngl-article-excerpt&quot;&gt;The Create Block Theme plugin was created to streamline block theme development by adding to the power of the Site Editor with theme-specific goodies and workflows. The plugin aims…&lt;/div&gt; &lt;/div&gt;
  713. &lt;/div&gt;
  714. &lt;/div&gt;
  715. &lt;/div&gt;
  716. &lt;/div&gt;
  717.  
  718. &lt;/div&gt;
  719.  
  720. &lt;/div&gt;
  721.  
  722.  
  723.  
  724.  
  725. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  726. &lt;div class=&quot;toolbelt-video-wrapper&quot;&gt;&lt;/div&gt;
  727. &lt;/div&gt;&lt;strong&gt;Jamie Marsland &lt;/strong&gt;shows off the&lt;em&gt; synced Pattern overrides&lt;/em&gt; and renamed them &amp;#8220;Components&amp;#8221;
  728.  
  729.  
  730.  
  731. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  732.  
  733.  
  734.  
  735. &lt;p&gt;If you are not at all familiar with WordPress patterns are and how to use them, &lt;strong&gt;Wes Theron&lt;/strong&gt;, instructional designer on the Learn.WordPress team, created a three-part tutorial for you: &lt;/p&gt;
  736.  
  737.  
  738.  
  739. &lt;ul&gt;
  740. &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=JBm1TPZ58Q8&quot;&gt;&lt;strong&gt;Using block patterns &lt;/strong&gt;&lt;/a&gt;&amp;#8211; you learn the various methods on where to find patterns and how to add them to your pages, posts, and templates&lt;/li&gt;
  741.  
  742.  
  743.  
  744. &lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=PF8e1Z0GkK8&amp;list=PL1pJFUVKQ7ETacCXdCCxwdAo-_xciwlQJ&amp;index=3&amp;pp=iAQB&quot;&gt;Building a page with only patterns&lt;/a&gt;&lt;/strong&gt; covers how to use various patterns to create a Services Page. &lt;/li&gt;
  745.  
  746.  
  747.  
  748. &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=8cb25mCHK18&quot;&gt;&lt;strong&gt;Creating your own custom synced and non-synced patterns&lt;/strong&gt;&lt;/a&gt;, you&amp;#8217;ll learn how to create synced or non-synced patterns interface and user cases. &lt;/li&gt;
  749. &lt;/ul&gt;
  750.  
  751.  
  752.  
  753. &lt;p&gt;&lt;em&gt;More tutorials from the Learn.WordPress team are available via &lt;a href=&quot;https://www.youtube.com/playlist?list=PL1pJFUVKQ7ETacCXdCCxwdAo-_xciwlQJ&quot;&gt;&lt;strong&gt;the YouTube playlist&lt;/strong&gt;&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
  754.  
  755.  
  756.  
  757. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  758.  
  759.  
  760.  
  761. &lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://twitter.com/kyralPieterse&quot;&gt;Kyra Pieterse&lt;/a&gt;&lt;/strong&gt; announced Pattern and Icons updates for MaxiBlocks: &lt;a href=&quot;https://maxiblocks.com/14000-free-wordpress-icons-20-new-block-patterns/&quot;&gt;&lt;strong&gt;14,000 free WordPress icons and 20 new story mix block patterns&lt;/strong&gt;&lt;/a&gt;. &amp;#8220;The additions range from minimalist layouts to dynamic text and image combinations, providing professional designs for diverse website requirements.&amp;#8221; she wrote. &lt;/p&gt;
  762.  
  763.  
  764.  
  765. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  766.  
  767.  
  768.  
  769. &lt;p&gt;In the the 49th episode of the WPMinute podcast, &lt;a href=&quot;https://thewpminute.com/the-wordpress-theme-market-is-heating-up/&quot;&gt;&lt;strong&gt;The WordPress Theme Market is Heating Up&lt;/strong&gt;&lt;/a&gt;, &lt;strong&gt;Matt Medeiros&lt;/strong&gt; interviewed &lt;strong&gt;Rafal Tomal&lt;/strong&gt;, co-creator of the new &lt;a href=&quot;https://rockbase.co/&quot;&gt;&lt;em&gt;Rockbase&lt;/em&gt;&lt;/a&gt; WordPress theme. Tomal, a renowned designer in the WordPress community, discusses his journey from working at Copyblogger and StudioPress to founding his agency and eventually creating Rockbase with his partner, Chris Hufnagel.&lt;/p&gt;
  770.  
  771.  
  772.  
  773. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  774.  
  775.  
  776.  
  777. &lt;p&gt;&lt;strong&gt;Ryan Welcher&lt;/strong&gt; announced  the release of a new version of this &lt;a href=&quot;https://wordpress.org/plugins/advanced-query-loop/&quot;&gt;&lt;strong&gt;Advanced Query Loop Block&lt;/strong&gt;&lt;/a&gt; 2.2.3 that adds the ability to manually curate a list of posts to display. With the plugin&amp;#8217;s Query Loop block variation a user can create complicated queries, such number of posts to display and post meta, combine multiple post types, filter for items before a date, after a date or between two dates or expand the sort order by more criteria. &lt;/p&gt;
  778.  
  779.  
  780.  
  781. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  782.  
  783.  
  784.  
  785. &lt;p&gt;In his tutorial &lt;a href=&quot;https://kau-boys.com/3624/wordpress/bringing-some-structure-into-the-theme-the-sidebar&quot;&gt;&lt;strong&gt;Bringing some structure into the theme: The Sidebar&lt;/strong&gt;&lt;/a&gt;, &lt;strong&gt;Bernhard Kau&lt;/strong&gt; walks you through the steps, he used to add a sidebar to his theme all in the site editor and without code. It&amp;#8217;s part of a series on working with Block themes. Previous posts are available by &lt;a href=&quot;https://kau-boys.com/tag/fse&quot;&gt;following the FSE tag&lt;/a&gt;. &lt;/p&gt;
  786.  
  787.  
  788.  
  789. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  790.  
  791.  
  792.  
  793. &lt;p&gt;&lt;strong&gt;Wes Theron&lt;/strong&gt; takes you on a step-by-step tutorial &lt;a href=&quot;https://www.youtube.com/watch?v=21W6J_-4Kx8&quot;&gt;&lt;strong&gt;Designing with row and stack blocks&lt;/strong&gt;&lt;/a&gt;. Using the Group block is one of the cornerstones of mastering the WordPress block editor. When you select a Group block, you have variations, the standard group, rows, stacks, and grids. &lt;/p&gt;
  794.  
  795.  
  796.  
  797. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;2-word-press-6-0-1-and-6-1-scheduled&quot;&gt;Theme Development for Full Site Editing and Blocks&lt;/h2&gt;
  798.  
  799.  
  800.  
  801. &lt;p&gt;The &lt;em&gt;WordPress Theme handbook&lt;/em&gt; received a whole &lt;a href=&quot;https://developer.wordpress.org/themes/patterns/&quot;&gt;&lt;strong&gt;new chapter about Patterns&lt;/strong&gt;&lt;/a&gt;. You learn all you need to know about how to register pattern, using PHP, create Starter Patterns and how to lock patterns. Here are the subchapters in detail: &lt;/p&gt;
  802.  
  803.  
  804.  
  805. &lt;ul&gt;
  806. &lt;li&gt;&lt;a href=&quot;https://developer.wordpress.org/themes/patterns/introduction-to-patterns/&quot;&gt;Introduction to Patterns&lt;/a&gt;&lt;/li&gt;
  807.  
  808.  
  809.  
  810. &lt;li&gt;&lt;a href=&quot;https://developer.wordpress.org/themes/patterns/registering-patterns/&quot;&gt;Registering Patterns&lt;/a&gt;&lt;/li&gt;
  811.  
  812.  
  813.  
  814. &lt;li&gt;&lt;a href=&quot;https://developer.wordpress.org/themes/patterns/using-php-in-patterns/&quot;&gt;Using PHP in Patterns&lt;/a&gt;&lt;/li&gt;
  815.  
  816.  
  817.  
  818. &lt;li&gt;&lt;a href=&quot;https://developer.wordpress.org/themes/patterns/usage-in-templates/&quot;&gt;Usage in Templates&lt;/a&gt;&lt;/li&gt;
  819.  
  820.  
  821.  
  822. &lt;li&gt;&lt;a href=&quot;https://developer.wordpress.org/themes/patterns/starter-patterns/&quot;&gt;Starter Patterns&lt;/a&gt;&lt;/li&gt;
  823.  
  824.  
  825.  
  826. &lt;li&gt;&lt;a href=&quot;https://developer.wordpress.org/themes/patterns/block-type-patterns/&quot;&gt;Block Type Patterns&lt;/a&gt;&lt;/li&gt;
  827.  
  828.  
  829.  
  830. &lt;li&gt;&lt;a href=&quot;https://developer.wordpress.org/themes/patterns/patterns-and-block-locking/&quot;&gt;Patterns and Block Locking&lt;/a&gt;&lt;/li&gt;
  831. &lt;/ul&gt;
  832.  
  833.  
  834.  
  835. &lt;img width=&quot;652&quot; height=&quot;337&quot; src=&quot;https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/05/pattern-libary.webp?resize=652%2C337&amp;ssl=1&quot; alt=&quot;&quot; class=&quot;wp-image-28410&quot; /&gt;
  836.  
  837.  
  838.  
  839. &lt;p&gt;&lt;strong&gt;&amp;nbsp;&lt;a href=&quot;https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;&amp;#8220;Keeping up with Gutenberg &amp;#8211; Index 2024&amp;#8221;&lt;/a&gt;&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;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. The previous years are also available: &lt;strong&gt;&lt;strong&gt;&lt;a href=&quot;https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/&quot;&gt;2020&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a href=&quot;https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/&quot;&gt;2021&lt;/a&gt;&lt;/strong&gt;&amp;nbsp;|&amp;nbsp;&lt;strong&gt;&lt;a href=&quot;https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/&quot;&gt;2022&lt;/a&gt;&lt;/strong&gt;&lt;/strong&gt;&amp;nbsp;|&amp;nbsp;&lt;strong&gt;&lt;a href=&quot;https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023&quot;&gt;2023&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
  840.  
  841.  
  842.  
  843. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;3-building-themes-for-fse-and-word-press&quot;&gt;Building Blocks and Tools for the Block editor.&lt;/h2&gt;
  844.  
  845.  
  846.  
  847.  
  848.  
  849. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  850. &lt;div class=&quot;toolbelt-video-wrapper&quot;&gt;&lt;/div&gt;
  851. &lt;/div&gt;In the latest Developer Hours, &lt;strong&gt;Justin Tadlock&lt;/strong&gt; and &lt;strong&gt;Nick Diego&lt;/strong&gt; discussed how the Block Bindings API fits into the bigger picture of the block system and how you can combine it with existing features, laying the groundwork for much more advanced and dynamic site builds.
  852.  
  853.  
  854.  
  855. &lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://gutenbergtimes.com/need-a-zip-from-master/&quot;&gt;Need a plugin .zip from Gutenberg&amp;#8217;s master branch?&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;Gutenberg Times provides daily build for testing and review. &lt;/p&gt;
  856.  
  857.  
  858.  
  859. &lt;p&gt;Now also available via &lt;a href=&quot;https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json&quot;&gt;WordPress Playground&lt;/a&gt;. There is no need for a test site locally or on a server. Have you been using it? &lt;a href=&quot;mailto:pauli@gutenbergtimes.com&quot;&gt;Email me &lt;/a&gt;with your experience&lt;/p&gt;
  860.  
  861.  
  862.  
  863. &lt;p&gt;&lt;img alt=&quot;GitHub all releases&quot; src=&quot;https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge&quot; /&gt;&lt;/p&gt;
  864.  
  865.  
  866.  
  867. &lt;p&gt;Join &lt;strong&gt;Ryan Welcher&lt;/strong&gt; and &lt;strong&gt;Nick Diego&lt;/strong&gt; for the next &lt;a href=&quot;https://www.meetup.com/learn-wordpress-online-workshops/events/300590175/&quot;&gt;&lt;strong&gt;Developer Hours: Alternatives to Custom Meta Boxes in the Block Editor&lt;/strong&gt;&lt;/a&gt; on &lt;strong&gt;Tuesday, May 14, 2024, at 15:00 UTC&lt;/strong&gt; / 9 am EDT&lt;/p&gt;
  868.  
  869.  
  870.  
  871. &lt;a href=&quot;https://www.meetup.com/learn-wordpress-online-workshops/events/300590175/&quot;&gt;&lt;img width=&quot;600&quot; height=&quot;338&quot; src=&quot;https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/05/DevHours-Metabox-alternatives.webp?resize=600%2C338&amp;ssl=1&quot; alt=&quot;&quot; class=&quot;wp-image-28412&quot; /&gt;&lt;/a&gt;
  872.  
  873.  
  874.  
  875. &lt;p&gt;You can watch all Developer Hours you missed &lt;a href=&quot;https://www.youtube.com/playlist?list=PL1pJFUVKQ7ETApyQQlt3pLNjPx2HrQwl5&quot;&gt;via the playlist on YouTube &lt;/a&gt; &lt;/p&gt;
  876.  
  877.  
  878.  
  879. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  880.  
  881.  
  882.  
  883. &lt;p&gt;On Twitch,&lt;strong&gt; Ryan Welcher&lt;/strong&gt; took his audience on a journey on how to build an interactive to-do app for WordPress. &lt;/p&gt;
  884.  
  885.  
  886.  
  887. &lt;ul&gt;
  888. &lt;li&gt;&lt;a href=&quot;https://www.twitch.tv/videos/2129194618&quot;&gt;&lt;strong&gt;Building a To-Do app with the Interactivity API&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
  889.  
  890.  
  891.  
  892. &lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://www.twitch.tv/videos/2135353684&quot;&gt;Finishing the Interactivity API To-do app&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
  893. &lt;/ul&gt;
  894.  
  895.  
  896.  
  897. &lt;p class=&quot;has-normal-font-size&quot;&gt;&lt;strong&gt;More Interactivity API Resources&lt;/strong&gt;&lt;/p&gt;
  898.  
  899.  
  900.  
  901. &lt;ul&gt;
  902. &lt;li&gt;New WordPress Make Channel on Slack:&lt;a href=&quot;https://wordpress.slack.com/archives/C071CRKGKUP&quot;&gt;#core-interactivity-api&lt;/a&gt;&lt;/li&gt;
  903.  
  904.  
  905.  
  906. &lt;li&gt;New Component page &lt;a href=&quot;https://make.wordpress.org/core/components/interactivity-api/&quot;&gt;Interactivity API&lt;/a&gt;&lt;/li&gt;
  907.  
  908.  
  909.  
  910. &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=ndW-Kz0iDdY&amp;list=PL1pJFUVKQ7ETApyQQlt3pLNjPx2HrQwl5&amp;index=2&amp;t=2759s&amp;pp=iAQB&quot;&gt;Developer Hours: Building custom blocks in WordPress with the Interactivity API&lt;/a&gt;&lt;/li&gt;
  911.  
  912.  
  913.  
  914. &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=Sl6nqGN8YVQ&amp;list=PL1pJFUVKQ7ETApyQQlt3pLNjPx2HrQwl5&amp;index=4&amp;pp=iAQB&quot;&gt;Developer Hours: Exploring the Interactivity API in WordPress 6.5&lt;/a&gt;&lt;/li&gt;
  915.  
  916.  
  917.  
  918. &lt;li&gt;Developer Blog: &lt;a href=&quot;https://developer.wordpress.org/news/2024/04/11/a-first-look-at-the-interactivity-api/&quot;&gt;A first look at the Interactivity API&lt;/a&gt;&lt;/li&gt;
  919.  
  920.  
  921.  
  922. &lt;li&gt;&lt;a href=&quot;https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/&quot;&gt;Interactivity API Reference in the Block Editor Handbook&lt;/a&gt; &lt;/li&gt;
  923. &lt;/ul&gt;
  924.  
  925.  
  926.  
  927. &lt;p class=&quot;has-text-align-center has-small-font-size&quot;&gt;&lt;em&gt;Questions? Suggestions? Ideas? &lt;/em&gt;&lt;br /&gt;&lt;em&gt;Don&amp;#8217;t hesitate to send &lt;a href=&quot;mailto:pauli@gutenbergtimes.com&quot;&gt;them via email&lt;/a&gt; or&lt;/em&gt;&lt;br /&gt;&lt;em&gt; send me a message on WordPress Slack or Twitter @bph&lt;/em&gt;.&lt;/p&gt;
  928.  
  929.  
  930.  
  931. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity&quot; /&gt;
  932.  
  933.  
  934.  
  935. &lt;p class=&quot;has-text-align-center has-small-font-size&quot;&gt;For questions to be answered on the &lt;a href=&quot;http://gutenbergtimes.com/podcast&quot;&gt;Gutenberg Changelog&lt;/a&gt;, &lt;br /&gt;send them to &lt;a href=&quot;mailto:changelog@gutenbergtimes.com&quot;&gt;changelog@gutenbergtimes.com&lt;/a&gt;&lt;/p&gt;
  936.  
  937.  
  938.  
  939. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  940.  
  941.  
  942.  
  943. &lt;p&gt;&lt;/p&gt;
  944.  
  945.  
  946.  
  947. &lt;p class=&quot;has-text-align-left&quot;&gt;&lt;strong&gt;Don&amp;#8217;t want to miss the next Weekend Edition? &lt;/strong&gt;&lt;/p&gt;
  948.  
  949.  
  950. &lt;form class=&quot;wp-block-newsletterglue-form ngl-form ngl-portrait&quot; action=&quot;https://gutenbergtimes.com/feed/&quot; method=&quot;post&quot;&gt;&lt;div class=&quot;ngl-form-container&quot;&gt;&lt;div class=&quot;ngl-form-field&quot;&gt;&lt;label class=&quot;ngl-form-label&quot; for=&quot;ngl_email&quot;&gt;&lt;br /&gt;Type in your Email address to subscribe.&lt;/label&gt;&lt;div class=&quot;ngl-form-input&quot;&gt;&lt;input type=&quot;email&quot; class=&quot;ngl-form-input-text&quot; name=&quot;ngl_email&quot; id=&quot;ngl_email&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;button type=&quot;submit&quot; class=&quot;ngl-form-button&quot;&gt;Subscribe&lt;/button&gt;&lt;p class=&quot;ngl-form-text&quot;&gt;We hate spam, too, and won&amp;#8217;t give your email address to anyone &lt;br /&gt;except Mailchimp to send out our Weekend Edition&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;ngl-message-overlay&quot;&gt;&lt;div class=&quot;ngl-message-svg-wrap&quot;&gt;&lt;/div&gt;&lt;div class=&quot;ngl-message-overlay-text&quot;&gt;Thanks for subscribing.&lt;/div&gt;&lt;/div&gt;&lt;input type=&quot;hidden&quot; name=&quot;ngl_list_id&quot; id=&quot;ngl_list_id&quot; value=&quot;26f81bd8ae&quot; /&gt;&lt;input type=&quot;hidden&quot; name=&quot;ngl_double_optin&quot; id=&quot;ngl_double_optin&quot; value=&quot;yes&quot; /&gt;&lt;/form&gt;
  951.  
  952.  
  953. &lt;hr class=&quot;wp-block-separator has-css-opacity is-style-wide&quot; /&gt;</description>
  954. <pubDate>Sat, 04 May 2024 15:15:28 +0000</pubDate>
  955. <dc:creator>Birgit Pauli-Haack</dc:creator>
  956. </item>
  957. <item>
  958. <title>Gutenberg Times: Gutenberg Changelog #99 – WordPress 6.6 + 6.5.3, Gutenberg 18.1 + 18.2, and Create Block Theme Updates</title>
  959. <guid>https://gutenbergtimes.com/?post_type=podcast&amp;p=28444</guid>
  960. <link>https://gutenbergtimes.com/podcast/gutenberg-changelog-99-wordpress-6-6-create-block-theme-updates/</link>
  961. <description>&lt;p&gt;In this episode, Sarah Norris and Birgit Pauli-Haack discuss WordPress 6.6 and  6.5.3, Gutenberg 18.1 + 18.2 and Create Block Theme Updates&lt;/p&gt;
  962.  
  963.  
  964.  
  965. &lt;p&gt;&lt;a href=&quot;https://gutenbergtimes.com/podcast/gutenberg-changelog-99-wordpress-6-6-create-block-theme-updates/#shownotes&quot;&gt;Show Notes&lt;/a&gt; / &lt;a href=&quot;https://gutenbergtimes.com/podcast/gutenberg-changelog-99-wordpress-6-6-create-block-theme-updates//#transcript&quot;&gt;Transcript&lt;/a&gt;&lt;/p&gt;
  966.  
  967.  
  968.  
  969. &lt;ul&gt;
  970. &lt;li&gt;Music:&amp;nbsp;&lt;a href=&quot;https://soundcloud.com/xirclebox&quot;&gt;Homer Gaines&lt;/a&gt;&lt;/li&gt;
  971.  
  972.  
  973.  
  974. &lt;li&gt;Editor:&amp;nbsp;&lt;a href=&quot;https://www.linkedin.com/in/sandy-reed/&quot;&gt;Sandy Reed&lt;/a&gt;&lt;/li&gt;
  975.  
  976.  
  977.  
  978. &lt;li&gt;Logo:&amp;nbsp;&lt;a href=&quot;https://markuraine.com/&quot;&gt;Mark Uraine&lt;/a&gt;&lt;/li&gt;
  979.  
  980.  
  981.  
  982. &lt;li&gt;Production:&amp;nbsp;&lt;a href=&quot;https://icodeforapurpose.com&quot;&gt;Birgit Pauli-Haack&lt;/a&gt;&lt;/li&gt;
  983. &lt;/ul&gt;
  984.  
  985.  
  986.  
  987. &lt;p class=&quot;has-larger-font-size&quot; id=&quot;shownotes&quot;&gt;&lt;strong&gt;Show Notes&lt;/strong&gt;&lt;/p&gt;
  988.  
  989.  
  990.  
  991. &lt;h2 class=&quot;wp-block-heading&quot;&gt;Special Guest:&amp;nbsp;&lt;strong&gt;Sarah Norris&lt;/strong&gt;&lt;/h2&gt;
  992.  
  993.  
  994.  
  995. &lt;p&gt;JavaScript Developer 6.4 editor tech co-lead / Core team rep &lt;/p&gt;
  996.  
  997.  
  998.  
  999. &lt;ul&gt;
  1000. &lt;li&gt;&lt;a href=&quot;https://profiles.wordpress.org/mikachan/&quot;&gt;WordPress Profile @mikachan&lt;/a&gt;&lt;/li&gt;
  1001.  
  1002.  
  1003.  
  1004. &lt;li&gt;&lt;a href=&quot;https://sekai.co.uk/&quot;&gt;Personal website: sekai.co.uk&lt;/a&gt;&lt;/li&gt;
  1005.  
  1006.  
  1007.  
  1008. &lt;li&gt;&lt;a href=&quot;https://twitter.com/mikachan_&quot;&gt;Twitter: @mikachan_&lt;/a&gt;&lt;/li&gt;
  1009. &lt;/ul&gt;
  1010.  
  1011.  
  1012.  
  1013. &lt;h2 class=&quot;wp-block-heading&quot;&gt;Announcements&lt;/h2&gt;
  1014.  
  1015.  
  1016.  
  1017. &lt;ul&gt;
  1018. &lt;li&gt;&lt;a href=&quot;https://www.meetup.com/learn-wordpress-online-workshops/events/300590175/&quot;&gt;Developer Hours: Alternatives to Custom Meta Boxes in the Block Editor&lt;/a&gt;&lt;/li&gt;
  1019.  
  1020.  
  1021.  
  1022. &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=dN_LaenY8bI&quot;&gt;WordPress Playground: the ultimate learning, testing, &amp;amp; teaching tool for WordPress&lt;/a&gt;&lt;/li&gt;
  1023.  
  1024.  
  1025.  
  1026. &lt;li&gt;&lt;a href=&quot;https://github.com/WordPress/blueprints/blob/trunk/GALLERY.md&quot;&gt;Sneak Preview: Blueprint Gallery&lt;/a&gt;&lt;/li&gt;
  1027. &lt;/ul&gt;
  1028.  
  1029.  
  1030.  
  1031. &lt;h2 class=&quot;wp-block-heading&quot;&gt;Create Block Theme plugin&lt;/h2&gt;
  1032.  
  1033.  
  1034.  
  1035. &lt;ul&gt;
  1036. &lt;li&gt;&lt;a href=&quot;https://wordpress.org/plugins/create-block-theme/&quot;&gt;Create Block Theme plugin in the WordPress repository&lt;/a&gt;&lt;/li&gt;
  1037.  
  1038.  
  1039.  
  1040. &lt;li&gt;&lt;a href=&quot;https://gutenbergtimes.com/exploring-the-latest-version-of-the-create-block-theme-plugin/&quot;&gt;Exploring the latest version of the Create Block Theme plugin&lt;/a&gt;&lt;/li&gt;
  1041. &lt;/ul&gt;
  1042.  
  1043.  
  1044.  
  1045. &lt;h2 class=&quot;wp-block-heading&quot;&gt;WordPress &lt;/h2&gt;
  1046.  
  1047.  
  1048.  
  1049. &lt;p&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/05/02/wordpress-6-5-3-rc1-is-now-available/&quot;&gt;WordPress 6.5.3 RC1 is now available&lt;/a&gt; &lt;/p&gt;
  1050.  
  1051.  
  1052.  
  1053. &lt;h2 class=&quot;wp-block-heading&quot;&gt;Gutenberg &lt;/h2&gt;
  1054.  
  1055.  
  1056.  
  1057. &lt;ul&gt;
  1058. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/04/10/whats-new-in-gutenberg-18-1-10-april/&quot;&gt;What’s new in Gutenberg 18.1? (10 April)&lt;/a&gt;&lt;/li&gt;
  1059.  
  1060.  
  1061.  
  1062. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/04/24/whats-new-in-gutenberg-18-2-24-april/&quot;&gt;What’s new in Gutenberg 18.2? (24 April)&lt;/a&gt;&lt;/li&gt;
  1063. &lt;/ul&gt;
  1064.  
  1065.  
  1066.  
  1067. &lt;h2 class=&quot;wp-block-heading&quot;&gt;Interactivity API Resources: &lt;/h2&gt;
  1068.  
  1069.  
  1070.  
  1071. &lt;ul&gt;
  1072. &lt;li&gt;New WordPress Make Channel on Slack:&lt;a href=&quot;https://wordpress.slack.com/archives/C071CRKGKUP&quot;&gt;#core-interactivity-api&lt;/a&gt;&lt;/li&gt;
  1073.  
  1074.  
  1075.  
  1076. &lt;li&gt;New Component page &lt;a href=&quot;https://make.wordpress.org/core/components/interactivity-api/&quot;&gt;Interactivity API&lt;/a&gt;&lt;/li&gt;
  1077.  
  1078.  
  1079.  
  1080. &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=ndW-Kz0iDdY&amp;list=PL1pJFUVKQ7ETApyQQlt3pLNjPx2HrQwl5&amp;index=2&amp;t=2759s&amp;pp=iAQB&quot;&gt;Developer Hours: Building custom blocks in WordPress with the Interactivity API&lt;/a&gt;&lt;/li&gt;
  1081.  
  1082.  
  1083.  
  1084. &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=Sl6nqGN8YVQ&amp;list=PL1pJFUVKQ7ETApyQQlt3pLNjPx2HrQwl5&amp;index=4&amp;pp=iAQB&quot;&gt;Developer Hours: Exploring the Interactivity API in WordPress 6.5&lt;/a&gt;&lt;/li&gt;
  1085.  
  1086.  
  1087.  
  1088. &lt;li&gt;Developer Blog: &lt;a href=&quot;https://developer.wordpress.org/news/2024/04/11/a-first-look-at-the-interactivity-api/&quot;&gt;A first look at the Interactivity API&lt;/a&gt;&lt;/li&gt;
  1089. &lt;/ul&gt;
  1090.  
  1091.  
  1092.  
  1093. &lt;h2 class=&quot;wp-block-heading&quot;&gt;What&amp;#8217;s discussed: &lt;/h2&gt;
  1094.  
  1095.  
  1096.  
  1097. &lt;p&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/04/25/summary-of-hallway-hangout-on-whats-next-in-gutenberg/&quot;&gt;Summary of Hallway Hangout on what’s next in Gutenberg&lt;/a&gt;&lt;/p&gt;
  1098.  
  1099.  
  1100.  
  1101. &lt;p&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/05/03/roadmap-to-6-6/&quot;&gt;Roadmap to 6.6&lt;/a&gt;&lt;/p&gt;
  1102.  
  1103.  
  1104.  
  1105. &lt;p class=&quot;has-large-font-size&quot;&gt;Stay in Touch&lt;/p&gt;
  1106.  
  1107.  
  1108.  
  1109. &lt;div class=&quot;wp-block-group&quot;&gt;&lt;div class=&quot;wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow&quot;&gt;
  1110. &lt;ul&gt;
  1111. &lt;li&gt;Did you like this episode? &lt;a href=&quot;https://lovethepodcast.com/gutenbergchangelog&quot;&gt;&lt;strong&gt;Please write us a review &lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
  1112.  
  1113.  
  1114.  
  1115. &lt;li&gt;Ping us on Twitter or send DMs with questions. &lt;a href=&quot;https://twitter.com/gutenbergtimes&quot;&gt;@gutenbergtimes &lt;/a&gt;and &lt;a href=&quot;https://twitter.com/bph&quot;&gt;@bph&lt;/a&gt;.&lt;/li&gt;
  1116.  
  1117.  
  1118.  
  1119. &lt;li&gt;&lt;em&gt;If you have questions or suggestions, or news you want us to include, send them to &lt;a href=&quot;mailto:changelog@gutenbergtimes.com&quot;&gt;changelog@gutenbergtimes.com&lt;/a&gt;. &lt;/em&gt;&lt;/li&gt;
  1120.  
  1121.  
  1122.  
  1123. &lt;li&gt;&lt;em&gt;Please write us a review on iTunes! &lt;a href=&quot;https://gutenbergtimes.com/itunes/&quot;&gt;(Click here to learn how)&lt;/a&gt;&lt;/em&gt;&lt;/li&gt;
  1124. &lt;/ul&gt;
  1125. &lt;/div&gt;&lt;/div&gt;
  1126.  
  1127.  
  1128.  
  1129. &lt;p class=&quot;has-large-font-size&quot; id=&quot;transcript&quot;&gt;&lt;strong&gt;Transcript&lt;/strong&gt;&lt;/p&gt;
  1130.  
  1131.  
  1132.  
  1133. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; Hello, and welcome to our 99th episode of the Gutenberg Changelog podcast. In today&amp;#8217;s episode, we will talk about WordPress 6.6, WordPress 6.5.3, Gutenberg 18.1 and 18.2, and the create block theme updates. I&amp;#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and full-time core contributor to the WordPress Open Source project, sponsored by Automattic&amp;#8217;s Five for the Future program. I&amp;#8217;m so happy that Sarah Norris joins us again today. Some of you already know her as she has been a guest on the show before. Sarah is a core contributor on the Gutenberg project, also sponsored by Automattic, and this year&amp;#8217;s core team rep, together with Joe McGill. Sarah, how are you today?&lt;/p&gt;
  1134.  
  1135.  
  1136.  
  1137. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; I&amp;#8217;m good, thank you. Yeah, I&amp;#8217;m doing really well. I&amp;#8217;m celebrating a few recent releases at the moment. We got the font library has just come out in 6.5. I was working closely with some of the other contributors to that. Then we&amp;#8217;ve also got a brand-new revamped Create Block Theme plugin, a few releases, we&amp;#8217;re probably going to talk about them. Also, celebrating a couple of releases there as well. I&amp;#8217;m also looking forward to this year&amp;#8217;s WordCamp Europe. Really looking forward to some of the talks. We&amp;#8217;ve got talks about playground, the interactivity API. There&amp;#8217;s quite a few talks about block themes as well, so I&amp;#8217;m really looking forward to all of that.&lt;/p&gt;
  1138.  
  1139.  
  1140.  
  1141. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack: &lt;/em&gt;WordCamp Europe has quite a great schedule, and if you haven&amp;#8217;t checked it out, dear listeners, do so now because it also will be live-streamed. If you are interested in Block Editor and you&amp;#8217;re listening, so I am assuming you are, you will see quite a few great talks. As Sarah said, playground, interactivity, API. It&amp;#8217;s also HTML API workshop. I don&amp;#8217;t know if that will be live-streamed, but Dennis Snell is the programmer of it and he&amp;#8217;s also a great teacher and educator, so I&amp;#8217;m looking forward to his workshop. These are exciting times in WordPress innovation and tooling. I just got back from WordCamp Leipzig and people are excited about the new revamped Create Block Theme plugin, and I came back on the Monday and on Tuesday, I think you released a new version, so everything that I showed had a different interface now, but I think it made it so much clearer.&lt;/p&gt;
  1142.  
  1143.  
  1144.  
  1145. &lt;p&gt;The people are excited about that because that&amp;#8217;s a no-code way to create themes, that&amp;#8217;s we&amp;#8217;ll talk about in a few minutes, and they&amp;#8217;re also very excited about the upcoming grid layouts that are coming to Gutenberg also in July to WordPress 6.6. WordCamp Leipzig also was a full-German WordCamp, which is always a little bit unusual for me because I&amp;#8217;m doing technical stuff mostly in English. I&amp;#8217;m really happy to catch up with the German webcam community.&amp;nbsp;&lt;/p&gt;
  1146.  
  1147.  
  1148.  
  1149. &lt;h3 class=&quot;wp-block-heading&quot;&gt;Announcements&lt;/h3&gt;
  1150.  
  1151.  
  1152.  
  1153. &lt;p&gt;Dear listeners, as you notice, we took a break in April, but we are back in full force. Before we head into the vastness of the Block Editor and WordPress happenings, I wanted to alert you to the next Developer Hours on Tuesday, May 14th, 2024 at 1500 UTC, that&amp;#8217;s 9:00 AM Eastern Daylight, and you hear my hesitation. Time zones are the bane of my existence, so double check it, please.&lt;/p&gt;
  1154.  
  1155.  
  1156.  
  1157. &lt;p&gt;It&amp;#8217;s a very important Developer Hours. Nick Diego and Ryan Welcher will show plugin developers and those who have used Meta boxes before. It&amp;#8217;s kind of a legacy feature, but it has been around for a long time to manage custom fields, and while Meta boxes are supported in the Block Editor, they&amp;#8217;re considered legacy and do not provide an ideal user experience that we came to know. Then since the session, Nick and Ryan will explore current options available to custom plugin developers and theme settings in the Block Editor, so you can manage metadata using React and native WordPress components. You will learn how to use the slots in the sidebar and implement a model for additional.&lt;/p&gt;
  1158.  
  1159.  
  1160.  
  1161. &lt;p&gt;Settings, fetch and save post metadata using JavaScript and also, connect post metadata to blocks. There are multiple ways to do this now in the Block Editor. By the end of the session, they will have an open discussion about the blockers, what prevents developers from migrating away from Meta boxes and possible solutions. It&amp;#8217;s a great session for whoever is still, and there are many, many people who are still working with plugins that are using Meta boxes for their data. I think this is the start of a movement away from it. It also is a good place to gather the feedback what is actually a blocker, so it can be resolved in the Block Editor. May 14th, 2024 at 1500 UTC. All right, do you have any thoughts on this or ideas?&lt;/p&gt;
  1162.  
  1163.  
  1164.  
  1165. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; I mean, it sounds amazing. I think whenever there&amp;#8217;s so many options, there often is with WordPress how to do something or just coding in general. It&amp;#8217;s always good to go through them and find other people&amp;#8217;s thoughts and maybe you hear a better idea on how you are doing it, but yeah, especially with custom Meta boxes. That&amp;#8217;s good.&lt;/p&gt;
  1166.  
  1167.  
  1168.  
  1169. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; There&amp;#8217;s also been a GitHub issue or PR that the Meta boxes that are now on the bottom of the screen will be moved into a modal that is you have to click it to open it up from the top toolbar, and that way, now the post editor can also be loaded in the iframe and then have a better user experience and can better be styled and all that. The Meta boxes are a little bit one step away from the first screen, which is also good because the initial experience of having an empty post and then some gray boxes underneath is not a very intuitive interface either. I think with that PR also have been around for a while and discussed. I will link to it also in the show notes so you have the full context about things.&lt;/p&gt;
  1170.  
  1171.  
  1172.  
  1173. &lt;p&gt;It&amp;#8217;s going to be a shift because most of it is from PHP to JavaScript and that shift has not been easy for a lot of developers, including me. I learned JavaScript the third time now and I&amp;#8217;m still not proficient. I learned the first time JavaScript was in 2023 when I was building my own static, my own static page builder. Not 2023, no, 2003, so it was one of the early JavaScript and it was a hell to go through.&amp;nbsp;&lt;/p&gt;
  1174.  
  1175.  
  1176.  
  1177. &lt;h3 class=&quot;wp-block-heading&quot;&gt;Community Contributions&lt;/h3&gt;
  1178.  
  1179.  
  1180.  
  1181. &lt;p&gt;Anyway, so let&amp;#8217;s go to our community contribution section. I&amp;#8217;m just giving a shout-out to Anne McCarthy who put together a high-level demonstration of WordPress Playground.&lt;/p&gt;
  1182.  
  1183.  
  1184.  
  1185. &lt;p&gt;WordPress Playground has been the most surprising tool of 2023 for a lot of people, including me, and I have fallen in love with it because it is a tool without having a server, without needing to install PHP or SQL Server or something like that. You have a link and you can install, pre-install a plugin that you can then preview and you don&amp;#8217;t have to set up anything. Once you close your browser, it&amp;#8217;s all gone. It&amp;#8217;s in the ether, but you could, if you wanted to, have a storage option there. Anne McCarthy shows you what else can be done with Playground. The YouTube video will be in the show notes, of course. It also gives me great pleasure to give you all a sneak preview or sneak knowledge, pre-knowledge about the upcoming Blueprint community project. What are Blueprints?&lt;/p&gt;
  1186.  
  1187.  
  1188.  
  1189. &lt;p&gt;Blueprints are the configuration files for Playground where you can use WPCLI, you can use import content, you can use PHP to pre-configure the Playground instance that you link to. Right now, there&amp;#8217;s a gallery, a pre-version one gallery of 10 Blueprints. The community project is that whoever uses Playground can share their Blueprints with the world so other people can use it too and adopt it to their needs for their projects. It was great to figure that out and put this together. I think we will start later this month to make public announcements, but you can check it out and maybe check out some of those Blueprints already.&amp;nbsp;&lt;/p&gt;
  1190.  
  1191.  
  1192.  
  1193. &lt;h3 class=&quot;wp-block-heading&quot;&gt;Create Block Theme Updates&lt;/h3&gt;
  1194.  
  1195.  
  1196.  
  1197. &lt;p&gt;I know you worked with Create Block Theme plugin preview. How&amp;#8217;s that going? Do you get any numbers or so? How many people click on that link?&lt;/p&gt;
  1198.  
  1199.  
  1200.  
  1201. &lt;p&gt;&lt;em&gt;Sarah Norris&lt;/em&gt;: Actually, I haven&amp;#8217;t checked. That sounds something to see how many people are using it. I know we&amp;#8217;ve got great feedback about it and I think just in general, it&amp;#8217;s a really good tool to preview plugins before you install it on your site, especially if you&amp;#8217;re looking for a specific functionality from a plugin for a single website rather than something that&amp;#8217;s going to be used everywhere, like all websites. It&amp;#8217;s a great way to preview changes. I&amp;#8217;ve not seen this Blueprint gallery before as well. This is a great idea too. Recently for the Automattic themes repo, we&amp;#8217;ve added a Playground theme previewer, so that fits into this, like the theme tester Blueprint. A good example.&lt;/p&gt;
  1202.  
  1203.  
  1204.  
  1205. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; I think there are a few kinks to work out, and I know that Adam Zielinski and his team are really working quite a bit on making things better. One kink is that when you upload, so you prepare the code, the content that you want to share with a Blueprint or with a Playground or template, a theme demo or so, you prepare the content in the Block Editor. You can export it normally with the WordPress export feature, but when you use it in a Blueprint, the images won&amp;#8217;t come through, so you need to upload the images to a space where Blueprint has access to. I think the team is working on how to resolve that or make it a better experience. One of the theme testing Blueprints has that problem that the images point to a site that doesn&amp;#8217;t have cross-site allowances problem, the course problem.&lt;/p&gt;
  1206.  
  1207.  
  1208.  
  1209. &lt;p&gt;There are still a few kinks to work out. There&amp;#8217;s one Blueprint in there where you can use WPCLI and add an attachment to a post, but then you need to upload that image beforehand. It&amp;#8217;s an interesting conundrum, or how to solve it. The whole Blueprint features steps that you can automatically log in, you can automatically install plugins as many as you need. You can install a certain theme, you can upload some content. I actually use the WPCLI to add 12 posts automatically, so a query block has some content in there and not just the hello world. There are quite a few things that you can make those previews or testings a little bit more refined so you don&amp;#8217;t have to have so much set up for some things, so it&amp;#8217;s good. Yes, Create Block Theme updates, well, you brought it, brought some updates here to us.&lt;/p&gt;
  1210.  
  1211.  
  1212.  
  1213. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; We&amp;#8217;ve had a lot of updates on this, yes, Birgit. We&amp;#8217;re trying to keep up with Gutenberg, maybe.&lt;/p&gt;
  1214.  
  1215.  
  1216.  
  1217. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; Oh, join the club.&lt;/p&gt;
  1218.  
  1219.  
  1220.  
  1221. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; We&amp;#8217;ve recently released the 2.1 version and then we&amp;#8217;ve had a few point minor releases after that as well. We&amp;#8217;re currently up to 2.1.3. Basically, the latest changes are a big revamp of the UI with an intentional move from the WP admin pages to the panel in the editor. I think for a while we&amp;#8217;ve had a Create Block Theme. It uses a little spanner icon in the top right of the editor, so we&amp;#8217;re trying to move a lot more of the options to that panel. Instead of having to jump between the WP admin pages and the editor, you should be able to stay in the editor for most of the tooling. We&amp;#8217;ve also added a lot more options for how a theme is saved before it&amp;#8217;s exported and there&amp;#8217;s a lot more control, giving users a lot more control over how the theme is saved as well. Because previously, Create Block Theme was doing magic behind the scenes and it wasn&amp;#8217;t obvious what was going on. We&amp;#8217;ve tried to surface that a little bit better and it makes it more clear what&amp;#8217;s happening to the theme export before you start importing it to other places.&lt;/p&gt;
  1222.  
  1223.  
  1224.  
  1225. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; Before we dive in into the details, for somebody who hasn&amp;#8217;t heard about the plugin yet, the Create Block Theme plugin, what does it actually do? What is it for?&lt;/p&gt;
  1226.  
  1227.  
  1228.  
  1229. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; It&amp;#8217;s to fill a gap basically between creating themes in the editor, which is obviously already really good and improves almost by the hour, too many updates, but most of the editor changes are very centric to the editor and therefore, to the single instance of the site that you&amp;#8217;re working on. Create Block Theme tries to fill a gap where you&amp;#8217;re making changes in the editor, and then it lets you export those changes so you can import them to either a standalone theme, so you can then do whatever you want with that, either make it open source, have it as a proprietary product. Any options that you can have for any other theme, but it lets you do it all from within the editor and hopefully, makes just theming in general a lot easier for no-code. We&amp;#8217;ve tried to, because the people who work on it generally used to coding themes as well, we tried to make it friendly for both people who like to code and no-code as well.&lt;/p&gt;
  1230.  
  1231.  
  1232.  
  1233. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; The workflow to create a theme would be to install a theme, preferably Twenty Twenty Four, but any block theme would do, make your changes and then decide if you want to have a child theme of that or a clone of that theme that has no connection to the parent theme, and put the changes that you make in the Global Styles, like the colors and the topography and the dimensions, and any of that changes. When a user makes them in the Block Editor, in the Site Editor, they&amp;#8217;re stored in the database, so they&amp;#8217;re not getting into the files. Like the template files, if you create a new template, it&amp;#8217;s stored in the database. If you add new custom colors, they&amp;#8217;re stored in the database. When you choose the Create Block Theme, everything of those changes that you made in the editor will be replicated or duplicated in the files for a new theme or whatever theme you decide to do. Is that correct?&lt;/p&gt;
  1234.  
  1235.  
  1236.  
  1237. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; Yeah, that&amp;#8217;s exactly it. I guess a quick way to sum it up would be instead of having user changes, it elevates those changes to the theme level and then you can do whatever you would normally like to do with a theme.&lt;/p&gt;
  1238.  
  1239.  
  1240.  
  1241. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; I did a test of a few things, and I really enjoyed starting from a blank theme, which is not entirely blank. You get the theme JSON and you get the index HTML and you get whatever you need for a fully functioning theme. It&amp;#8217;s just not a styled line, and then you can add your colors and your typography and upload the fonts. What are the things that are now in the new UI that you can decide on?&lt;/p&gt;
  1242.  
  1243.  
  1244.  
  1245. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; The main differences are how you save the changes to your active theme. Previously, you could just save all the changes and it&amp;#8217;d just be like one option and you didn&amp;#8217;t really know how things were being saved, and then you could export and you could do a one-click save and export as well, so it bundled loads of functionality into one button. With the new changes and the new UI, we&amp;#8217;ve tried to break those out a lot more, so it gives you more control over how the theme is being saved, and then you can choose what&amp;#8217;s exported as well. The things that we&amp;#8217;ve separated out are fonts, so there&amp;#8217;s now a save fonts option, so that lets you opt into including any installed fonts, and it also will delete any deactivated fonts from the current theme as well.&lt;/p&gt;
  1246.  
  1247.  
  1248.  
  1249. &lt;p&gt;You can use the new font library basically as well with a new theme to install those fonts, and then you have more options on how they&amp;#8217;re included in the theme. You also can optionally include your Global Styles changes. Like we&amp;#8217;ve just been talking about, they were automatically being saved, so from the database into the theme level. You probably will want to do that for all changes, but now this is optional as well. In case you&amp;#8217;ve made some changes maybe to test things out, or maybe you were testing out some typography and some colors and then you don&amp;#8217;t like them, you cannot save them to your theme if you don&amp;#8217;t want to do that. There&amp;#8217;s also, we&amp;#8217;ve separated out saving any template changes. This means any block edits or block markup changes that you make to templates will be included by default, but you can optionally not include them as well.&lt;/p&gt;
  1250.  
  1251.  
  1252.  
  1253. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; That&amp;#8217;s very cool.&lt;/p&gt;
  1254.  
  1255.  
  1256.  
  1257. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; It just gives you more control. Again, if you&amp;#8217;ve just been testing something, you might not want to include it in your theme, but probably likely you&amp;#8217;ve been changing it to update the theme. Probably most of the time you will want to include the changes. We&amp;#8217;ve also made it optional to disallow Create Block Theme from editing any existing templates to say you&amp;#8217;ve cloned a theme that already includes a bunch of templates and you really like the way they&amp;#8217;re set up. Maybe the text is already translatable, and this might be good if you&amp;#8217;ve edited block markup in the templates manually. Maybe if you&amp;#8217;re making the indentation look nice, anything like that, we&amp;#8217;ve now got an option that Create Block Theme will only process. Processes like making text translatable or localizing images, it will only process the templates that you&amp;#8217;ve edited within the editor and it will leave any previous templates that came with the theme.&lt;/p&gt;
  1258.  
  1259.  
  1260.  
  1261. &lt;p&gt;Then we&amp;#8217;ve also got a few other smaller things that are turned off by default because we found that most people probably want them off by default. These are making text strings translatable. Again, Create Block Theme used to do this for everything, so now it&amp;#8217;s optional, so in case you don&amp;#8217;t want that happening. It will also move any image assets. If you&amp;#8217;ve uploaded images to templates, there&amp;#8217;s an option to include these images in the theme assets folder and change the URL to be relative to the theme. That&amp;#8217;s optional as well. If you turn that off, it won&amp;#8217;t move any images and it&amp;#8217;ll just leave them local instead of on the theme. Then the final one, which I think is probably the smallest change, but it is a major one, is optionally removing the ref attribute from the navigation book.&lt;/p&gt;
  1262.  
  1263.  
  1264.  
  1265. &lt;p&gt;The ref attribute is important because it references a specific menu, but because the specific menu is local to the site instance, when you export a theme, that&amp;#8217;s not going to exist on every site. We did explore doing this for every single navigation block, but obviously, not everyone&amp;#8217;s exporting a theme. Some people just want to save a theme, and then they&amp;#8217;ve got a collection of local themes that they use. It&amp;#8217;s not always applicable, and it can mean that it visually looks like you&amp;#8217;ve lost an entire menu when all of this happens. It&amp;#8217;s just lost its reference to the existing menu. Alternatively to that, if you are exporting a theme and you want to distribute it on the theme directory or anywhere else, you probably don&amp;#8217;t want to reference a menu that doesn&amp;#8217;t exist anywhere else. It maybe sounds confusing if you don&amp;#8217;t know the block markup for the navigation block. If you do, you probably, well, hopefully, when you see the option, you&amp;#8217;re like, &amp;#8220;Oh yeah, I do want to do that please remove over.&amp;#8221;&lt;/p&gt;
  1266.  
  1267.  
  1268.  
  1269. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; It doesn&amp;#8217;t assume things that are there that are not there, and then it&amp;#8217;s not a good experience for a new user of a theme. Yeah, of course.&lt;/p&gt;
  1270.  
  1271.  
  1272.  
  1273. &lt;p&gt;&lt;em&gt;Sarah Norris&lt;/em&gt;: Yeah, makes sense.&lt;/p&gt;
  1274.  
  1275.  
  1276.  
  1277. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; Totally makes sense. How are Patterns actually treated in the Create Block Theme?&lt;/p&gt;
  1278.  
  1279.  
  1280.  
  1281. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; For pattern management, that&amp;#8217;s like the next thing we&amp;#8217;re looking at because it&amp;#8217;s a bigger beast to tackle, and interesting how it&amp;#8217;s going to work with the changes in 6.6, but we can talk about those later, maybe. Currently, the main interaction with Patterns at the moment is that with the options, I&amp;#8217;ve just gone through, the save options, with making text translatable and moving the image assets into the theme assets folder. Both of those things currently require PHP. Probably if you&amp;#8217;ve been using the editor to make any changes and haven&amp;#8217;t jumped into the code, everything is going to be in HTML. Create Block Theme will move these references into a PHP file, which is by creating a pattern. Because that&amp;#8217;s currently the only way or one of the best ways, I guess, to make text translatable and to reference image assets from the theme director. That&amp;#8217;s currently the only interaction with Patterns at the moment. We are hoping to maybe introduce pattern management, or at least iteratively make the pattern management experience better when using Gutenberg. That&amp;#8217;s our hope anyway.&lt;/p&gt;
  1282.  
  1283.  
  1284.  
  1285. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; Patterns have been around for a long time. Well, it&amp;#8217;s not the Patterns that were around for a long time, it&amp;#8217;s a reusable block that can be used as a template part, for instance, and it&amp;#8217;s now called Sync Pattern. They had its own import export feature in WordPress or still have that you can import Patterns via JSON where you can copy paste them from the pattern directory. There are many different ways to get to Patterns, so having one feature in Create Block plugin, that&amp;#8217;s going to be a complex piece to tackle. Yeah, definitely. They also have the references to the original Patterns when you have the synced overrides. That&amp;#8217;s something we are going to talk about. It&amp;#8217;s going to be real complex. What I also like is that you can update the metadata of your new theme within the sidebar with a plugin, so you can change the name of it and you can change the description and do it all right there, so you really don&amp;#8217;t have to touch code for that. That is a really good thing. What else? Oh, yes. Yeah, what else?&lt;/p&gt;
  1286.  
  1287.  
  1288.  
  1289. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; Like you said, we&amp;#8217;ve got a new metadata editor within the editor. You can now open a modal, I guess similar to the custom method fields. It just means, again, all the information goes into the readme.txt file, so probably anyone who&amp;#8217;s editing that information already is familiar with editing the read me, but it just means that you don&amp;#8217;t need to jump into your code editor and you can stay in the WordPress editor. Then, yeah, the other big thing is that you can now view your theme JSON file, so the currently active themes JSON file. Again, we&amp;#8217;ve got a view to enable editing of this as well in the editor. Again, just saving you jumping in between code editor and on WordPress. That&amp;#8217;s another exciting one. Hopefully, saves people time.&lt;/p&gt;
  1290.  
  1291.  
  1292.  
  1293. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; That was actually the biggest, whoa. When I demoed that, I added a few custom colors and showed them in the editor and then saved them. The only barrier is you have to do two saves, you have to save it in the database or on the editor, and then you have to click on save and the Create Block plugin sidebar. Then I was able to show them, okay, and now let&amp;#8217;s look at the theme JSON, and it shows the little custom colors palette there. It was really a big help to show the power of this Great Block Theme plugin.&lt;/p&gt;
  1294.  
  1295.  
  1296.  
  1297. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; It&amp;#8217;s nice.&lt;/p&gt;
  1298.  
  1299.  
  1300.  
  1301. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; Do you want to go through some of the changes from the change log of the plugin?&lt;/p&gt;
  1302.  
  1303.  
  1304.  
  1305. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; Yes. Let&amp;#8217;s see what we haven&amp;#8217;t talked about. We&amp;#8217;ve talked about the UI refactor. One of the recent big changes has been now Create Block Theme will process any background images on the Group Block, which it previously didn&amp;#8217;t do. I know that, that&amp;#8217;s probably a really popular theme option when people are adding background images to the Group Block. Now those will be exported with a Create Block Theme export as well.&lt;/p&gt;
  1306.  
  1307.  
  1308.  
  1309. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; That&amp;#8217;s great. I know I saw an issue also already used for one of the features that comes in 18.1, is the background for the whole site that you can add. That&amp;#8217;s on the roadmap for that.&lt;/p&gt;
  1310.  
  1311.  
  1312.  
  1313. &lt;p&gt;&lt;em&gt;Sarah Norris: &lt;/em&gt;Yeah, it is. Although, I think that we&amp;#8217;re handling that in Gutenberg as well, I think, which is really interesting, so that&amp;#8217;s probably another. I think we&amp;#8217;re making it relative to the theme or there&amp;#8217;s some exploration there, anyway. We need to look into that in more detail on how we can use Create Block Theme alongside that because that&amp;#8217;s really interesting. The other thing I wanted to mention, is another recent update is you can now persist the safe changes options. The ones I run through before, there&amp;#8217;s quite a lot and they&amp;#8217;re basically surfaced as check boxes. If you&amp;#8217;re a theme builder or if you&amp;#8217;ve build in a lot of themes, you&amp;#8217;re probably going to use the same options every time. There&amp;#8217;s a new option now that will remember the check-boxes that you use basically, so you don&amp;#8217;t have to keep unchecking or checking boxes.&lt;/p&gt;
  1314.  
  1315.  
  1316.  
  1317. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; Very helpful. Yes, thank you. Awesome. This is your little knowledge bit on the Create Block Theme. I really love that plugin and it had changed. From what I hear in the Outreach Channel and also with the people that I talk to, is that it changed the workflow on building block themes quite a bit and made it so much easier to just create themes. The only thing that it doesn&amp;#8217;t do yet, I&amp;#8217;m thinking, is to switch off some of the features of the Block Editor that are in the custom settings. If you want to switch off dimension controls or if you want to switch off custom color settings or something like that, you still have to do that or have the theme JSON, but I think that&amp;#8217;s just one part that you still need to touch code.&lt;/p&gt;
  1318.  
  1319.  
  1320.  
  1321. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; Yeah, that&amp;#8217;s a good point. We should introduce a new modal.&lt;/p&gt;
  1322.  
  1323.  
  1324.  
  1325. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; I think there were some great examples there in the early days of block themes, because many theme developers or agency developers actually have this that build bespoke themes for one project and never replicated for any other project. They have this need to introduce guardrails on colors and typography because it&amp;#8217;s brand styling. If you give users too much freedom on that design, they come up with your own designs and sometimes that&amp;#8217;s detrimental to the clean look and feel of a website, so they want to build some guardrails. Right now, that&amp;#8217;s only possible through theme JSON or theme support in the functions PHP. I also can see that most of those developers are not using the Create Block Theme out of the box. They&amp;#8217;re using some of their themes and then have those theme JSON settings already in there and then use the Create Block Theme to just make the additional changes on the templates and on the colors or something like that. I don&amp;#8217;t think it&amp;#8217;s big, but it could be something we could look into.&lt;/p&gt;
  1326.  
  1327.  
  1328.  
  1329. &lt;h3 class=&quot;wp-block-heading&quot;&gt;What’s Released &amp;#8211; WordPress 6.5.3 RC1&lt;/h3&gt;
  1330.  
  1331.  
  1332.  
  1333. &lt;p&gt;Although there was already a release to the WordPress releases, we have WordPress 6.5.3 release candidate, was just released, and it&amp;#8217;s now available for testing. The final release is scheduled for May 7th. That&amp;#8217;s next week. Many of you are listening to this past ad, so go and update your WordPress instances on your websites. It contains about 18, not a bad day, it contains exactly 19 bug fixes discovered with WordPress 6.5 release that couldn&amp;#8217;t wait until 6.6 and also wasn&amp;#8217;t supposed to wait. They are out now. You can follow up on the full list via the announcement post that will be in the show notes. There weren&amp;#8217;t any particular bug fixes that stand out where I said, all good that, that is fixed, but also didn&amp;#8217;t work too much with 6.5. I&amp;#8217;m glad contributors worked on that.&amp;nbsp;&lt;/p&gt;
  1334.  
  1335.  
  1336.  
  1337. &lt;h3 class=&quot;wp-block-heading&quot;&gt;Gutenberg 18.1&lt;/h3&gt;
  1338.  
  1339.  
  1340.  
  1341. &lt;p&gt;Okay, let&amp;#8217;s get to the two last Gutenberg releases. The first tagline, Gutenberg 18.1, it was a fairly large release and, Release Lead Ramon Dodd, had the release post on what&amp;#8217;s new in Gutenberg 18.1. That&amp;#8217;s the release that answer has the background image for the Site Editor, but let&amp;#8217;s take it from the top.&lt;/p&gt;
  1342.  
  1343.  
  1344.  
  1345. &lt;h3 class=&quot;wp-block-heading&quot;&gt;Enhancements&lt;/h3&gt;
  1346.  
  1347.  
  1348.  
  1349. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; The first one we were going to talk about is the zoom out, so this is invoking zoom out mode when opening the Patterns tab. It&amp;#8217;s a great enhancement, because I think whenever you, or I guess most of the time when you insert a pattern, you&amp;#8217;re going to want to see a bird&amp;#8217;s eye view or well, literally, a zoomed-out view of your page because otherwise, you&amp;#8217;re going to be zoomed into a smaller area of the page and it&amp;#8217;s hard to see the new pattern or visualize where you want the pattern to go when you can only see a small section of the page. This invokes zoom out mode when you open the Patterns tab. I&amp;#8217;d love to hear some feedback around if people are finding this useful as well. I think it feels very natural as well. It feels like a very nice animation that happens as well when you open the Patterns tab.&lt;/p&gt;
  1350.  
  1351.  
  1352.  
  1353. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; Yeah, I like it too. Also, in the Site Editor, you can now rename pages through the actions three-dot menu. Pages are now in the Site Editor, you can view them through the data view, the whole DataViews&amp;#8217; new components and tables and the different layout views. You can have the grid layout view of all the pages and on your site, and then you have three-dot menus on the bottom of each card that gives you immediate actions that you can take with a page. One of them is rename a page, give it a new title, even if it&amp;#8217;s a no-title page kind of thing. It&amp;#8217;s an easy way to fix headlines and all that. I really like it for the new admin sections there.&lt;/p&gt;
  1354.  
  1355.  
  1356.  
  1357. &lt;p&gt;&lt;em&gt;Sarah Norris&lt;/em&gt;: Another update to that page view that you&amp;#8217;ve just been talking about is well, updating the index view. I think these changes are all related to the DataViews project. There&amp;#8217;s some really good work going in here. It brings there the list of pages to the new DataViews section.&lt;/p&gt;
  1358.  
  1359.  
  1360.  
  1361. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack: &lt;/em&gt;The List View, so you have on the left-hand side, you have the navigation that is in the dark background, and then the List View shows you each page with a thumbnail or something like that in the title. Then when you click on it, it opens up another panel where you can see the whole page. It&amp;#8217;s also quite interesting for the workflow that was, you never were able to do that in WordPress before. It was always you had to click on it and then it opens it again. This is much smoother and you can browse all the pages quite easily and to see how they look. It seems to be magical that they actually display the front-end view of the page in the editor, so it&amp;#8217;s really cool.&lt;/p&gt;
  1362.  
  1363.  
  1364.  
  1365. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; Instead of having to click into a page, wait for a page reload and then click another one and wait for another reload. It&amp;#8217;s now right there.&lt;/p&gt;
  1366.  
  1367.  
  1368.  
  1369. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack&lt;/em&gt;: Yeah, right there. The same, we see that for the pattern pages, there&amp;#8217;s now also a table layout where you can see the patterns and then it opens it up. Then the content schema for pattern editing view. I wasn&amp;#8217;t quite sure what that was.&lt;/p&gt;
  1370.  
  1371.  
  1372.  
  1373. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; It&amp;#8217;s when you can name blocks in a pattern, and then when you come out to the pattern view when you&amp;#8217;re inserting a pattern, you&amp;#8217;ll be able to see a content panel. Then those name blocks will show in that content panel. It&amp;#8217;s probably good if you watch the video, the handy video that&amp;#8217;s on the PR. It probably does a better explanation. It&amp;#8217;s going to be good.&lt;/p&gt;
  1374.  
  1375.  
  1376.  
  1377. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; Oh, that helps me quite a bit because sometimes you see paragraph heading, paragraph heading, heading, heading, image.&lt;/p&gt;
  1378.  
  1379.  
  1380.  
  1381. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; Yeah, exactly.&lt;/p&gt;
  1382.  
  1383.  
  1384.  
  1385. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; You don&amp;#8217;t know exactly where you&amp;#8217;re on the page, but if things have a name you know, &amp;#8220;Okay, I&amp;#8217;m in the right section where I want to change things in the List View. The List View is, I&amp;#8217;m obviously not creating too much content because the List View is not part of my muscle memory. When I was demoing things from the theme and how things are changed, I never opened up the List View and people asked me behind that. The List View is always open, how to navigate the whole pages and all that. It&amp;#8217;s definitely a change in muscle memory to open that up because the List View wasn&amp;#8217;t really helpful in the first few years of the Block Editor, so I didn&amp;#8217;t develop that. Okay, next. Next is a background UI controls that are now really extensive. You can have, what was it? The focus on the image. You can have a tiled background image on things and you can have a section, but this is set for the top level.&lt;/p&gt;
  1386.  
  1387.  
  1388.  
  1389. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; Yes, I think so. Well, so I think it&amp;#8217;s related to the top level, the new top-level background image setting. As we tend to do in Gutenberg, we&amp;#8217;ll add the setting, the new style setting to theme JSON. Then this PR I think that we&amp;#8217;re looking at is adding the UI controls. This surfaces it in the editor. This is, again, it&amp;#8217;s very close to theming. It really elevates what you can do for themes. Again, this would&amp;#8217;ve just been, you would&amp;#8217;ve had to do it with code and probably custom CSS.&lt;/p&gt;
  1390.  
  1391.  
  1392.  
  1393. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; Now you can, through the editor, you can change the background position, you can change the repeat, yes or no, or the background size of it, does it cover the whole thing, or there&amp;#8217;s another one restrained. You can just upload the image there. I like background images, it gives so much more dimensions and layers to the Block Editor.&lt;/p&gt;
  1394.  
  1395.  
  1396.  
  1397. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; Yeah, it does. I really love web designs that use a big full-size background image. That&amp;#8217;s the kind of design I like. I&amp;#8217;m really pleased to see this come to the editor. We&amp;#8217;ll see.&lt;/p&gt;
  1398.  
  1399.  
  1400.  
  1401. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; There&amp;#8217;s something that the DataViews, and I know it was there before that you can clear out customizations to templates, but now you also get a confirmation modal. I have learned that when you want to do, so some people wanted to switch out the theme, no, the updates of the theme doesn&amp;#8217;t update templates at all when they were previously changed because the user changes trump the theme changes. When you update a theme on your site and you want the new changes coming in on templates for themes, you need to clear out the customizations beforehand. It&amp;#8217;s a little bit of a quirk right now, and I don&amp;#8217;t know how to solve this because of the hierarchy of changes, but maybe the Create Block theme. I don&amp;#8217;t know if that&amp;#8217;s a scope for that as well, but it&amp;#8217;s something users and theme developers need to get their head around that, that&amp;#8217;s actually what&amp;#8217;s happening.&lt;/p&gt;
  1402.  
  1403.  
  1404.  
  1405. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; Yeah, exactly. Maybe a good solution here for the first case, it&amp;#8217;d just be to surface what&amp;#8217;s going on and try and explain to people just different levels of saving and this is how it works, like the template hierarchy, you just have to get used to that. Maybe there&amp;#8217;s a first step of just telling people where things are being saved. I think this change helps you be less unintentionally destructive as well, because resetting things, it&amp;#8217;s just, &amp;#8220;Oh, I didn&amp;#8217;t realize I was going to clear everything.&amp;#8221;&lt;/p&gt;
  1406.  
  1407.  
  1408.  
  1409. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; Yeah, you&amp;#8217;re so right. Well, there are people who don&amp;#8217;t press a button because they fear that they set up a nuclear bomb, but some people are just clicking around and saying, &amp;#8220;Oh, I didn&amp;#8217;t do anything,&amp;#8221; but it all made it disappear. For them, it&amp;#8217;s the next step as kind of have a confirmation modal, so you can think twice about what you&amp;#8217;re doing there.&lt;/p&gt;
  1410.  
  1411.  
  1412.  
  1413. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; The next one we&amp;#8217;ve got is related to the List View you just mentioned. I think this makes it much easier to navigate. It&amp;#8217;s adding keyboard shortcut to collapse List View items, but excluding the focused items. You&amp;#8217;ve got the List View on the left-hand side and say you do have a lot of content, unlike Birgit, depending on the length, I think it can be challenging to navigate just because it&amp;#8217;s another scrollable section. Adding this keyboard shortcut makes it much easier to collapse nested groups, basically. Yeah, it&amp;#8217;s a good addition. Again, it&amp;#8217;s probably good to watch the video.&lt;/p&gt;
  1414.  
  1415.  
  1416.  
  1417. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; It&amp;#8217;s definitely also a good quality of life kind of thing. I think that was for the enhancement of 18.1, Gutenberg plugin updates, 18.1.&amp;nbsp;&lt;/p&gt;
  1418.  
  1419.  
  1420.  
  1421. &lt;h3 class=&quot;wp-block-heading&quot;&gt;Accessibility&lt;/h3&gt;
  1422.  
  1423.  
  1424.  
  1425. &lt;p&gt;There&amp;#8217;s one thing that is available was an accessibility change for the DataViews that you can update. It has updated keyboard navigation in the list layout, so you can navigate through that through your keyboard, which is very important, so you don&amp;#8217;t have to wait for the screen reader to announce everything. Then how do you get there? By keyboard. That&amp;#8217;s a good thing. I think that was it for 18.1.&amp;nbsp;&lt;/p&gt;
  1426.  
  1427.  
  1428.  
  1429. &lt;h3 class=&quot;wp-block-heading&quot;&gt;Gutenberg 18.2&lt;/h3&gt;
  1430.  
  1431.  
  1432.  
  1433. &lt;p&gt;We can now immediately go into the change law of 18.2, and that was a mammoth release with 234 individual PRs by 56 contributors. Four of them completely new, but it also was that large because there were two more days on the release.&lt;/p&gt;
  1434.  
  1435.  
  1436.  
  1437. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;It wasn&amp;#8217;t released on a Wednesday, it was released on a Friday of last week. Let&amp;#8217;s head into it. &lt;/strong&gt;Enhancements&lt;/h3&gt;
  1438.  
  1439.  
  1440.  
  1441. &lt;p&gt;First things, all kind of animation changes that I clustered together. It makes it a little bit easier that, that&amp;#8217;s animation, it&amp;#8217;s not very distracting animation. It&amp;#8217;s more like a feedback animation. It adjusts the frame, it animates the radios on the frame, it improves the header animation. The animation for opening and closing the editor right-side bar, the insert and List View panels. This is more like when you move through the editor, you get feedback on where you are and where you go. I think those are really good features. They&amp;#8217;re mostly invisible, but you&amp;#8217;re just going to feel them, that it&amp;#8217;s nice out there.&lt;/p&gt;
  1442.  
  1443.  
  1444.  
  1445. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; They&amp;#8217;re small, tiny changes that make a big difference when they&amp;#8217;re all grouped together, especially, just makes everything feel a little bit nicer to use. Next up, we&amp;#8217;ve got using the grid layout by default on the templates in template parts view. Again, this is related to the DataViews work, I think. The grid makes more sense because they&amp;#8217;re more visual.&lt;/p&gt;
  1446.  
  1447.  
  1448.  
  1449. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack&lt;/em&gt;: Template parts and templates are so visual. In their nature though, it&amp;#8217;s good to see them, even if it&amp;#8217;s only a tiny grid layout card, but it helps you navigate them without. You see them all in one scroll and then you can navigate to the one that you wanted to go to. Template parts are now patterns, so if you&amp;#8217;re looking for your template parts, look on the patterns because there&amp;#8217;s a big similarity between what patterns are sync patterns and template parts. They&amp;#8217;re mostly all reusable things that can be, and so they&amp;#8217;re clustered under the Patterns section. There is a simplified template reset language that kind of goes with 18.1 modal probably on resetting template changes customizations. What else?&lt;/p&gt;
  1450.  
  1451.  
  1452.  
  1453. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; There&amp;#8217;s also related to what you were just saying about template parts I think in the Patterns, we now have an author field in that view.&lt;/p&gt;
  1454.  
  1455.  
  1456.  
  1457. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; You can filter by, is it a template part or is it coming from the theme, or is it coming from the user and which user? It&amp;#8217;s definitely helpful to navigate the whole thing and filter it when you have many, many template parts on the page. Yeah, so good, thank you. Then the editor, also in those layouts, you see in the editor now the word count and reading time in the post card, it&amp;#8217;s not in the post, it&amp;#8217;s more in the pages view, not in the post view, but you see them on the left-hand side in your screen. In the single Meta page screen. We need to get them all those names in.&lt;/p&gt;
  1458.  
  1459.  
  1460.  
  1461. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; I think it&amp;#8217;s related to, because we have that information is surfaced within the editor when you&amp;#8217;re browsing templates, and so I think we&amp;#8217;re trying to align the data that surfaced in both areas so it&amp;#8217;s more familiar and not confusing. There&amp;#8217;s some data that appears here and different data that appears when you are editing the post. We&amp;#8217;re trying to align them to reduce confusion.&lt;/p&gt;
  1462.  
  1463.  
  1464.  
  1465. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; It&amp;#8217;s good to have that information right there with a page metadata here, a template. Then the next feature is that the template preview is now available in the post editor for non-administrators, because non-administrators also can change the templates, so now they can see the preview. I think that&amp;#8217;s in the sidebar. When you&amp;#8217;re editing a post or a page, in the sidebar, you can switch out the template. To know which template you use, you need to see what it is, so you get a preview of the templates that you can search for or look at before you switch them out. That&amp;#8217;s definitely a good way to help content creators to do the right thing there.&lt;/p&gt;
  1466.  
  1467.  
  1468.  
  1469. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; The publish flow has also been updated, so this is related to published status label.&lt;/p&gt;
  1470.  
  1471.  
  1472.  
  1473. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; Yes.&lt;/p&gt;
  1474.  
  1475.  
  1476.  
  1477. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; Yeah, it makes it clearer what the state of a post.&lt;/p&gt;
  1478.  
  1479.  
  1480.  
  1481. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; This is on the post summary panel. It shows you, you might have noticed that when you use the Gutenberg plugin, that the featured image in some of the other data is now in a so-called summary panel on the post were the former called document settings. There, you can also see what nature it is. Is it a draft, is it a published one or not? Then you see the featured image and also the template and the URL and when it&amp;#8217;s published and all that. That is now much clearer what status your post is about. Well, the page,&lt;/p&gt;
  1482.  
  1483.  
  1484.  
  1485. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; Yeah, it&amp;#8217;s good.&lt;/p&gt;
  1486.  
  1487.  
  1488.  
  1489. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; The next thing is the Patterns page has now edit and view revision actions to the parts. Template parts now also surface the revisions in the editor, so you can see what&amp;#8217;s changed here.&lt;/p&gt;
  1490.  
  1491.  
  1492.  
  1493. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; In the three-dots menu, I think we mentioned that similar to the title change that&amp;#8217;s been surfaced, so these are new options in that three-dot menu for editing and viewing the revisions.&lt;/p&gt;
  1494.  
  1495.  
  1496.  
  1497. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; The resetting, you can also reset it.&lt;/p&gt;
  1498.  
  1499.  
  1500.  
  1501. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; Reset, yeah, and delete.&lt;/p&gt;
  1502.  
  1503.  
  1504.  
  1505. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack&lt;/em&gt;: Then the Site Editor now also supports startup patterns. It did for the page view, when you go through the WP Admin and to create a new page, it showed you already startup patterns when they came in with a theme, but the Site Editor page management system didn&amp;#8217;t have that yet. This is just creating feature parity between the two views, the startup patterns, so you can select different page layouts, and you don&amp;#8217;t have to start from a blank page which a lot of people have anxiety about. You can start about, so you see, okay, this is my header section, my middle section, and my additional service section or whatever is in the startup pattern. Full-page layouts can be done, can be surfaced through the theme, and now you have them inside editor as well. Cool.&lt;/p&gt;
  1506.  
  1507.  
  1508.  
  1509. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; The next one we&amp;#8217;ve got is we&amp;#8217;ve improved the override indication for editable blocks in synced patterns. This is if you&amp;#8217;ve inserted a synced pattern somewhere. Then when you&amp;#8217;re looking around to edit things, things will be generally highlighted. There&amp;#8217;ll be an outline around the block that can be edited. This update removes the outline that highlights things that can be edited. It removes it from things that can&amp;#8217;t be edited in a synced pattern. Again, it&amp;#8217;s kind just like a quality of life or UX improvement that feels, or maybe looks small, it makes everything feel a lot more easy to understand immediately.&lt;/p&gt;
  1510.  
  1511.  
  1512.  
  1513. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; It takes the mystery out of it. You don&amp;#8217;t have to click around and say, can I? Can I do? The next thing is in the zoom out mode, there&amp;#8217;s an introduction of section containers where you can assemble patterns into sections and then zoom out or see them in the zoom out mode. There&amp;#8217;s much work being done in creating sections that can be styled and all that. Well, that was a PR that went through multiple changes. Well, it started in February and has just been merged, and it&amp;#8217;s April, so it took about two months to get through this. You were saying?&lt;/p&gt;
  1514.  
  1515.  
  1516.  
  1517. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; Sorry. I was going to say, I think it&amp;#8217;s related to some of the 6.6 changes, especially some of the things that we talked about in the recent Hallway Hangout. I think this is like some groundwork for section styling and being able to style parts of either patterns pages or entire themes, rather than thinking you might have to apply something to everything. You can now break it down into sections.&lt;/p&gt;
  1518.  
  1519.  
  1520.  
  1521. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; Cool. We will have a link to the Hallway Hangout that you just mentioned. That was what&amp;#8217;s coming to 6.6, but we&amp;#8217;re going to briefly talk about it as well and have the show notes, of course, have a link to it. The next two are DataViews changes. Again, there&amp;#8217;s a lot of work being done, so it&amp;#8217;s really hard to keep up, but every time you open up the Gutenberg Site Editor in the Gutenberg plugin, it has little changes in there. One is that you can now display fields as a batch in the grid layout. Then you can make checks, boxes and actions visible on touch devices, which actually is really helpful when you&amp;#8217;re on a tablet or on mobile. There is also an experiment out of custom views. I&amp;#8217;m not quite sure what that entails, but I&amp;#8217;m going to look at it real quick. Do you have anything to add to that?&lt;/p&gt;
  1522.  
  1523.  
  1524.  
  1525. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; I think when I was reading this before, I think this is because the DataViews work is now not experimental, it&amp;#8217;s moving the custom DataViews into an experiment. Rather than all the DataViews being an experiment, it&amp;#8217;s just moving this single part of it, the custom DataViews as being experimental. You have to enable it.&lt;/p&gt;
  1526.  
  1527.  
  1528.  
  1529. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; Is that the beginning of making DataViews a little bit extensible and you can create custom views or is that not that part?&lt;/p&gt;
  1530.  
  1531.  
  1532.  
  1533. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; I think it is. It&amp;#8217;s like when you create your own reports in data reporting tools and stuff like that, you can create your own view for, well, I&amp;#8217;ve seen the demo for creating your own view for pages, but I&amp;#8217;m sure we&amp;#8217;ll have many others. Again, it just gives users a little bit more control. It makes things feel more professional as well, because you can give it specific names rather than it all sounding very specific WordPress.&lt;/p&gt;
  1534.  
  1535.  
  1536.  
  1537. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; The same.&lt;/p&gt;
  1538.  
  1539.  
  1540.  
  1541. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; Yeah, the same, basically from the site.&lt;/p&gt;
  1542.  
  1543.  
  1544.  
  1545. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; I think it comes with a work for custom post types as well. If you need custom post types, custom fields, that&amp;#8217;s all that whole soup of complexity and extensibility that comes with it. This is good that there&amp;#8217;s already some work being done on that part. Because we already get some questions about extensibility of the DataViews use, and people who have done this with WP Admin are keen to see how they can work with the new components in the DataViews. This is definitely a good thing to start out with that.&amp;nbsp;&lt;/p&gt;
  1546.  
  1547.  
  1548.  
  1549. &lt;p&gt;Then there were some changes for the layout pieces of the Site Editor. It added the row control for grid layouts in manual mode, which is good. It needs some testing and some feedback. You can also now, and this is what a lot of people are waiting for, is applying negative margins. We talked about it before, I think here on the podcast, but applying negative margin was something that a lot of people were waiting for, doing it in UI. It was always possible through theme JSON, but now there&amp;#8217;s some UI or some settings that you can do in the sidebar.&lt;/p&gt;
  1550.  
  1551.  
  1552.  
  1553. &lt;p&gt;&lt;em&gt;Sarah Norris: &lt;/em&gt;Yeah, and we&amp;#8217;ve also reduced the specificity of the layout.&lt;/p&gt;
  1554.  
  1555.  
  1556.  
  1557. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; That&amp;#8217;s why I leave it to you. I can&amp;#8217;t pronounce that word. Specificity, yeah.&lt;/p&gt;
  1558.  
  1559.  
  1560.  
  1561. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; Again, it makes it hopefully easier for themers or anyone interacting with CSS. It makes it much easier rather than unexpectedly being overridden by CSS from Gutenberg. This change will hopefully make that a lot easier. There&amp;#8217;s some changes like we&amp;#8217;ve wrapped existing styles in a ware block, so which makes them less specific. I believe the semantic class names have been improved as well, but I think I might be jumping into a different PR there, but hopefully, it all collectively makes styling things much easier for Gutenberg.&lt;/p&gt;
  1562.  
  1563.  
  1564.  
  1565. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack&lt;/em&gt;: I think the semantic thing with just an 18.3. Yeah, it&amp;#8217;s coming.&lt;/p&gt;
  1566.  
  1567.  
  1568.  
  1569. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; Yeah, we talked about this.&lt;/p&gt;
  1570.  
  1571.  
  1572.  
  1573. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; No problem to mention it here, it&amp;#8217;s coming. To say it&amp;#8217;s not the last that we work on it. Then for the Global Styles, we talked about the background image or mentioned it, now you can have a display of default background for the size value in the Global Styles. We have the background UI control labels that are changed and then you use text and button background color for color indicators. There&amp;#8217;s a lot of things that improve handling background images in the Global Styles.&lt;/p&gt;
  1574.  
  1575.  
  1576.  
  1577. &lt;p&gt;&lt;em&gt;Sarah Norris: &lt;/em&gt;Then this other one we&amp;#8217;ve got for Global Styles is the color indicators now use the text and button background colors. I think this helps make the color palette selection clearer.&lt;/p&gt;
  1578.  
  1579.  
  1580.  
  1581. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; Absolutely.&lt;/p&gt;
  1582.  
  1583.  
  1584.  
  1585. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; It&amp;#8217;s when you start variations, I think it helps. Again, it probably helps to see this visually in the PR. When you view browse styles in Global Styles panel, if a theme has multiple style variations, you&amp;#8217;ll see a little, like a preview box that previews the typography, the background image, and then two other theme images, theme colors, sorry, from the color palette. This changes those two colors to use the text and button background colors. I think it just generally gives you a better idea of the variation color palette compared to previously. Another good improvement.&lt;/p&gt;
  1586.  
  1587.  
  1588.  
  1589. &lt;h3 class=&quot;wp-block-heading&quot;&gt;APIs&lt;/h3&gt;
  1590.  
  1591.  
  1592.  
  1593. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; Especially, yeah. There are new APIs in 18.2, and they definitely need some testing because there&amp;#8217;s now additional support for the plugin post status info in the slot for the Site Editor. Most of the changes are actually to give the plugin a more menu item for the API. Then what&amp;#8217;s the other one? Plugin site, more menu item, that&amp;#8217;s one. Then the other one is unify the plugin sidebar slot between the post and Site Editor. Because most of the time, you need the feature from a plugin in, in both. Because if it&amp;#8217;s a plugin with blocks, blocks can be used in the Site Editor as well as in the post editor. It&amp;#8217;s really beneficial to have those slots there. You could add as a plugin developer something into the post status info and you can create, so unify plugin, more menu item, you can create more menu items. I think some of the UIs, I feel that the Create Block Theme is actually using some of those new APIs already because it feels a little bit differently than before where you can open a menu and then have another slot and all that. Yes.&lt;/p&gt;
  1594.  
  1595.  
  1596.  
  1597. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; Yeah, exactly. I think these are the API changes of bringing more parity to the, like you said, between the post and Site Editor. I think most of these changes are moving these APIs into the editor package. Instead of them being separated, they&amp;#8217;re only included in one package, and then that makes it much easier for plugins to use.&lt;/p&gt;
  1598.  
  1599.  
  1600.  
  1601. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; Then they don&amp;#8217;t have to include too many packages to use those. I think going through the create plugin GitHub repo might help quite a few plugin developers to find some solutions for their move away from the Meta boxes or the WP Admin setting pages into the editor. That&amp;#8217;s a new avenue there. Maybe we need to do a Developer Hour on how did you do this? All right. I really like that, how this all comes together. You&amp;#8217;re right, if you scroll further on the changelog, you get to the ad semantic classes.&lt;/p&gt;
  1602.  
  1603.  
  1604.  
  1605. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; I knew I&amp;#8217;d seen it somewhere.&lt;/p&gt;
  1606.  
  1607.  
  1608.  
  1609. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; Then there were some changes on the interactivity API. You can now have multiple event handles for the data WP on directive. That is really helpful because you can have for different actions on a button, you can have different event handlers. That&amp;#8217;s really cool.&lt;/p&gt;
  1610.  
  1611.  
  1612.  
  1613. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; Yeah, it is. The other one we&amp;#8217;ve got is updating the query block to allow, oh, non-interactive blocks. Sorry, non-core. I&amp;#8217;m missing a vital word. Non-core interactive block, so you can include any block. Any block that enables the interactivity. API can now be included in the query block.&lt;/p&gt;
  1614.  
  1615.  
  1616.  
  1617. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; Oh, yeah, that&amp;#8217;s really helpful when you have custom post types with some interactions there. We love it. Cool. The interactivity API is another powerful feature that only in the next few months we&amp;#8217;ll see really the extent of how powerful it actually is and what other people do with it. There have been quite a few Developer Hours with it. Some examples, there was a developer blog post about the introduction of the interactivity API. Earlier, or last month, there was a Developer Hours with creating blocks with the interactivity API with another real-world example. I know that Ryan Welcher is now working on his Twitch stream on doing a to-do app with the interactivity API, and this shaped up quite nicely.&lt;/p&gt;
  1618.  
  1619.  
  1620.  
  1621. &lt;p&gt;Part two, I think, happened this week. I will put all these interactivity API mentions into the show notes so you can look up about them, what happened in last month about that.&amp;nbsp;&lt;/p&gt;
  1622.  
  1623.  
  1624.  
  1625. &lt;h3 class=&quot;wp-block-heading&quot;&gt;What’s in Active Development or Discussed &amp;#8211; WordPress 6.6 Hallway Hangout&lt;/h3&gt;
  1626.  
  1627.  
  1628.  
  1629. &lt;p&gt;This concludes our what&amp;#8217;s released sections and we are really way into the hour, but I wanted to still talk with you, Sarah, about the Hallway Hangout on what&amp;#8217;s next in Gutenberg. There was a demo time, I think it was an hour and a half, where product managers and designers came together and demoed how certain things are going to work and what they&amp;#8217;re preparing for the 6.6 version that&amp;#8217;s coming out. Beta will be June 4th and it will come out on July 8th. I think that&amp;#8217;s the schedule. Of course, so then the last version of Gutenberg coming in, I think it&amp;#8217;s 18.5. We are now 18.3 release candidate is out, so we are about three releases away from beta. Isn&amp;#8217;t that scary?&lt;/p&gt;
  1630.  
  1631.  
  1632.  
  1633. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; It&amp;#8217;s terrifying, and everything moves so fast. You think you&amp;#8217;ve got a break, and you haven&amp;#8217;t.&lt;/p&gt;
  1634.  
  1635.  
  1636.  
  1637. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; What was the topic about, or what did we cover? What was covered in the Hallway Hangout? It was the data view efforts in the relationship with the admin redesign. I think that was a part of the extensibility there. I think the biggest piece is the overrides and sync pattern because that changed. It was slated for WordPress 6.5, but then got pulled after beta one when the flow was not as intuitive as one would&amp;#8217;ve wanted. It&amp;#8217;s a similar setup, so when you have a pattern that is synced, you can enable overwrites. What you also have to do is to give the overrides a name for each single override so people that use the pattern can see in the sidebar which are the things that you can override and can click on it. I think that is a very good demo to watch.&lt;/p&gt;
  1638.  
  1639.  
  1640.  
  1641. &lt;p&gt;I&amp;#8217;ll share the summary of posts on make core in the show notes, and there were quite few smaller videos in there that show off some of the new features that are coming. You and I, we just talked about the zoomed-out view. There is some advanced content only editing in how that is handled. Then of course, another big feature is a grid layout support that&amp;#8217;s coming and the pattern styles, which means that you have a section in a website that you can attach a style universally without having to style each additional block that&amp;#8217;s in that section. Is that what I&amp;#8217;m hearing?&lt;/p&gt;
  1642.  
  1643.  
  1644.  
  1645. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; Yes. Yeah, I think that&amp;#8217;s right. Similar to how we can currently apply different style variations to an entire theme. This would allow you to apply style variations or any other kind of variation of global styles, I guess. I&amp;#8217;m trying not to say style variations again.&lt;/p&gt;
  1646.  
  1647.  
  1648.  
  1649. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; Lots of expectations.&lt;/p&gt;
  1650.  
  1651.  
  1652.  
  1653. &lt;p&gt;&lt;em&gt;Sarah Norris: &lt;/em&gt;Yeah, that&amp;#8217;s right. It makes it much easier to get some more variety of styling, and means you don&amp;#8217;t have to switch themes as well.&lt;/p&gt;
  1654.  
  1655.  
  1656.  
  1657. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; I think that what I find how things are changed in the Global styles and if you needed it to be overall change for the whole site or do you want to just for this post and where those change is happening. There are attempts to find a way to clarify where things have been changed or where they&amp;#8217;re styled, and so you can actually reverse some of the things. Revisions probably helped, certainly. The Hallway Hangout was quite interesting to see. Was there anything that stood out for you?&lt;/p&gt;
  1658.  
  1659.  
  1660.  
  1661. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; It&amp;#8217;s hard to pick, actually. I think the DataViews work is really, really cool and really sets us up for the admin redesign work. It&amp;#8217;s just really nice to see these fresh designs go into WordPress. I also really like anything to do with Patterns because I work with themes a lot, so all of that is super interesting and it&amp;#8217;s giving users a lot more control and allowing different areas to be edited. Then some areas are locked down, just a lot more control is really, really good. Also, on the zoomed-out view, that content only editing view is very interesting too because I think it&amp;#8217;s all in the name. It only allows you to edit the content rather than being distracted by editing all the other blocks that are surrounding the content. Again, really interesting stuff going on.&lt;/p&gt;
  1662.  
  1663.  
  1664.  
  1665. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; It also helps the developers that do bespoke site to kind of put up some the guardrails more intuitively for the content creators and not just make it easy for them to create those. Yes, so definitely, dear listeners, if you only get one thing out of this hour of Gutenberg Changelog, follow up on the show notes and look at the summary of the Hallway Hangouts for what&amp;#8217;s next in Gutenberg. Because it gives you a pretty good preview way ahead of time of what will come into WordPress 6.6, and there&amp;#8217;s quite a lot that&amp;#8217;s coming as you can hear. We are at the end of the show. Is there anything else you wanted to highlight before we close out that you didn&amp;#8217;t get a chance to talk about it? Because it will be chopped up.&lt;/p&gt;
  1666.  
  1667.  
  1668.  
  1669. &lt;p&gt;&lt;em&gt;Sarah Norris:&lt;/em&gt; No, I think we talked about everything. Well, there&amp;#8217;s always too much as well.&lt;/p&gt;
  1670.  
  1671.  
  1672.  
  1673. &lt;p&gt;&lt;em&gt;Birgit Pauli-Haack:&lt;/em&gt; We shouldn&amp;#8217;t wait a month to catch up everybody up on the Gutenberg happenings. Before I end on the show, I wanted to remind everyone on the Developer Hours on alternatives from Meta boxes, May 14th. If you listen to this after May 14th, go to one of the last weekend editions on the Gutenberg Times and you&amp;#8217;ll find the recording of that hour so you can follow up after the fact. I think it&amp;#8217;s definitely also a video to watch.&amp;nbsp;&lt;/p&gt;
  1674.  
  1675.  
  1676.  
  1677. &lt;p&gt;All right, as always, the show notes will be published on gutenbergtimes.com for the podcast. This is episode 99. If you have questions and suggestions or news you want us to include, send them to &lt;a href=&quot;mailto:changelog@gutenbergtimes.com&quot;&gt;changelog@gutenbergtimes.com&lt;/a&gt;. That&amp;#8217;s &lt;a href=&quot;mailto:changelog@gutenbergtimes.com&quot;&gt;changelog@gutenbergtimes.com&lt;/a&gt;.&lt;/p&gt;
  1678.  
  1679.  
  1680.  
  1681. &lt;p&gt;For those who are still listening and haven&amp;#8217;t switched off, we have episode 100 coming up, and it will be a special edition of the Gutenberg Times. I will talk with the agency that did the redesign of the NASA website, and we will talk about WordPress scales as well as implementation challenges and pathways to migrate content, decisions about how to decide on core blocks or custom blocks, and have a good time with the agency, the content creator, team members and developers on how they actually accomplish that.&amp;nbsp;&lt;/p&gt;
  1682.  
  1683.  
  1684.  
  1685. &lt;p&gt;Thanks, everybody, for listening, and I wish you a wonderful weekend, week, say goodbye, and yeah, till the next time.&lt;/p&gt;</description>
  1686. <pubDate>Sat, 04 May 2024 11:13:50 +0000</pubDate>
  1687. <dc:creator>Gutenberg Changelog</dc:creator>
  1688. </item>
  1689. <item>
  1690. <title>Do The Woo Community: Take the Gender Equality in WordPress Businesses Survey</title>
  1691. <guid>https://dothewoo.io/?p=83347</guid>
  1692. <link>https://dothewoo.io/take-the-gender-equality-in-wordpress-businesses-survey/</link>
  1693. <description>A Gender Equality Survey by WP Includes seeks participation to improve gender diversity in WordPress businesses.</description>
  1694. <pubDate>Fri, 03 May 2024 11:59:12 +0000</pubDate>
  1695. <dc:creator>BobWP</dc:creator>
  1696. </item>
  1697. <item>
  1698. <title>Do The Woo Community: Coding Practices, PHP Nomad, and ChatGPT with Alex Standiford</title>
  1699. <guid>https://dothewoo.io/?p=83330</guid>
  1700. <link>https://dothewoo.io/coding-practices-php-nomad-and-chatgpt-with-alex-standiford/</link>
  1701. <description>In a geeky conversation, Alex Standiford discusses remote work, WordPress development, the potential of PHP Nomad and ChatGPT.</description>
  1702. <pubDate>Thu, 02 May 2024 10:42:00 +0000</pubDate>
  1703. <dc:creator>BobWP</dc:creator>
  1704. </item>
  1705. <item>
  1706. <title>WPTavern: #118 – Nahuai Badiola on Digital Sustainability Across the Whole WordPress Project</title>
  1707. <guid>https://wptavern.com/?post_type=podcast&amp;p=155606</guid>
  1708. <link>https://wptavern.com/podcast/118-nahuai-badiola-on-digital-sustainability-across-the-whole-wordpress-project</link>
  1709. <description>Transcript&lt;div&gt;
  1710. &lt;p&gt;[00:00:00] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. 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, sustainability across the whole WordPress project.&lt;/p&gt;
  1711.  
  1712.  
  1713.  
  1714. &lt;p&gt;If you&amp;#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.&lt;/p&gt;
  1715.  
  1716.  
  1717.  
  1718. &lt;p&gt;If you have a topic that you&amp;#8217;d like us to feature on the podcast, I&amp;#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.&lt;/p&gt;
  1719.  
  1720.  
  1721.  
  1722. &lt;p&gt;So on the podcast today we have Nahuai Badiola Nahuai is a freelance WordPress developer, theme and plugin creator. He also writes WordPress code tutorials, and enjoys sharing everything he learns about web sustainability in his blog, podcast, and at WordPress events.&lt;/p&gt;
  1723.  
  1724.  
  1725.  
  1726. &lt;p&gt;Nahuai&amp;#8217;s life took an unexpected turn one day when he attended a 10 minute lightning talk at a WordCamp. The content of that talk was web sustainability, and it profoundly changed his perspective on how we should view our use of the internet. Nahuai has since been a vocal advocate for sustainability within the WordPress community.&lt;/p&gt;
  1727.  
  1728.  
  1729.  
  1730. &lt;p&gt;Nahuai extensively researched website sustainability, and came across The Green Web Foundation, exploring the broader dimensions of sustainability beyond just environmental impacts. This passion not only led to the creation of the podcast series, SustainWP, which aims to elevate the discourse on digital sustainability, but also to exploring practical ways WordPress can contribute positively to our planet.&lt;/p&gt;
  1731.  
  1732.  
  1733.  
  1734. &lt;p&gt;Today, Nahuai and I discuss the nuances of the environmental impact of web development with a particular focus on WordPress. We discuss ideas like reducing code in plugins, and highlight the performance team&amp;#8217;s effort to make WordPress more green.&lt;/p&gt;
  1735.  
  1736.  
  1737.  
  1738. &lt;p&gt;The broader scope of sustainability, including economic and social pillars, is also on our agenda, underlining initiatives like sustainable contributor channels, and the intriguing potential of a plugin that helps reveal the environmental footprint of websites.&lt;/p&gt;
  1739.  
  1740.  
  1741.  
  1742. &lt;p&gt;If you&amp;#8217;re curious about sustainability within WordPress web development, and the community more broadly, this episode is for you.&lt;/p&gt;
  1743.  
  1744.  
  1745.  
  1746. &lt;p&gt;If you&amp;#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&amp;#8217;ll find all the other episodes as well.&lt;/p&gt;
  1747.  
  1748.  
  1749.  
  1750. &lt;p&gt;And so without further delay, I bring you Nahuai Badiola.&lt;/p&gt;
  1751.  
  1752.  
  1753.  
  1754. &lt;p&gt;I am joined on the podcast By Nahuai Badiola. Hello Nahuai.&lt;/p&gt;
  1755.  
  1756.  
  1757.  
  1758. &lt;p&gt;[00:03:24] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; Hello Nathan, and nice to be here. Thanks for inviting me.&lt;/p&gt;
  1759.  
  1760.  
  1761.  
  1762. &lt;p&gt;[00:03:28] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; You&amp;#8217;re very, very welcome. I&amp;#8217;m really happy to have you on today. We&amp;#8217;re going to be talking a little bit about sustainability. I will let Nahuai explain what all of that means, in terms of your digital footprint, especially for your websites.&lt;/p&gt;
  1763.  
  1764.  
  1765.  
  1766. &lt;p&gt;Before we do that Nahuai, would you just spend a few moments telling us your biography, maybe your WordPress origin story, something along those lines, just so that we know a little bit about you.&lt;/p&gt;
  1767.  
  1768.  
  1769.  
  1770. &lt;p&gt;[00:03:51] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; Good. Good. Yeah, I will do my best to, summarize it. So I will go to 2014. Okay, that was the first time I was starting building websites with WordPress. And back then I was still a neuroscientist, so I was following the researcher path. So I was doing my third postdoc in Italy, and I really enjoyed the research part.&lt;/p&gt;
  1771.  
  1772.  
  1773.  
  1774. &lt;p&gt;I still do, I love researching things, but the researcher lifestyle, not that much. So at the end it&amp;#8217;s a lot of time going to a workplace, and when you are a boss, or you are a researcher, you do a lot of paperwork, but a lot. And it was like, it doesn&amp;#8217;t sound like the plan I want to do when I&amp;#8217;m 40 or whatever when I arrive to that point.&lt;/p&gt;
  1775.  
  1776.  
  1777.  
  1778. &lt;p&gt;So I started looking for options, as you can guess, after 15 years of, let&amp;#8217;s say a specialization on neuroscience, it was like, what can I do? I always be very inclined to technology and the online stuff, so I always enjoyed that part, and I was lucky enough to find WordPress pretty early on.&lt;/p&gt;
  1779.  
  1780.  
  1781.  
  1782. &lt;p&gt;Let&amp;#8217;s say when I was saying, okay, maybe, I want to do something online. Maybe I want to become a freelance to have more freedom. You can laugh here if you want to because we know it&amp;#8217;s not that easy. But I can say that I live much better right now than when I was a researcher, so it didn&amp;#8217;t went that bad.&lt;/p&gt;
  1783.  
  1784.  
  1785.  
  1786. &lt;p&gt;So in that moment, I started using it as a user, just building websites for me. The typical travel blog for my wife and these kind of things. I was enjoying this, that part. I was also enjoying tinkering with code. So I was enjoying modifying themes or creating small snippets, these kind of things. And the really nice thing about WordPress is that you have a ton of content online. So that&amp;#8217;s really nice.&lt;/p&gt;
  1787.  
  1788.  
  1789.  
  1790. &lt;p&gt;So another good thing is that there are cool podcasts about WordPress like this one. So I started to listen to them in English, but also in Spanish. And when I went back to Spain, where I&amp;#8217;m from, if you didn&amp;#8217;t notice my accent by now. I started going to meetups because I already heard about the community, Spanish community.&lt;/p&gt;
  1791.  
  1792.  
  1793.  
  1794. &lt;p&gt;Indeed, it&amp;#8217;s a quite active, and vibrant community. So I start going. Then I start giving some talks and then going to WordCamps, some talks in WordCamps. And then I was already falling in love with WordPress community, so I also started organizing the meetup in my hometown, not hometown, but where I live now, Terrassa, near to Barcelona.&lt;/p&gt;
  1795.  
  1796.  
  1797.  
  1798. &lt;p&gt;So I was really into the community. I was really enjoying. I was pretty much going well business wise, let&amp;#8217;s say. And there was a moment in, this is already 2019, so we move forward five years, I went to WordCamp Pontevedra, and there was a lightning talk, talking about the impact of internet in CO2 emissions.&lt;/p&gt;
  1799.  
  1800.  
  1801.  
  1802. &lt;p&gt;So it was like, wait, what? And the idea is pretty straightforward. So we know that the internet is this cloud, this thing that we think is ethereal, and it&amp;#8217;s run by rainbows and cats and, but it&amp;#8217;s not, it&amp;#8217;s really run by coal mainly. So the idea is, internet are servers. Those servers need energy. And that energy is mainly still coming from fossil fuels. So that&amp;#8217;s that.&lt;/p&gt;
  1803.  
  1804.  
  1805.  
  1806. &lt;p&gt;So everything you can do to reduce that footprint, it&amp;#8217;s more than welcome. And in that moment, it was like, this was a quite obvious thing to think, but I didn&amp;#8217;t think about it until I went to this talk. So that&amp;#8217;s one of the realizations of the importance of going to this kind of events.&lt;/p&gt;
  1807.  
  1808.  
  1809.  
  1810. &lt;p&gt;And sometimes you just stumble upon a talk that you say, okay. Indeed, since then I&amp;#8217;ve been researching digital sustainability. I&amp;#8217;ve been also talking about it, and for not making this journey too long, I will just move to the part when I met Hannah Smith, probably in another WordCamp, WordCamp Europe, Berlin, also the same year.&lt;/p&gt;
  1811.  
  1812.  
  1813.  
  1814. &lt;p&gt;I know that I knew that she was already doing some research in digital sustainability. She was one of the, I don&amp;#8217;t want to call it leader, but people that is sharing about it, and is good doing it. So I start talking with her. I just approach her and say, do you feel it&amp;#8217;s okay if we talk online, of course, every month or every two weeks? And she was, let&amp;#8217;s do this.&lt;/p&gt;
  1815.  
  1816.  
  1817.  
  1818. &lt;p&gt;So, in that moment, that relationship went on. We talk mainly about digital sustainability. We really feel really close to our heart, that part. And thanks to that probably, I learn about the Green Web Foundation. This is a nonprofit, that is, they do a really cool things.&lt;/p&gt;
  1819.  
  1820.  
  1821.  
  1822. &lt;p&gt;You probably, if you heard it, you probably heard it because they have a directory of green hosting. So hostings that are using clean energy, let&amp;#8217;s say. But they do much more things. One of the things they do is they have a fellowship. And that was when Hannah was part of the first cohort of the fellowship, and she did a really cool workshop. It&amp;#8217;s called Doing the Donut. I will leave you the link so you can share it, but I don&amp;#8217;t want to spend too much time here.&lt;/p&gt;
  1823.  
  1824.  
  1825.  
  1826. &lt;p&gt;Just to say it was a brilliant workshop, interactive workshop I attended as a attendant. And the idea was to put into perspective the impact of digital. Things we do as business, as consumers, in the environmental, and the sociological, and the economic.&lt;/p&gt;
  1827.  
  1828.  
  1829.  
  1830. &lt;p&gt;So that was one of the first approach of, okay, sustainability is maybe not only the environmental part, but there is also a social and economic part. So that was another aha moment, let&amp;#8217;s say.&lt;/p&gt;
  1831.  
  1832.  
  1833.  
  1834. &lt;p&gt;[00:10:06] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I think getting into the social and the economic part would interesting in a moment. But just for now, so 2014, the beginnings of this, but really the whole of your future really pivoted around a 10 minute lightning talk. You can imagine a scenario in which you just decided, I won&amp;#8217;t go that.&lt;/p&gt;
  1835.  
  1836.  
  1837.  
  1838. &lt;p&gt;[00:10:26] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; Skip it.&lt;/p&gt;
  1839.  
  1840.  
  1841.  
  1842. &lt;p&gt;[00:10:27] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, somebody said, let&amp;#8217;s go get a coffee, and your life would be profoundly different. I often have conversations with people who turn up to a WordPress event, and they&amp;#8217;re not really sure what it is that&amp;#8217;s going to catch their attention. But there&amp;#8217;s always something, whether it&amp;#8217;s volunteering or the code or whatever it may be.&lt;/p&gt;
  1843.  
  1844.  
  1845.  
  1846. &lt;p&gt;But fascinating, just really interesting that 10 minute lightning talk led to such a profound change in your life. And the Green Web Foundation, and the fellowships, and all of that bound into it as well.&lt;/p&gt;
  1847.  
  1848.  
  1849.  
  1850. &lt;p&gt;So, okay, for those people who are listening, it may be that you have never connected the word sustainable, or sustainability, with the environment. So that&amp;#8217;s I think one of the things that we want to drive home. Every time you hear that word in the WordPress landscape from now on, you are thinking about the environmental impact. But more broadly as well as we&amp;#8217;ll get onto the social, and the economic impact.&lt;/p&gt;
  1851.  
  1852.  
  1853.  
  1854. &lt;p&gt;Now you&amp;#8217;ve taken this to a really interesting new level as well because you like recording the audio and putting a podcast out. So I want to draw attention to everybody. Maybe if you are anywhere near a computer, just hit pause and go and search for SustainWP. It&amp;#8217;s a podcast series, and I&amp;#8217;m really, I&amp;#8217;m just going to hand it over to you. What was the point of that podcast series?&lt;/p&gt;
  1855.  
  1856.  
  1857.  
  1858. &lt;p&gt;[00:11:42] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; So linking to what I was saying about Hannah&amp;#8217;s workshop. It was a brilliant way of putting together things that I didn&amp;#8217;t thought about it before. So I really liked the philosophy of trying to be more aware in our space. So I say, okay, this is frame in detail, digital sustainability as a whole.&lt;/p&gt;
  1859.  
  1860.  
  1861.  
  1862. &lt;p&gt;I wanted to move it to WordPress. Let&amp;#8217;s say we do a workshop about it. The workshop thing didn&amp;#8217;t went far, so I moved to the podcast format, and the idea was indeed the sustainability piece, a limited podcast series. So it&amp;#8217;s nine episodes, and the idea is to see the different parts in monographic episodes, let&amp;#8217;s say.&lt;/p&gt;
  1863.  
  1864.  
  1865.  
  1866. &lt;p&gt;The first one is like an introduction of what are you going to find there. But then I move forward and explain what are the three pillars of sustainability, as you say, the environmental, the economical, and the social. But I don&amp;#8217;t do it alone, because that would be not that much interesting. But I invited too, 13 guests. Brilliant people from WordPress community, and also from the digital sustainability, let&amp;#8217;s call them again, leaders or thought leaders.&lt;/p&gt;
  1867.  
  1868.  
  1869.  
  1870. &lt;p&gt;So at the end, you can hear pretty much the ideas of every one of them in the different topics. So you are not going to listen to a whole interview, but I will extract snippets of audio, give it context, and put it and wrap it in every episode. That&amp;#8217;s a lot of work, by the way.&lt;/p&gt;
  1871.  
  1872.  
  1873.  
  1874. &lt;p&gt;So thanks again to the Green Web Foundation, because I was able to do it thanks to the Green Web Foundation Fellowship that I was awarded in the second cohort. So that&amp;#8217;s why I could do this more refined format, let&amp;#8217;s say. Just to explain that is a different format.&lt;/p&gt;
  1875.  
  1876.  
  1877.  
  1878. &lt;p&gt;[00:13:30] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Just to interrupt there, I think podcasting, it really hadn&amp;#8217;t occurred to me that podcasting as a distribution medium is actually fairly sustainable. Video, it consumes a lot of resources. If you begin playing that then there&amp;#8217;s megabytes and megabytes of data flowing around.&lt;/p&gt;
  1879.  
  1880.  
  1881.  
  1882. &lt;p&gt;[00:13:46] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; Yeah, the website is quite low carbon. Also, another cool thing about podcasting, feed, it&amp;#8217;s a feed. That&amp;#8217;s a really nice thing in sustainability. The social part is also like, it&amp;#8217;s accessible to everyone. You have to be married to any platform. You can listen in the web, in your podcatcher. That&amp;#8217;s another really cool thing about podcasting.&lt;/p&gt;
  1883.  
  1884.  
  1885.  
  1886. &lt;p&gt;At the end is, we talk about the three pillars in sustainability and how they understand them. So I think that it was really interesting for me. I hope more people find it interesting. And then we took these three lenses and talk about how we can improve WordPress, in an events level, because we meet quite a lot, and we like to meet. It&amp;#8217;s brilliant we meet. I already explained that I have a lot of good things from those meetings. But maybe we can meet in a more sustainable way.&lt;/p&gt;
  1887.  
  1888.  
  1889.  
  1890. &lt;p&gt;And the other part is about the CMS, how we can do the CMS, let&amp;#8217;s say more sustainable. This part is, the environmental part is very important because WordPress is installed in millions of installations. So everything that we can improve performance wise. And here, I want to give a great kudos to the Performance Team, because they are doing brilliant work here. A lot of cool improvements are coming to WordPress. Lazy load, all the assets that are loaded, only if the block is there. Brilliant stuff.&lt;/p&gt;
  1891.  
  1892.  
  1893.  
  1894. &lt;p&gt;And the formats, also the WebP. Brilliant stuff. But also we have, since it&amp;#8217;s an open source project, we also have the longevity part there. Because, this is run by people that is put in there voluntarily, or maybe sponsored by some companies. But that part is also really important. How we can keep this project ongoing for a lot of years, because I think that it can. So, we also tackle those topics, and that&amp;#8217;s the part that is more socioeconomic. We talk about Five for the Future project and other stuff. And I think there were a lot of interesting ideas and discussions about it.&lt;/p&gt;
  1895.  
  1896.  
  1897.  
  1898. &lt;p&gt;[00:15:56] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Can I just ask a quick question? Well, one question and then one observation. The first one is, you mentioned a few times the three pillars. Just to cement into everybody&amp;#8217;s heads, would I be right in saying that&amp;#8217;s environment, social, and economic? Are they the pillars? Okay. So just wanted spell that one out.&lt;/p&gt;
  1899.  
  1900.  
  1901.  
  1902. &lt;p&gt;The second thing, which is an observation, is, yeah, it really hadn&amp;#8217;t occurred to me quite so profoundly until you just said it, that if you can modify the CMS, which powers 43% of the web, in one stroke, you are doing so much good. If you can cut out, I don&amp;#8217;t know, 10 kilobytes, or a hundred kilobytes, or a megabyte from every single WordPress website, millions and millions of times over, you&amp;#8217;re doing profoundly good work, by doing one thing. And that really hadn&amp;#8217;t hit home for reasons I can&amp;#8217;t explain, but okay, that&amp;#8217;s really amazing.&lt;/p&gt;
  1903.  
  1904.  
  1905.  
  1906. &lt;p&gt;[00:16:51] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; I want to mention one example. That one was eyeopening for me, let&amp;#8217;s say. It was when Danny van Kooten share the impact it has to remove, I think it was 20 kilobytes of JavaScript from one of his plugins. I think it was MailChimp for WooCommerce. And since that plugin was I installed in, I think, 2 million WordPress or something like that, it was tons of CO2 he was reducing. Just because of those 20 kilobytes.&lt;/p&gt;
  1907.  
  1908.  
  1909.  
  1910. &lt;p&gt;[00:17:25] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So 20 kilobytes from his plugin, which by the sounds of it, has an enormous user base. 20 kilobytes spread across those 2 million websites, and I guess he&amp;#8217;s doing some analysis of how many times his plugin is loaded and all of that, tons.&lt;/p&gt;
  1911.  
  1912.  
  1913.  
  1914. &lt;p&gt;[00:17:40] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; Yeah, tons. I don&amp;#8217;t remember. And I think he also put it in car travel or something like that. It was like a lot of car travel, or a lot of kilometers done in car, and it was like, this is huge. So that was a popular plugin. Imagine what can be done in Core that can have potentially even more impact. And indeed, I think they are already doing it somehow in Performance Team. So, yeah.&lt;/p&gt;
  1915.  
  1916.  
  1917.  
  1918. &lt;p&gt;[00:18:06] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; It&amp;#8217;s interesting that the Performance Team, let me just rewind a bit. So the WordPress Performance Team has been going for, let&amp;#8217;s go for about two years, something like that.&lt;/p&gt;
  1919.  
  1920.  
  1921.  
  1922. &lt;p&gt;[00:18:13] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; Two or three, I think, yep.&lt;/p&gt;
  1923.  
  1924.  
  1925.  
  1926. &lt;p&gt;[00:18:15] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Nahuai&amp;#8217;s holding up three fingers.&lt;/p&gt;
  1927.  
  1928.  
  1929.  
  1930. &lt;p&gt;[00:18:17] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; Yeah. because they started as part of Core, but now are established, so that&amp;#8217;s why maybe we have two dates, but yeah.&lt;/p&gt;
  1931.  
  1932.  
  1933.  
  1934. &lt;p&gt;[00:18:25] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay, so three years and in that time, the messaging that seems to come out of that team, not from the team, but the interpretation I often have in my head is how much quicker it&amp;#8217;s making WordPress. Because you always think of performance, oh, it&amp;#8217;s going faster. And of course that&amp;#8217;s true, and that&amp;#8217;s great, but an intended consequence I guess, is this environmental, sustainable side of the performance.&lt;/p&gt;
  1935.  
  1936.  
  1937.  
  1938. &lt;p&gt;And again, I hadn&amp;#8217;t really joined the dots there. And if you are saying that 20 kilobytes, from a 2 million install plugin means tons of CO2. If we take megabytes out of the core of WordPress, that must be hundreds and hundreds of tons of CO2. I have no intuition as to what that number would be, but I&amp;#8217;m guessing it would orders of magnitude more. Again, just another profound realization.&lt;/p&gt;
  1939.  
  1940.  
  1941.  
  1942. &lt;p&gt;[00:19:21] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; So, this team was already ongoing for let&amp;#8217;s say two, three years, and they are doing brilliant stuff. Again, I can&amp;#8217;t praise enough for their work. But, in parallel to this SustainWP project I was doing, and putting the dots together and seeing the sustainability not only as an environmental part, but also economic and social part. In parallel, we were creating a first sustainability initiative inside WordPress. And the last year in WordCamp Europe in Athens, we became an official team, after doing a lot of, all the steps that are needed to be a, an official team.&lt;/p&gt;
  1943.  
  1944.  
  1945.  
  1946. &lt;p&gt;I don&amp;#8217;t want to spend too much time on the process because I don&amp;#8217;t want to take too much time. I want to tackle so many things. So I will encourage you if you&amp;#8217;re interested on understanding better how the team was created. We have a dedicated episode in SustainWP, is the number seven. And there you can see how the evolution went.&lt;/p&gt;
  1947.  
  1948.  
  1949.  
  1950. &lt;p&gt;[00:20:21] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I&amp;#8217;m just to interrupt there and tell the listener the URL, because many people listening to this and won&amp;#8217;t be desk or anything, so let&amp;#8217;s put it in your head. It&amp;#8217;s sustainwp.com. No hyphens or anything. Just sustainwp.com. And then if you go down to episode seven, it&amp;#8217;s called WordPress Sustainability Team.&lt;/p&gt;
  1951.  
  1952.  
  1953.  
  1954. &lt;p&gt;So you can short circuit by listening to that episode. It seems to run to just under an hour. Sorry, carry on.&lt;/p&gt;
  1955.  
  1956.  
  1957.  
  1958. &lt;p&gt;[00:20:45] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; No, no, that was nice. Yeah, that&amp;#8217;s, we have to remember this is audio and it&amp;#8217;s always good to do this kind of stuff and say, hey, remember. So you will have it also in the show notes, but if you are interested.&lt;/p&gt;
  1959.  
  1960.  
  1961.  
  1962. &lt;p&gt;So at the end we&amp;#8217;ve been doing, first in the initiative and now as an official team. We&amp;#8217;ve been meeting in Slack every week, and we&amp;#8217;ve been talking about how we can do the project more sustainable in all the areas. And one of the two projects that we have right now ongoing, and I will mention briefly in case you want to join us, because we are open to always to have new contributors.&lt;/p&gt;
  1963.  
  1964.  
  1965.  
  1966. &lt;p&gt;One of them is the handbook that is aiming to create a more sustainable events. So as I say, we meet a lot, in meetups, WordCamps, and especially in the flagship WordCamps. A lot of stuff is moving around. So the idea is since the organizers we have to remember are volunteers, so they are not professional people that are usually creating these kind of events.&lt;/p&gt;
  1967.  
  1968.  
  1969.  
  1970. &lt;p&gt;They do what they can with the time they have. So the main idea is to put together a lot of ideas that could improve the sustainability of the event in a list. So they can go there and say, okay, I would like to do a bit more sustainable event. What can I do? Can I reduce the swag? That could be an option.&lt;/p&gt;
  1971.  
  1972.  
  1973.  
  1974. &lt;p&gt;Leaving the option to the user in the registration if they want to have a T-shirt, if they want to have a lanyard even, because I have already enough lanyards. So this kind of small things that maybe if we start to standardize it. Maybe we don&amp;#8217;t need to create so much swag for the welcome pack, let&amp;#8217;s say.&lt;/p&gt;
  1975.  
  1976.  
  1977.  
  1978. &lt;p&gt;Then we also have some ideas from sponsors. Indeed, some of the sponsors came to WordCamp Europe contributor day and they were willing to understand how they can do a bit better in that way. So some of them are already trying to do better.&lt;/p&gt;
  1979.  
  1980.  
  1981.  
  1982. &lt;p&gt;Another big part could be promoting the traveling. So traveling by train when it&amp;#8217;s possible. And indeed in this years WordCamp Europe, in Torino, there is a dedicated page where there is information about the trains you can take if you are in Europe.&lt;/p&gt;
  1983.  
  1984.  
  1985.  
  1986. &lt;p&gt;So just putting easier to organizers to serve those resources. And then make it easier to the people that is attending to have maybe a more sustainable habits when they are going.&lt;/p&gt;
  1987.  
  1988.  
  1989.  
  1990. &lt;p&gt;[00:23:18] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I guess many of us have been to WordPress events, and obviously a lot of people have spent time organizing it. But like you say, it&amp;#8217;s run by volunteers and it may well be that you just don&amp;#8217;t have the ideas that would be contained in the handbook.&lt;/p&gt;
  1991.  
  1992.  
  1993.  
  1994. &lt;p&gt;So we&amp;#8217;ll link to the handbook as well, so go through that list and maybe some of those, if you&amp;#8217;re a Meetup organizer, or if you&amp;#8217;re a Word camp organizer, some of those things you could tick off. That&amp;#8217;s, yeah, that&amp;#8217;s really interesting.&lt;/p&gt;
  1995.  
  1996.  
  1997.  
  1998. &lt;p&gt;[00:23:44] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; That&amp;#8217;s still a draft, but yeah, we will like to have it in a more definitive format by the WordCamp Europe this year in Torino. So hopefully we have it.&lt;/p&gt;
  1999.  
  2000.  
  2001.  
  2002. &lt;p&gt;[00:23:52] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; One other quick thing, you mentioned contributor day. If you don&amp;#8217;t know what that is, the contributor day is often attached to the beginning or the end of a WordPress event. And the idea is that you show up and you put yourself onto a table, and that table has a theme, and you work on that thing for the duration of that day.&lt;/p&gt;
  2003.  
  2004.  
  2005.  
  2006. &lt;p&gt;So it may be photography, it may be core, it may be marketing. So is there a sustainable or a sustainability table? Is that often the case now? If you were to go to one of the WordCamps, maybe one of the larger ones, is that a part of the agenda to get a sustainability table?&lt;/p&gt;
  2007.  
  2008.  
  2009.  
  2010. &lt;p&gt;[00:24:25] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; Yeah, indeed. Last year we had the first one in Europe, let&amp;#8217;s say in the first one in a flagship WordCamp. Because we already did in Barcelona and Pontevedra. This year is going to be also a contributor day with sustainability table in Torino. The idea is to be one of the tables that is usually set up for that.&lt;/p&gt;
  2011.  
  2012.  
  2013.  
  2014. &lt;p&gt;Of course, we need someone that is coming to the meeting somehow, and they know more or less what are we working on? But yeah, yeah. The idea is to spread and have it as one of the, since we are already an official team, if in a WordCamp there is someone that is working in something that we are doing in a sustainability team, they are welcome to host the sustainability table.&lt;/p&gt;
  2015.  
  2016.  
  2017.  
  2018. &lt;p&gt;[00:25:06] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So call to action, dear listener. If are heading to a WordCamp event, particularly Torina, in the year 2024, WordCamp Europe, and you&amp;#8217;re not sure where to put yourself for the contributor day, now you&amp;#8217;ve got an option.&lt;/p&gt;
  2019.  
  2020.  
  2021.  
  2022. &lt;p&gt;[00:25:19] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; Indeed.&lt;/p&gt;
  2023.  
  2024.  
  2025.  
  2026. &lt;p&gt;[00:25:20] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; We&amp;#8217;ll, provide links in the show notes, but maybe we&amp;#8217;ll get some contact details for Nahuai as well, anyway. Brilliant, carry on.&lt;/p&gt;
  2027.  
  2028.  
  2029.  
  2030. &lt;p&gt;[00:25:26] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; Yeah, so we can link it with this. If the event handbook doesn&amp;#8217;t sound appealing enough to come to the contributor day, or to come to the Slack meeting, we are also doing, creating a plugin that aims to surface some information about the impact, environmental impact. Of the website, probably in the WP admin, or site health, or we have to think where to put it.&lt;/p&gt;
  2031.  
  2032.  
  2033.  
  2034. &lt;p&gt;But at the end, the idea would be, the initial idea was to use some of the APIs that are there to surface how much CO2 is emitting your website, okay. Giving you some context. You are in the 10% dirtiest websites. Or, you are in the 15% more cleaner. So something like that. And also some resources to understand better what that means, because maybe that&amp;#8217;s a new information for you, like it was for me in 2019.&lt;/p&gt;
  2035.  
  2036.  
  2037.  
  2038. &lt;p&gt;And the idea is to raise awareness. So the people that are using WordPress, they see that and if they are intrigued and they want to know more about it, they can understand better. And the following idea would be they take actions to improve that, okay. But that would be the next step.&lt;/p&gt;
  2039.  
  2040.  
  2041.  
  2042. &lt;p&gt;[00:26:40] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So the plugin not only will surface where you stand in the panoply of websites, you know you&amp;#8217;re in the top 10% in terms of sustainability, or you&amp;#8217;re in the bottom 10%. But also in the future you&amp;#8217;ll be providing guidance, things that you can do to mitigate the things that we have flagged. Okay, that&amp;#8217;s fascinating.&lt;/p&gt;
  2043.  
  2044.  
  2045.  
  2046. &lt;p&gt;[00:26:58] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; That will probably be another plugin because, and I will explain why we want to keep really simple, the one that is surfacing information about the environmental impact. Indeed, we are now thinking that maybe using CO2, calculating the CO2, it requires to do calls to a third party API, that we don&amp;#8217;t want to do it, or include the library. And we don&amp;#8217;t want to do it because the aim is to build a feature plugin that can go inside core.&lt;/p&gt;
  2047.  
  2048.  
  2049.  
  2050. &lt;p&gt;So it has to be really lean, and clean, and comply with everything that is needed to be in core.&lt;/p&gt;
  2051.  
  2052.  
  2053.  
  2054. &lt;p&gt;[00:27:38] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Including this into core. Sorry, I&amp;#8217;m interrupting alot.&lt;/p&gt;
  2055.  
  2056.  
  2057.  
  2058. &lt;p&gt;[00:27:41] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; Yeah. no, that&amp;#8217;s so nice because you&amp;#8217;re excited with it. So I think this would be huge if we manage to do it. And we are taking steps slowly because of this. Because the aim is to be in core.&lt;/p&gt;
  2059.  
  2060.  
  2061.  
  2062. &lt;p&gt;If we manage to put some context there, maybe, I don&amp;#8217;t know if CO2, but maybe it&amp;#8217;s performance metric, and creating some kind of rating that also you can understand. So from A to F or whatever we decide. So the user can see a red F or a green A, and they say what that&amp;#8217;s mean. And probably we have to put some links to understand better the context.&lt;/p&gt;
  2063.  
  2064.  
  2065.  
  2066. &lt;p&gt;But having that in core, I think it&amp;#8217;s a brilliant way of raising awareness about it.&lt;/p&gt;
  2067.  
  2068.  
  2069.  
  2070. &lt;p&gt;[00:28:26] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. One of the things that&amp;#8217;s coming into my mind is that, obviously if you&amp;#8217;re a WordPress professional, if you&amp;#8217;re a web developer, I imagine you&amp;#8217;ve scratched the surface on this topic a little bit. You&amp;#8217;ve probably had at least some thought that, boy, we produce a lot of carbon with this industry.&lt;/p&gt;
  2071.  
  2072.  
  2073.  
  2074. &lt;p&gt;But the people who are managing the websites, the people who are in effect, the clients who have had the website built for them, who don&amp;#8217;t really have the technical expertise, maybe they are content creators, or writers, or journalists or whatever it may be. It&amp;#8217;s an interesting thing to present them with as well to surface in their mind, boy, my website, yes, of course. It&amp;#8217;s running on a computer and it&amp;#8217;s producing carbon.&lt;/p&gt;
  2075.  
  2076.  
  2077.  
  2078. &lt;p&gt;I think that&amp;#8217;s also quite interesting, because the audience for that is much bigger than the developer audience. And so reaching out to those people and just injecting that thought. Okay, your website has an impact. That&amp;#8217;s really profound as well.&lt;/p&gt;
  2079.  
  2080.  
  2081.  
  2082. &lt;p&gt;[00:29:18] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; Yeah. And as it was for me, the environmental part and the CO2 part, in SustainWP we talk about the carbon tunnel vision that we usually have in sustainability. That means that in a lot of places we equate CO2 to sustainability. And that&amp;#8217;s just one part, but is one of the parts that is easier to understand.&lt;/p&gt;
  2083.  
  2084.  
  2085.  
  2086. &lt;p&gt;We play so much with it. And I usually refer it as a Trojan horse. So you start talking about CO2, and the impact in the environmental part, and you gather some interest, and maybe you are, if you are good enough, you can learn them to understand that sustainability is not only environmental, and there are more things.&lt;/p&gt;
  2087.  
  2088.  
  2089.  
  2090. &lt;p&gt;And talking about this, one of the things that the team would like to improve is what I was mentioning before about the longevity of the project. Right now there are a lot of contributors, some of them are sponsored, which is brilliant, but others are not. The ones that are not sponsored, sometimes it&amp;#8217;s okay for them because they are putting, let&amp;#8217;s say two hours a week, and they are fine because they have all their stuff. But there is people putting more time than that, and probably it&amp;#8217;s not sustainable in time.&lt;/p&gt;
  2091.  
  2092.  
  2093.  
  2094. &lt;p&gt;So, one of the aims, and one thing that was already talking in the Community Summit last summer, was to create what I call for a lack of a better term, like a portal where we can put the contributors that are doing active stuff on the project, and are not sponsored, of course. And companies that are open to sponsor people that are contributing to the project.&lt;/p&gt;
  2095.  
  2096.  
  2097.  
  2098. &lt;p&gt;[00:31:05] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; You are acting a bit like a go-between to connect people who perhaps don&amp;#8217;t have the expertise to get involved with this, but they have the finance. They have the capacity to put somebody in that chair, and they can pay them for their time and make that worthwhile. Okay. That&amp;#8217;s interesting.&lt;/p&gt;
  2099.  
  2100.  
  2101.  
  2102. &lt;p&gt;[00:31:22] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; Yeah, so here probably one of the things that as a first idea or product that can go there. It would not contain the financial part, because that&amp;#8217;s really tricky. It would be maybe just a way to contact. It&amp;#8217;s a portal where you can connect.&lt;/p&gt;
  2103.  
  2104.  
  2105.  
  2106. &lt;p&gt;[00:31:39] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. You are making the introductions. Right, I get it.&lt;/p&gt;
  2107.  
  2108.  
  2109.  
  2110. &lt;p&gt;[00:31:41] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; And then they go wherever they want. They need to go to do the financial part. Because the financial part is quite tricky. And indeed there is already something put in place that is called WordPress collective community.&lt;/p&gt;
  2111.  
  2112.  
  2113.  
  2114. &lt;p&gt;[00:31:56] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, the WPCC. Yeah, I&amp;#8217;ll link to that.&lt;/p&gt;
  2115.  
  2116.  
  2117.  
  2118. &lt;p&gt;[00:31:59] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; Exactly. And that&amp;#8217;s an initiative that it&amp;#8217;s ongoing. I think at least they already managed to sponsor, I think a couple of people. Basically you can put some money there as individual, but also any company can put some money there to sponsor people that is contributing.&lt;/p&gt;
  2119.  
  2120.  
  2121.  
  2122. &lt;p&gt;But in this portal idea thing would be to have like a, a directory of people that is doing active things. And for that, maybe it&amp;#8217;s going to be helpful, the metric dashboard, project that is starting. Meaning that probably the companies that want to put some money in someone, they want to see a specifics.&lt;/p&gt;
  2123.  
  2124.  
  2125.  
  2126. &lt;p&gt;So this person is doing, let&amp;#8217;s say, five hours in community team, and is doing this specific task. So they know that they are putting the money there. Or let&amp;#8217;s say in plugins, review or in theme review, or whatever, team it is.&lt;/p&gt;
  2127.  
  2128.  
  2129.  
  2130. &lt;p&gt;So I think there is a lot of potential there. I think the people in Five for the Future, are willing to improve some of the system that is there. Because right now, Five for the Future is a brilliant project, but I have the feeling that it&amp;#8217;s mainly big companies sponsoring full-time to contributors, which is brilliant. And that&amp;#8217;s why the pace of WordPress evolution is that fast. Because Automattic and other big companies are putting a lot of people working on there.&lt;/p&gt;
  2131.  
  2132.  
  2133.  
  2134. &lt;p&gt;But there is, from my point of view, a lack of freelance that are putting time to the project. And they are not able to gain any sponsor, because maybe it&amp;#8217;s tricky. It&amp;#8217;s more tricky to sponsor part-time, someone, instead of having an employee just donated to. So I think we can improve some things there.&lt;/p&gt;
  2135.  
  2136.  
  2137.  
  2138. &lt;p&gt;So I&amp;#8217;m just talking about the idea, because I know there is interest in a lot of sense, and we just need to find the way of moving it forward. But I think it would be really beneficial if we can close that gap between contributors that are already doing things, and companies that are, they are understand they have to do something, give something back, or they want to have some cool people related with their brands, let&amp;#8217;s say.&lt;/p&gt;
  2139.  
  2140.  
  2141.  
  2142. &lt;p&gt;[00:34:14] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; What&amp;#8217;s fascinating here is, there&amp;#8217;s obviously the code side of things. Reducing the impact of the footprint that WordPress creates. But it also appears from everything that you&amp;#8217;ve just said, that if code is not your thing, the sustainability team, they need your help in all sorts of other ways. Like trying to figure out how to marry up sponsors with contributors, freelancers with sponsors, and so on and so forth, how to actually shape that team.&lt;/p&gt;
  2143.  
  2144.  
  2145.  
  2146. &lt;p&gt;So it&amp;#8217;s very meta that, isn&amp;#8217;t it? You want people on the team to help you figure out what the team will be doing.&lt;/p&gt;
  2147.  
  2148.  
  2149.  
  2150. &lt;p&gt;Okay, that&amp;#8217;s perfect. So my guess is that you are, you have your doors wide open. You are hoping that people will listen to this and will come knock on your door, find it wide open, step inside. So where do we go? Where&amp;#8217;s the best place, best place or places to find out more about the sustainability initiatives in WordPress?&lt;/p&gt;
  2151.  
  2152.  
  2153.  
  2154. &lt;p&gt;[00:35:04] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; Yeah, I think probably it&amp;#8217;s coming to the weekly meetings. Probably we are going to move it to every two weeks, so we can have time to do more stuff between the meetings. We will leave the link of the Slack channel. It&amp;#8217;s easy, we are the sustainability channel. So I think you can come and you can join some of the ideas that are going. You can drop your idea if you are willing to move it forward.&lt;/p&gt;
  2155.  
  2156.  
  2157.  
  2158. &lt;p&gt;So one of the posts I wrote in the Green Web Foundation Fellowship, during the fellowship, it was sustainability as an umbrella term, because I really think, and during this journey, I saw it even more clear, that sustainability has a lot of things that are, they can be under it. So that&amp;#8217;s one of the benefits of having this team, and we can collaborate with performance. Indeed for the plugin that we were talking before, probably it makes sense, a lot of sense to collaborate with them.&lt;/p&gt;
  2159.  
  2160.  
  2161.  
  2162. &lt;p&gt;But there is also parts of inclusivity and making the events, not only more sustainable in a environmental way, but also inclusive. And that&amp;#8217;s why we also want to have a close relationship with the DEIB working group. I think you already talk with Birgit, right?&lt;/p&gt;
  2163.  
  2164.  
  2165.  
  2166. &lt;p&gt;So there are a lot of things that maybe we don&amp;#8217;t have to do everything under our team, but I feel we really need to collaborate well, or have good relationship with other working groups or with other teams. And yeah, it&amp;#8217;s a really cool place to come, and drop your idea or join forces with the things that we are already doing.&lt;/p&gt;
  2167.  
  2168.  
  2169.  
  2170. &lt;p&gt;[00:36:42] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; As with every episode, everything that Nahuai has mentioned, I will try to track it down, or probably Nahuai&amp;#8217;s going to drop the links into our shared show notes. But everything that we&amp;#8217;ve mentioned, I will endeavor to get on the WP Tavern website. So if you go to wptavern.com/podcast, search for this episode, and you&amp;#8217;ll be able to see the show notes there.&lt;/p&gt;
  2171.  
  2172.  
  2173.  
  2174. &lt;p&gt;It&amp;#8217;s the topic of our time this, isn&amp;#8217;t it really. There are a few things which matter, and then there are some things which matter a lot, and this really does feel like it goes into the, this matters a lot, category. If somebody wanted to reach out to you just to bat some ideas around with you personally, that might be a good way in. Where can we get in touch with you personally?&lt;/p&gt;
  2175.  
  2176.  
  2177.  
  2178. &lt;p&gt;[00:37:27] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; Yeah, probably all the workers related stuff, Slack is a good place. If you are not there, you will probably join earlier or later. But if you don&amp;#8217;t want to start there, you can find me also in Mastodon. I&amp;#8217;m on Twitter, not very active, but I still have the account. And my website, and my mail. My mail is where I manage everything, so you can also find it. Even if it&amp;#8217;s, if the website is in Spanish, you can go to contact and just write me something and, no problem. And yeah, I think that&amp;#8217;s pretty much it.&lt;/p&gt;
  2179.  
  2180.  
  2181.  
  2182. &lt;p&gt;I feel like, as I say, sustainability is so many things and we had limited time. I think we are doing good job putting everything together. If you really want to hear really cool ideas and some debates about it, we already did the plaque of SustainWP, but I really think that they were brilliant, the, guests. And if you&amp;#8217;re interested in the topic, I think you can enjoy that podcast.&lt;/p&gt;
  2183.  
  2184.  
  2185.  
  2186. &lt;p&gt;[00:38:24] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Perfect. There&amp;#8217;s nine episodes over there. It just remains for me to say a great big thank you. It&amp;#8217;s amazing to hear somebody that&amp;#8217;s quite so passionate about this subject.&lt;/p&gt;
  2187.  
  2188.  
  2189.  
  2190. &lt;p&gt;Hopefully you&amp;#8217;ll have driven some engagement in your direction. Nahuai thank you so much for chatting to me on the podcast today. I really appreciate it.&lt;/p&gt;
  2191.  
  2192.  
  2193.  
  2194. &lt;p&gt;[00:38:40] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; Thank you Nathan, and let&amp;#8217;s hope somebody is the tipping point where they discovered this link as that talk in Ponte Vedra was for me, and they just start being interested in the topic. Thanks a lot Nathan.&lt;/p&gt;
  2195.  
  2196.  
  2197.  
  2198. &lt;p&gt;[00:38:53] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I have my fingers and my toes all crossed. Thanks so much.&lt;/p&gt;
  2199.  
  2200.  
  2201.  
  2202. &lt;p&gt;[00:38:56] &lt;strong&gt;Nahuai Badiola:&lt;/strong&gt; Bye bye.&lt;/p&gt;
  2203. &lt;/div&gt;
  2204.  
  2205.  
  2206.  
  2207. &lt;p&gt;On the podcast today we have &lt;a href=&quot;https://nbadiola.com/&quot;&gt;Nahuai Badiola&lt;/a&gt;.&lt;/p&gt;
  2208.  
  2209.  
  2210.  
  2211. &lt;p&gt;Nahuai is a freelance WordPress developer, theme, and plugin creator. He also writes WordPress code tutorials and enjoys sharing everything he learns about web sustainability in his blog, podcast, and at WordPress events.&lt;/p&gt;
  2212.  
  2213.  
  2214.  
  2215. &lt;p&gt;Nahuai’s life took an unexpected turn one day when he attended a 10-minute lightning talk at a WordCamp. The content of that talk was web sustainability and it profoundly changed his perspective on how we should view our use of the internet. Nahuai has since been a vocal advocate for sustainability within the WordPress community.&lt;/p&gt;
  2216.  
  2217.  
  2218.  
  2219. &lt;p&gt;Nahuai extensively researched website sustainability and came across the Green Web Foundation, exploring the broader dimensions of sustainability beyond just environmental impacts. This passion not only led to the creation of the podcast series SustainWP, which aims to elevate the discourse on digital sustainability, but also to exploring practical ways WordPress can contribute positively to our planet.&lt;/p&gt;
  2220.  
  2221.  
  2222.  
  2223. &lt;p&gt;Today, Nahuai and I discuss the nuances of the environmental impact of web development with a particular focus on WordPress. We discuss ideas like reducing code in plugins, and highlight the Performance Team&amp;#8217;s efforts to make WordPress more green.&lt;/p&gt;
  2224.  
  2225.  
  2226.  
  2227. &lt;p&gt;The broader scope of sustainability, including economic and social pillars, is also on our agenda, underlining initiatives like sustainable contributor channels and the intriguing potential of a plugin that helps reveal the environmental footprint of websites.&lt;/p&gt;
  2228.  
  2229.  
  2230.  
  2231. &lt;p&gt;If you&amp;#8217;re curious about sustainability within WordPress web development, and the community more broadly, this episode is for you.&lt;/p&gt;
  2232.  
  2233.  
  2234.  
  2235. &lt;h2 class=&quot;wp-block-heading&quot;&gt;Useful links&lt;/h2&gt;
  2236.  
  2237.  
  2238.  
  2239. &lt;p&gt;&lt;a href=&quot;https://pontevedra.wordcamp.org/2024/&quot;&gt;WordCamp Pontevedra&lt;/a&gt;&lt;/p&gt;
  2240.  
  2241.  
  2242.  
  2243. &lt;p&gt;&lt;a href=&quot;https://europe.wordcamp.org/2019/speaker/hannah-smith/&quot;&gt;Hannah Smith&amp;#8217;s presentation at WordCamp Europe 2019&lt;/a&gt;&lt;/p&gt;
  2244.  
  2245.  
  2246.  
  2247. &lt;p&gt;&lt;a href=&quot;https://www.thegreenwebfoundation.org/&quot;&gt;The Green Web Foundation&lt;/a&gt;&lt;/p&gt;
  2248.  
  2249.  
  2250.  
  2251. &lt;p&gt;&lt;a href=&quot;https://www.thegreenwebfoundation.org/fellowships/&quot;&gt;The Green Web Foundation Fellowships&lt;/a&gt;&lt;/p&gt;
  2252.  
  2253.  
  2254.  
  2255. &lt;p&gt;&lt;a href=&quot;https://sustainwp.com/&quot;&gt;SustainWP Podcast&lt;/a&gt;&lt;/p&gt;
  2256.  
  2257.  
  2258.  
  2259. &lt;p&gt;&lt;a href=&quot;https://make.wordpress.org/performance/handbook/about-the-team/&quot;&gt;WordPress Performance Team&lt;/a&gt;&lt;/p&gt;
  2260.  
  2261.  
  2262.  
  2263. &lt;p&gt;&lt;a href=&quot;https://wordpress.org/five-for-the-future/&quot;&gt;Five for the Future&lt;/a&gt;&lt;/p&gt;
  2264.  
  2265.  
  2266.  
  2267. &lt;p&gt;&lt;a href=&quot;https://www.dannyvankooten.com/blog/2020/website-carbon-emissions/&quot;&gt;CO2 emissions on the web&lt;/a&gt; by Danny van Kooten&lt;/p&gt;
  2268.  
  2269.  
  2270.  
  2271. &lt;p&gt;&lt;a href=&quot;https://make.wordpress.org/sustainability/handbook/&quot;&gt;WordPress Sustainability Team Handbook&lt;/a&gt;&lt;/p&gt;
  2272.  
  2273.  
  2274.  
  2275. &lt;p&gt;&lt;a href=&quot;https://make.wordpress.org/summit/&quot;&gt;WordPress Community Summit&lt;/a&gt;&lt;/p&gt;
  2276.  
  2277.  
  2278.  
  2279. &lt;p&gt;&lt;a href=&quot;https://www.thewpcommunitycollective.com/&quot;&gt;WordPress Community Collective&lt;/a&gt;&lt;/p&gt;
  2280.  
  2281.  
  2282.  
  2283. &lt;p&gt;&lt;a href=&quot;https://wordpress.slack.com/archives/sustainability/&quot;&gt;Sustainability Slack Channel&lt;/a&gt;&lt;/p&gt;
  2284.  
  2285.  
  2286.  
  2287. &lt;p&gt;&lt;a href=&quot;https://w3c.github.io/sustyweb/&quot;&gt;Web Sustainability Guidelines (WSG) 1.0&lt;/a&gt;&lt;/p&gt;
  2288.  
  2289.  
  2290.  
  2291. &lt;p&gt;&lt;a href=&quot;https://doingthedoughnut.tec&quot;&gt;Doing the Doughnut Tech website&lt;/a&gt;&lt;/p&gt;
  2292.  
  2293.  
  2294.  
  2295. &lt;p&gt;&lt;a href=&quot;https://docs.google.com/document/d/1uYaGP876SpQ_GLTJRFuI2YFbSh7M9Ku6MizDhHpabgs/edit#heading=h.nllhqa6j8gqd&quot;&gt;Sustainability Team Events Handbook&lt;/a&gt; (Google Doc)&lt;/p&gt;
  2296.  
  2297.  
  2298.  
  2299. &lt;p&gt;&lt;a href=&quot;https://nbadiola.com/&quot;&gt;Nahuai&amp;#8217;s website&lt;/a&gt;&lt;/p&gt;
  2300.  
  2301.  
  2302.  
  2303. &lt;p&gt;&lt;a href=&quot;https://mastodon.social/@nahuai&quot;&gt;Nahuai on Mastodon&lt;/a&gt;&lt;/p&gt;
  2304.  
  2305.  
  2306.  
  2307. &lt;p&gt;&lt;a href=&quot;https://twitter.com/nahuaibadiola&quot;&gt;Nahuai on X&lt;/a&gt;&lt;/p&gt;</description>
  2308. <pubDate>Wed, 01 May 2024 14:00:00 +0000</pubDate>
  2309. <dc:creator>Nathan Wrigley</dc:creator>
  2310. </item>
  2311. <item>
  2312. <title>Do The Woo Community: Pricing Services for WordPress and Woo with Brian Rotsztein</title>
  2313. <guid>https://dothewoo.io/?p=83311</guid>
  2314. <link>https://dothewoo.io/pricing-services-for-wordpress-and-woo-with-brian-rotsztein/</link>
  2315. <description>Listen in for tips on pricing for freelancers and small agencies when it comes to WooCommerce and WordPress services.</description>
  2316. <pubDate>Wed, 01 May 2024 09:56:18 +0000</pubDate>
  2317. <dc:creator>BobWP</dc:creator>
  2318. </item>
  2319. <item>
  2320. <title>HeroPress: Paving my way in WordPress through Communities</title>
  2321. <guid>https://heropress.com/?post_type=heropress-essays&amp;p=6748</guid>
  2322. <link>https://heropress.com/essays/paving-my-way-in-wordpress-through-communities/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=paving-my-way-in-wordpress-through-communities</link>
  2323. <description>&lt;img width=&quot;1024&quot; height=&quot;512&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/05/043024-rtl-min.jpg&quot; class=&quot;attachment-large size-large wp-post-image&quot; alt=&quot;Pull Quote: I started an online meetup for Arabic speakers across the world.&quot; /&gt;
  2324. Here is Nada reading her own story aloud
  2325.  
  2326.  
  2327.  
  2328.  
  2329.  
  2330. &lt;p class=&quot;has-text-align-right&quot;&gt;&lt;a href=&quot;https://heropress.com/feed/#arabic&quot;&gt;هذا المقال متاح باللغة العربية&lt;/a&gt;&lt;/p&gt;
  2331.  
  2332.  
  2333.  
  2334. &lt;p&gt;In an unexpected twist, my life has led me on a path where I ended up working with WordPress almost every single day of my life…&lt;/p&gt;
  2335.  
  2336.  
  2337.  
  2338. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;h-the-beginning&quot;&gt;The Beginning…&lt;/h2&gt;
  2339.  
  2340.  
  2341.  
  2342. &lt;p&gt;My story begins in Istanbul in 2016, I haven’t heard of WordPress then except in one encounter with a friend who used to be a renowned journalist and quit his job, learnt how to use WordPress, and became a full-time freelancer building and maintaining WordPress sites.&amp;nbsp;&lt;/p&gt;
  2343.  
  2344.  
  2345.  
  2346. &lt;p&gt;I graduated from the Faculty of Economics and Political Science and has worked most of my career then in PR and digital marketing roles where I had no contact or knowledge of WordPress. When I moved to Istanbul I interviewed and got a job at an advertising agency and part of my job requirement was to create an editorial calendar, write and optimize blogs for GoDaddy.&amp;nbsp;&lt;/p&gt;
  2347.  
  2348.  
  2349.  
  2350. &lt;p&gt;This was my first time to run an editorial calendar myself, I enjoy creative writing and had to write countless papers for university but haven’t done it professionally. I was very excited about the opportunity to learn something new. I remember very well watching hours and hours of search engine optimization videos and thinking to myself: This feels so hard, almost impossible, little did I know.&lt;/p&gt;
  2351.  
  2352.  
  2353.  
  2354. &lt;p&gt;I spent about 3 years managing the blog as part of my work and using WordPress every day, I slowly learnt how to navigate the plugins, do SEO and even launched the Arabic blog in 2019.&amp;nbsp;&lt;/p&gt;
  2355.  
  2356.  
  2357.  
  2358. &lt;p&gt;I must say that I enjoyed it a lot and was especially happy when I got to see the results of the hard work that was put in to maintain the blog.&amp;nbsp;&lt;/p&gt;
  2359.  
  2360.  
  2361.  
  2362. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;h-the-middle&quot;&gt;The Middle…&lt;/h2&gt;
  2363.  
  2364.  
  2365.  
  2366. &lt;p&gt;A few years later I moved to GoDaddy as a marketing manager and trained a team to be responsible of the blog and I moved to a different role with different responsibilities. A couple of years pass, and I move to a new team where I’m responsible for the growth of some products and WordPress was a part of it… we meet again!&lt;/p&gt;
  2367.  
  2368.  
  2369.  
  2370. &lt;p&gt;This time I was working with WordPress with a different angle and perspective, not only as a user but looking at the marketing and community side of it, and this is when I heard about meetups and WordCamps.&amp;nbsp;&lt;/p&gt;
  2371.  
  2372.  
  2373.  
  2374. &lt;p&gt;My dear friend Maja Loncar was the first one to introduce me to meetups and WordCamps and explained how WordPress is more than a CMS, it’s a community. Early 2023, I was asked to be part of the GoDaddy team going to WordCamp Asia 2023, and I must admit I was anxious.&amp;nbsp;&lt;/p&gt;
  2375.  
  2376.  
  2377.  
  2378. &lt;p&gt;I had been to many events before that but nothing like this one, and I started prepping for my first ever contributor’s day and WordCamp in Thailand.&amp;nbsp;&lt;/p&gt;
  2379.  
  2380.  
  2381.  
  2382. &lt;p&gt;I remember Adam Warner’s reassuring words to me before the event which has helped me feel confident and at ease. I must say I had a wonderful time in Thailand, the community was very welcoming, and I got to meet a lot of wonderful people.&amp;nbsp;&lt;/p&gt;
  2383.  
  2384.  
  2385.  
  2386. &lt;p&gt;My first contribution was to the training team, and at that time I realized that there is no training material in Arabic, which made me think about meetups and WordPress communities for Arabic speakers.&lt;/p&gt;
  2387.  
  2388.  
  2389.  
  2390. &lt;p&gt;Back in Dubai, I started looking up meetups in the Middle East, and started reaching out to the organizers in hopes to bring them back to life and help or co-organize if possible. I was met with disappointment at that time as most of these meetups weren’t active anymore (especially after COVID) and the organizers weren’t enthusiastic or were too busy. I remember speaking with Maja about this, and she said: what don’t you start one yourself? She explained to me the amount of effort that’ll need to be done and I thought about it. A few months later I started an online meetup for Arabic speakers across the world.&amp;nbsp;&lt;/p&gt;
  2391.  
  2392.  
  2393.  
  2394. &lt;p&gt;The meetup has been running for around a year now, and it’s been through ups and downs – this was also the title to my first talk in WordCamp Asia 2024 in Taiwan.&amp;nbsp;&lt;/p&gt;
  2395.  
  2396.  
  2397.  
  2398. &lt;h1 class=&quot;wp-block-heading&quot; id=&quot;h-the-story-doesn-t-end-here&quot;&gt;The story doesn’t end here…&lt;/h1&gt;
  2399.  
  2400.  
  2401.  
  2402. &lt;p&gt;Ever since my first WordCamp, I’ve been to 3 other WordCamps and attended several meetups and got to meet and have genuine friendships within the community and I was honored to be a speaker in WordCamp Asia 2024. My journey doesn’t end here, it’s just the beginning…&lt;/p&gt;
  2403.  
  2404.  
  2405.  
  2406. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity&quot; /&gt;
  2407.  
  2408.  
  2409.  
  2410. &lt;h1 id=&quot;arabic&quot; class=&quot;kt-adv-heading6748_0a1131-22 wp-block-kadence-advancedheading&quot;&gt;كيف غيرت المجتمعات قصتي مع WordPress&lt;/h1&gt;
  2411.  
  2412.  
  2413.  
  2414. ها هي ندى تقرأ قصتها بصوت عالٍ
  2415.  
  2416.  
  2417.  
  2418.  
  2419.  
  2420. &lt;p class=&quot;kt-adv-heading6748_74de5b-0d wp-block-kadence-advancedheading&quot;&gt;&lt;br /&gt;في تطور غير متوقع، قادتني حياتي إلى طريق انتهى بي الأمر بالعمل مع WordPress كل يوم تقريبًا من حياتي&amp;#8230;&lt;/p&gt;
  2421.  
  2422.  
  2423.  
  2424. &lt;p class=&quot;has-text-align-right&quot;&gt;&lt;br /&gt;البداية&amp;#8230;&lt;br /&gt;تبدأ قصتي في اسطنبول في عام 2016، ولم أسمع عن WordPress من قبل إلا من خلال لقاء أحد اصدقائي كان صحفيًا مشهورًا وترك وظيفته، وتعلم كيفية استخدام WordPress، وأصبح يعمل بدوام كامل كمستقل لبناء وصيانة مواقع WordPress.&lt;br /&gt;&lt;br /&gt;تخرجت من كلية الاقتصاد والعلوم السياسية وعملت معظم مسيرتي المهنية في العلاقات العامة والتسويق الرقمي حيث لم يكن لدي اتصال أو معرفة بـ WordPress. عندما انتقلت إلى اسطنبول، أجريت مقابلة وحصلت على وظيفة في وكالة إعلانات وكان جزء من متطلبات وظيفتي هو إنشاء تقويم تحريري وكتابة وتحسين المدونات لـ GoDaddy.&lt;br /&gt;كانت هذه هي المرة الأولى التي أدير فيها تقويمًا تحريريًا بنفسي، أنا أستمتع بالكتابة الإبداعية واضطررت إلى كتابة عدد لا يحصى من الأبحاث اثناء دراستي في الجامعة، ولكني لم أفعل ذلك بشكل احترافي. كنت متحمسة جدًا لفرصة تعلم شيء جديد. أتذكر جيدًا مشاهدة ساعات وساعات من مقاطع فيديو عن تحسين محركات البحث وأفكر في نفسي: هذا شيء صعب للغاية، يكاد يكون مستحيلًا، لم أكن أعرف الكثير في هذا الوقت.&lt;br /&gt;قضيت حوالي 3 سنوات في إدارة المدونة كجزء من عملي واستخدمت WordPress كل يوم، تعلمت ببطء ما هي الاضافات، والقيام بتحسين محركات البحث، وحتى ساعدت في إطلاق المدونة باللغة العربية في عام 2019.&lt;br /&gt;يجب أن أقول إنني استمتعت بهذا العمل كثيرًا وكنت سعيدة بشكل خاص عندما رأيت نتائج العمل الشاق الذي تم بذله للحفاظ على المدونة.&lt;br /&gt;&lt;br /&gt;منتصف الحكاية&amp;#8230;&lt;br /&gt;بعد بضع سنوات انتقلت إلى GoDaddy كمدير تسويق ودربت فريقًا ليكون مسؤولاً عن المدونة وانتقلت إلى دور مختلف بمسؤوليات مختلفة. يمر عامان، وأنتقل إلى فريق جديد حيث أكون مسئولة عن نمو بعض المنتجات وكان WordPress جزءًا منها&amp;#8230; ووردبريس نلتقي مرة أخرى!&lt;/p&gt;
  2425.  
  2426.  
  2427.  
  2428. &lt;p class=&quot;has-text-align-right&quot;&gt;هذه المرة كنت أعمل مع WordPress بزاوية ومنظور مختلفين، ليس فقط كمستخدم، ولكن بالنظر إلى الجانب التسويقي والمجتمعي منه، وهذا عندما سمعت عن اللقاءات وWordCamps.&lt;br /&gt;كانت صديقتي العزيزة مايا لوكنار أول من عرّفني على اللقاءات وWordCamps وشرحت لي كيف أن WordPress أكثر من مجرد CMS، إنه مجتمع. في أوائل عام 2023، طُلب مني أن أكون جزءًا من فريق GoDaddy الذي يذهب إلى WordCamp Asia 2023، ويجب أن أعترف أنني كنت قلقة.&lt;br /&gt;لقد زرت العديد من الأحداث قبل ذلك، ولكن لا شيء مثل هذا الحدث، وبدأت في الاستعداد ليوم المساهم الأول على الإطلاق والWordCamp&amp;nbsp; في تايلاند.&lt;br /&gt;أتذكر كلمات آدم وارنر المطمئنة لي قبل الحدث والتي ساعدتني على الشعور بالثقة والراحة. يجب أن أقول إنني قضيت وقتًا رائعًا في تايلاند، وكان المجتمع مرحبًا جدًا، وقابلت الكثير من الأشخاص الرائعين.&lt;br /&gt;كانت مساهمتي الأولى لفريق التدريب، وفي ذلك الوقت أدركت أنه لا توجد مواد تدريبية باللغة العربية، مما جعلني أفكر في اللقاءات ومجتمعات WordPress للمتحدثين باللغة العربية.&lt;br /&gt;عندما عدت إلى دبي، بدأت في البحث عن لقاءات في الشرق الأوسط، وبدأت في التواصل مع المنظمين على أمل إعادة المجتمعات إلى الحياة والمساعدة أو المشاركة في التنظيم إن أمكن. وقوبلت بخيبة أمل في ذلك الوقت لأن معظم هذه اللقاءات لم تعد نشطة (خاصة بعد COVID) ولم يكن المنظمون متحمسين أو كانوا مشغولين للغاية. أتذكر أنني تحدثت مع مايا حول هذا الموضوع، فقالت: لما لا تبدأي به بنفسك؟ شرحت لي مقدار الجهد الذي يجب القيام به وفكرت في ذلك. بعد بضعة أشهر بدأت لقاء عبر الإنترنت للمتحدثين باللغة العربية في جميع أنحاء العالم.&lt;br /&gt;بدأ اللقاء منذ حوالي عام، وقد مر بتقلبات &amp;#8211; كان هذا أيضًا عنوان حديثي الأول في WordCamp Asia 2024 في تايوان.&lt;br /&gt;&lt;br /&gt;القصة لا تنتهي هنا&amp;#8230;&lt;/p&gt;
  2429.  
  2430.  
  2431.  
  2432. &lt;p class=&quot;has-text-align-right&quot;&gt;منذ أول WordCamp لي، زرت ثلاثWordCamps أخرى وحضرت العديد من اللقاءات وحصلت على صداقات حقيقية داخل المجتمع وتشرفت بأن أكون متحدثة في WordCamp Asia 2024. رحلتي لا تنتهي هنا، إنها مجرد البداية&amp;#8230;&lt;/p&gt;
  2433. &lt;p&gt;The post &lt;a href=&quot;https://heropress.com/essays/paving-my-way-in-wordpress-through-communities/&quot;&gt;Paving my way in WordPress through Communities&lt;/a&gt; appeared first on &lt;a href=&quot;https://heropress.com&quot;&gt;HeroPress&lt;/a&gt;.&lt;/p&gt;</description>
  2434. <pubDate>Wed, 01 May 2024 04:00:00 +0000</pubDate>
  2435. <dc:creator>Nada Elsharkawy</dc:creator>
  2436. </item>
  2437. <item>
  2438. <title>BuddyPress: BuddyPress 12.4.1 Security Release</title>
  2439. <guid>https://buddypress.org/?p=333913</guid>
  2440. <link>https://buddypress.org/2024/05/buddypress-12-4-1-security-release/</link>
  2441. <description>&lt;p&gt;&lt;a href=&quot;https://downloads.wordpress.org/plugin/buddypress.12.4.1.zip&quot;&gt;BuddyPress 12.4.1&lt;/a&gt; is now available. This is a security release. &lt;strong&gt;All BuddyPress installations should be updated as soon as possible&lt;/strong&gt;.&lt;/p&gt;
  2442.  
  2443.  
  2444.  
  2445. &lt;p&gt;The 12.4.1 release addresses the following security issue:&lt;/p&gt;
  2446.  
  2447.  
  2448.  
  2449. &lt;ul&gt;
  2450. &lt;li&gt;The dynamic Members, dynamic Friends &amp;amp; dynamic Groups blocks were vulnerable to a Stored Cross-Site Scripting. Discovered by&amp;nbsp;Wesley (wcraft) from the Wordfence organization.&lt;/li&gt;
  2451. &lt;/ul&gt;
  2452.  
  2453.  
  2454.  
  2455. &lt;p&gt;This vulnerability was impacting BuddyPress branches from 9.0 to 12.0. It was reported privately to the BuddyPress team, in accordance with&amp;nbsp;&lt;a href=&quot;https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/&quot;&gt;WordPress’s security policies&lt;/a&gt;. Our thanks to the reporter for practicing coordinated disclosure.&lt;/p&gt;
  2456.  
  2457.  
  2458.  
  2459. &lt;p&gt;For complete details, visit the&amp;nbsp;&lt;a href=&quot;https://codex.buddypress.org/releases/version-12-4-1/&quot;&gt;12.4.1 changelog&lt;/a&gt;.&lt;/p&gt;
  2460.  
  2461.  
  2462.  
  2463. &lt;div class=&quot;wp-block-spacer&quot;&gt;&lt;/div&gt;
  2464.  
  2465.  
  2466.  
  2467. &lt;div class=&quot;wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex&quot;&gt;
  2468. &lt;div class=&quot;wp-block-button is-style-outline&quot;&gt;&lt;a class=&quot;wp-block-button__link has-white-background-color has-text-color has-background no-border-radius wp-element-button&quot; href=&quot;https://downloads.wordpress.org/plugin/buddypress.12.4.1.zip&quot;&gt;Get BuddyPress 12.4.1&lt;/a&gt;&lt;/div&gt;
  2469. &lt;/div&gt;
  2470.  
  2471.  
  2472.  
  2473. &lt;div class=&quot;wp-block-spacer&quot;&gt;&lt;/div&gt;
  2474.  
  2475.  
  2476.  
  2477. &lt;p&gt;You can get the latest version by clicking on the above button, downloading it from the&amp;nbsp;&lt;a href=&quot;https://wordpress.org/plugins/buddypress/&quot;&gt;WordPress.org plugin directory&lt;/a&gt;&amp;nbsp;or checking it out from our&amp;nbsp;&lt;a href=&quot;https://buddypress.trac.wordpress.org/browser/branches/11.0&quot;&gt;Subversion repository.&lt;/a&gt;&lt;/p&gt;
  2478.  
  2479.  
  2480.  
  2481. &lt;p&gt;If for a specific reason you can&amp;#8217;t upgrade to 12.4.1, we have also ported the security fix to BuddyPress versions going all the way back to branch 9.0. Here&amp;#8217;s the list of the available downloads for the corresponding tags, you can also find these links on our &lt;a href=&quot;https://wordpress.org/plugins/buddypress/advanced/&quot;&gt;WordPress.org Plugin Directory &amp;#8220;Advanced&amp;#8221; page:&lt;/a&gt;&lt;/p&gt;
  2482.  
  2483.  
  2484.  
  2485. &lt;ul&gt;
  2486. &lt;li&gt;If you are using BP &lt;strong&gt;9.x&lt;/strong&gt; and can&amp;#8217;t upgrade to 12.4.1, please upgrade to &lt;a href=&quot;https://downloads.wordpress.org/plugin/buddypress.9.2.3.zip&quot;&gt;9.2.3&lt;/a&gt;&lt;/li&gt;
  2487.  
  2488.  
  2489.  
  2490. &lt;li&gt;If you are using BP &lt;strong&gt;10.x&lt;/strong&gt; and can&amp;#8217;t upgrade to 12.4.1, please upgrade to &lt;a href=&quot;https://downloads.wordpress.org/plugin/buddypress.10.6.3.zip&quot;&gt;10.6.3&lt;/a&gt;&lt;/li&gt;
  2491.  
  2492.  
  2493.  
  2494. &lt;li&gt;If you are using BP &lt;strong&gt;11.x&lt;/strong&gt; and can&amp;#8217;t upgrade to 12.4.1, please upgrade to &lt;a href=&quot;https://downloads.wordpress.org/plugin/buddypress.11.4.1.zip&quot;&gt;11.4.1&lt;/a&gt;&lt;/li&gt;
  2495. &lt;/ul&gt;</description>
  2496. <pubDate>Wed, 01 May 2024 00:33:51 +0000</pubDate>
  2497. <dc:creator>Mathieu Viet</dc:creator>
  2498. </item>
  2499. <item>
  2500. <title>Do The Woo Community: Empowering Diversity and Inclusion in WordPress and Beyond with Shanta Nathwani</title>
  2501. <guid>https://dothewoo.io/?p=83283</guid>
  2502. <link>https://dothewoo.io/empowering-diversity-and-inclusion-in-wordpress-and-beyond-with-shanta-nathwani/</link>
  2503. <description>Shanta Nathwani and Birgit chat about diversity, equity, inclusion, and belonging in the WordPress and tech community.</description>
  2504. <pubDate>Tue, 30 Apr 2024 11:23:45 +0000</pubDate>
  2505. <dc:creator>BobWP</dc:creator>
  2506. </item>
  2507. <item>
  2508. <title>WordPress.org blog: WP Briefing: Episode 78: Guided Growth: Cultivating Contributors Through Mentorship</title>
  2509. <guid>https://wordpress.org/news/?post_type=podcast&amp;p=17229</guid>
  2510. <link>https://wordpress.org/news/2024/04/episode-78-guided-growth-cultivating-contributors-through-mentorship/</link>
  2511. <description>&lt;p&gt;Explore the transformative world of the WordPress Contributor Mentorship Program with guest host Angela Jin and special guest and sponsored contributor Hari Shanker. Whether you&amp;#8217;re a long-time WordPress enthusiast or new to the scene, this episode is packed with insights, stories, and tips to help you engage more deeply with one of the most passionate open source communities.&lt;/p&gt;
  2512.  
  2513.  
  2514.  
  2515. &lt;h2 class=&quot;wp-block-heading&quot;&gt;Credits&lt;/h2&gt;
  2516.  
  2517.  
  2518.  
  2519. &lt;p&gt;Guest host: &lt;a href=&quot;https://profiles.wordpress.org/angelasjin/&quot;&gt;Angela Jin&lt;/a&gt;&lt;br /&gt;Guest speaker: &lt;a href=&quot;https://profiles.wordpress.org/harishanker/&quot;&gt;Hari Shanker&lt;/a&gt;&lt;br /&gt;Editor:&amp;nbsp;&lt;a href=&quot;https://profiles.wordpress.org/dustinhartzler/&quot;&gt;Dustin Hartzler&lt;/a&gt;&lt;br /&gt;Logo:&amp;nbsp;&lt;a href=&quot;https://profiles.wordpress.org/javiarce/&quot;&gt;Javier Arce&lt;/a&gt;&lt;br /&gt;Production:&amp;nbsp;&lt;a href=&quot;https://profiles.wordpress.org/bjmcsherry/&quot;&gt;Brett McSherry&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href=&quot;https://profiles.wordpress.org/eidolonnight/&quot;&gt;Nicholas Garofalo&lt;/a&gt;&lt;br /&gt;Song: Fearless First by Kevin MacLeod&lt;/p&gt;
  2520.  
  2521.  
  2522.  
  2523. &lt;h2 class=&quot;wp-block-heading&quot;&gt;Show Notes&lt;/h2&gt;
  2524.  
  2525.  
  2526.  
  2527. &lt;ul&gt;
  2528. &lt;li&gt;&lt;a href=&quot;https://wordpress.org/5&quot;&gt;Five for the Future&lt;/a&gt;&lt;/li&gt;
  2529.  
  2530.  
  2531.  
  2532. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/community/handbook/contributor-day/contributor-working-group/contributor-mentorship-program-for-wordpress/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;About the Contributor Mentorship Program&lt;/a&gt;&lt;/li&gt;
  2533.  
  2534.  
  2535.  
  2536. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/community/handbook/contributor-day/contributor-working-group/contributor-mentorship-program-for-wordpress/contributor-mentorship-program-cohorts/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Details of Mentorship Program Cohorts&lt;/a&gt;&lt;/li&gt;
  2537.  
  2538.  
  2539.  
  2540. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/community/2024/04/08/wordpress-contributor-mentorship-2024-q1-cohort-graduates/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Mentorship Program Cohort 2 Graduation Post&lt;/a&gt; &amp;#8211; Express interest in the next cohort by&amp;nbsp;leaving comment or sending a message to @harishanker in the &lt;a href=&quot;https://make.wordpress.org/chat/&quot;&gt;Making WordPress Slack&lt;/a&gt;&lt;/li&gt;
  2541.  
  2542.  
  2543.  
  2544. &lt;li&gt;&lt;strong&gt;Small List of Big Things&lt;/strong&gt;
  2545. &lt;ul&gt;
  2546. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/support/2024/04/brainstorming-a-support-team-contributor-ladder/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Brainstorming a Support Team Contributor Ladder&lt;/a&gt;
  2547. &lt;ul&gt;
  2548. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/updates/2019/06/17/observations-on-wordpress-contributor-team-structure/&quot;&gt;Observations on WordPress Contributor Team Structure&lt;/a&gt;&lt;/li&gt;
  2549. &lt;/ul&gt;
  2550. &lt;/li&gt;
  2551.  
  2552.  
  2553.  
  2554. &lt;li&gt;&lt;a href=&quot;https://wordpressfoundation.org/news/2024/kim-parsell-2024/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Apply for the Kim Parsell Memorial Scholarship for WordCamp US 2024&lt;/a&gt;&lt;/li&gt;
  2555.  
  2556.  
  2557.  
  2558. &lt;li&gt;Upcoming WordPress events:
  2559. &lt;ul&gt;
  2560. &lt;li&gt;&lt;a href=&quot;https://europe.wordcamp.org/2024/&quot;&gt;WordCamp Europe 2024&lt;/a&gt;
  2561. &lt;ul&gt;
  2562. &lt;li&gt;&lt;a href=&quot;https://europe.wordcamp.org/2024/tickets/&quot;&gt;Tickets&lt;/a&gt;&lt;/li&gt;
  2563. &lt;/ul&gt;
  2564. &lt;/li&gt;
  2565.  
  2566.  
  2567.  
  2568. &lt;li&gt;Find upcoming events in your area on &lt;a href=&quot;https://events.wordpress.org/&quot;&gt;events.WordPress.org&lt;/a&gt;&lt;/li&gt;
  2569. &lt;/ul&gt;
  2570. &lt;/li&gt;
  2571. &lt;/ul&gt;
  2572. &lt;/li&gt;
  2573.  
  2574.  
  2575.  
  2576. &lt;li&gt;Have a question you&amp;#8217;d like answered? Submit them to&amp;nbsp;&lt;a href=&quot;mailto:wpbriefing@WordPress.org&quot;&gt;WPBriefing@WordPress.org&lt;/a&gt;.&lt;/li&gt;
  2577. &lt;/ul&gt;
  2578.  
  2579.  
  2580.  
  2581. &lt;h2 class=&quot;wp-block-heading&quot;&gt;Transcript&lt;/h2&gt;
  2582.  
  2583.  
  2584.  
  2585. &lt;span id=&quot;more-17229&quot;&gt;&lt;/span&gt;
  2586.  
  2587.  
  2588.  
  2589. &lt;p&gt;[00:00:00] &lt;strong&gt;Angela:&lt;/strong&gt; Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insights into the community that supports it, and get a small list of big things coming up in the next two weeks. I am your guest host, Angela Jin.&lt;/p&gt;
  2590.  
  2591.  
  2592.  
  2593. &lt;p&gt;Let&amp;#8217;s go!&amp;nbsp;&lt;/p&gt;
  2594.  
  2595.  
  2596.  
  2597. &lt;p&gt;[00:00:30] (Intro Music)&amp;nbsp;&lt;/p&gt;
  2598.  
  2599.  
  2600.  
  2601. &lt;p&gt;[00:00:40] &lt;strong&gt;Angela:&lt;/strong&gt; I am delighted to be guest hosting this episode of the WordPress Briefing and to talk about the Contributor Mentorship Program, a community-driven initiative in the WordPress space that is proving to really support contributor journeys. And joining me today is special guest, Hari Shanker, Five for the Future Program Manager. Welcome, Hari!&lt;/p&gt;
  2602.  
  2603.  
  2604.  
  2605. &lt;p&gt;[00:01:02] &lt;strong&gt;Hari:&lt;/strong&gt; Thank you, Angela. Excited to be here.&lt;/p&gt;
  2606.  
  2607.  
  2608.  
  2609. &lt;p&gt;[00:01:04] &lt;strong&gt;Angela:&lt;/strong&gt; Now, before we dive into the Contributor Mentorship Program, can you first tell me a bit about yourself? I&amp;#8217;d love to know a bit more about your role as Five for the Future Program Manager.&lt;/p&gt;
  2610.  
  2611.  
  2612.  
  2613. &lt;p&gt;[00:01:16] &lt;strong&gt;Hari:&lt;/strong&gt; Sure. So, my name is Hari Shanker. I live in India in a city called Kochi. And I&amp;#8217;d like to share some context to explain what I do. I am a sponsored contributor working full-time on WordPress, and I have been contributing primarily to the WordPress Community Team full-time since April 2020, where I am a Community Program Manager, formerly known as a Super Deputy.&lt;/p&gt;
  2614.  
  2615.  
  2616.  
  2617. &lt;p&gt;Since September 2022, I have been working exclusively on projects that bolster the WordPress contributor experience. A key part of this work is my role as the Program Manager for the Five for the Future program, where my day-to-day work involves supporting and empowering companies and individuals that have pledged a part of their time to contribute to WordPress.&lt;/p&gt;
  2618.  
  2619.  
  2620.  
  2621. &lt;p&gt;[00:02:00] &lt;strong&gt;Hari:&lt;/strong&gt; In parallel, I also lead the Contributor Working Group of the WordPress Community Team, which has the goal of making the contributor experience in WordPress the best it can be. Our recent focus has been on running an experimental contributor mentorship program as well. &lt;/p&gt;
  2622.  
  2623.  
  2624.  
  2625. &lt;p&gt;[00:02:16] &lt;strong&gt;Angela:&lt;/strong&gt; Excellent. Thank you. So, I was recently at Open Source Summit, and figuring out funding and commitments to projects was a very hot topic. And people were really interested in Five for the Future. And so, Hari, would you mind giving us a quick overview of what Five for the Future is, and how it aims to support the WordPress open source project?&lt;/p&gt;
  2626.  
  2627.  
  2628.  
  2629. &lt;p&gt;[00:02:44] &lt;strong&gt;Hari:&lt;/strong&gt; Absolutely. The Cofounder of WordPress, Matt Mullenweg, launched Five for the Future in 2014 as a call to action for organizations and individuals who have benefited from WordPress, either the CMS or the community, to contribute up to 5 percent of their resources to the continued success of the WordPress project.&lt;/p&gt;
  2630.  
  2631.  
  2632.  
  2633. &lt;p&gt;[00:03:03] &lt;strong&gt;Hari:&lt;/strong&gt; In 2019, this idea was formalized as a program with a pledging page that lives in the URL WordPress.org/five. Right now, this program attempts to foster generous collaboration towards the long-term health and stability of our project for the future. So, like any large and successful open source project, WordPress has a lot of big goals and tasks, not all of which can be accomplished by volunteers in that available time.&lt;/p&gt;
  2634.  
  2635.  
  2636.  
  2637. &lt;p&gt;Here&amp;#8217;s where sponsored contributors come in. Sponsored contributors have more time, availability, and bandwidth to make an impact on a lot of these tasks. They also work on some routine but important administrative and housekeeping tasks that are essential to keep the project running smoothly. At this time, the program has 868 contributors from 183 companies, who have pledged 7,722 hours of contribution time per week for the program. I can also share that roughly 70% of contribution activity in WordPress is coming from these sponsored contributors. That is the Five for the Future program in brief.&lt;/p&gt;
  2638.  
  2639.  
  2640.  
  2641. &lt;p&gt;[00:04:15] &lt;strong&gt;Angela:&lt;/strong&gt; Thanks, Hari. That&amp;#8217;s incredible that so much of our contribution comes through sponsored time and clearly is very necessary to keep the WordPress open source project running. Wonderful. All right, well, I would love to dig into the Contributor Mentorship Program. Can you tell us a bit more about how this came to be? What is the Contributor Mentorship Program?&lt;/p&gt;
  2642.  
  2643.  
  2644.  
  2645. &lt;p&gt;[00:04:41] &lt;strong&gt;Hari:&lt;/strong&gt; Oh, absolutely. It is one of my favorite programs and one of the best things that I&amp;#8217;ve worked on personally. So, the Contributor Mentorship Program aims to onboard new contributors to WordPress by providing them one-on-one and cohort-based mentorship for a period of typically four to six weeks. The mentorship program typically coincides a major WordPress release.&lt;/p&gt;
  2646.  
  2647.  
  2648.  
  2649. &lt;p&gt;[00:05:04] &lt;strong&gt;Hari:&lt;/strong&gt; And the idea behind the program is to help new contributors kickstart their WordPress contributor journey by providing them an in-depth overview of the WordPress project as well. To talk a bit about how this started, it all began in 2022-2023 when I started researching on the WordPress contributor experience. I discovered that there were gaps in the onboarding experience for new contributors. And I did some research on how we can solve this issue.&lt;/p&gt;
  2650.  
  2651.  
  2652.  
  2653. &lt;p&gt;Now, while those gaps can be fixed by improving the overall WordPress contributor onboarding experience through technical changes or changes in the program. Mentorship really stood out as an excellent solution to solve the problem. Based on my discovery from this research, I worked on revitalizing the WordPress Contributor Working Group of the Community Team. And together, our group we started working on building a mentorship program. We did a few months of collaborative discussions and brainstorming. And as a result, the group put together the idea for a pilot cohort-based mentorship program, which paired up 13 new contributors as mentees with one mentor each. The cohort worked together for four weeks, and 11 of these mentees graduated after making impactful contributions to the project, with over half of the cohort staying on to make long-term contributions. In fact, we just wrapped up the second cohort of the program in February 2024, which had 52 participants, of which 44 graduated from the program.&lt;/p&gt;
  2654.  
  2655.  
  2656.  
  2657. &lt;p&gt;[00:06:34] &lt;strong&gt;Angela:&lt;/strong&gt; Amazing. Congratulations. And I speaking just for myself, I know how important mentorship was to, to a lot of my journeys, both within WordPress and outside of, and so I think it&amp;#8217;s wonderful that we&amp;#8217;re able to bring mentorship to this space. What sort of benefits are there to participating in this program, either as a new WordPress contributor or as a mentor?&amp;nbsp;&lt;/p&gt;
  2658.  
  2659.  
  2660.  
  2661. &lt;p&gt;[00:07:04] &lt;strong&gt;Hari:&lt;/strong&gt; There&amp;#8217;s a bunch of benefits for both new contributors and mentors in this program, starting with new contributors. First and foremost, new participants in this program they get to kick off their WordPress contributor journey by making initial contributions. So, in my mind, the biggest benefit that they get is they get a chance to actually make their first contributions in the area of their choice with help from a mentor. The other main benefit that I see is that these mentees or new contributors. They get to learn a lot about the WordPress project and how it works. They get to learn about the WordPress release process broadly. And in short, participants in this program also get a chance to network with and learn from experienced WordPress contributors.&lt;/p&gt;
  2662.  
  2663.  
  2664.  
  2665. &lt;p&gt;And finally, this program is a great opportunity for mentees or new contributors to pick up a lot of valuable skills that they can use in the real world. For mentors, they also get a lot of benefits from this program. In fact, to share another anecdote, some of our mentors they contributed for the first time to WordPress core in the last cohort.&lt;/p&gt;
  2666.  
  2667.  
  2668.  
  2669. &lt;p&gt;[00:08:14] &lt;strong&gt;Hari:&lt;/strong&gt; So, that is also something that they also get to learn, which means mentors also get to learn new skills when they be a part of this program. So, for mentors, even they get to enhance their skills, they get to expand the network within the WordPress community, but in my mind, the biggest benefit that they gain is they gain fulfillment from guiding new contributors. And personally, as a mentor myself, it&amp;#8217;s one of the most valuable thing that you can gain from such a program. That feeling of belonging, that feeling of, you know, fostering sustainability and innovation in the project. I also feel that mentoring new contributors is a great way to bolster your leadership and communication skills, which is extremely valuable in any professional context.&lt;/p&gt;
  2670.  
  2671.  
  2672.  
  2673. &lt;p&gt;[00:08:54] &lt;strong&gt;Angela:&lt;/strong&gt; Absolutely. I definitely see that being able to share your experience and mentor others is a really valuable way to help the next generation of WordPressers be successful in our space. Now, you&amp;#8217;ve talked a bit about what results you&amp;#8217;re seeing from this program, and it&amp;#8217;s really exciting to see that so many mentees are successfully graduating from this program. I&amp;#8217;d love to hear more about the impact and results that you&amp;#8217;re seeing from the mentorship program. Could you give us more details there?&lt;/p&gt;
  2674.  
  2675.  
  2676.  
  2677. &lt;p&gt;[00:09:32] &lt;strong&gt;Hari:&lt;/strong&gt; Absolutely. So, I shared some numbers earlier. We had 11 mentees out of 13 graduating from the 2023 cohort and 44 outta 52 mentees from the 2024 Q1 cohort graduating. From the first cohort we have six of these mentees continuing to make impactful contributions to the project, but we have more encouraging results from the second cohort, in fact. So, ten of our mentees in the second cohort got props for contributing to WordPress 6.5, and one of our mentees was a noteworthy contributor. That&amp;#8217;s about 22% of all the mentees. Fourteen mentees from the latest cohort, which is 31%, they have committed to join the WordPress 6.6 release squad. And the program actually gave eight new core contributors to the project, which includes mentors, as I mentioned earlier.&lt;/p&gt;
  2678.  
  2679.  
  2680.  
  2681. &lt;p&gt;[00:10:21] &lt;strong&gt;Hari:&lt;/strong&gt; We did pre and post-cohort surveys, and the results are very interesting. I can definitely share some numbers here. So, we had a question on contributor familiarity. The familiarity of contribution for new contributors went up from 53% to 80%, that&amp;#8217;s around 26% increase. The contribution confidence went from 57% to 82%, which is around 28%-29%. We asked if the mentees how many of these mentees were satisfied by the program. We heard that 88% of all the mentees were satisfied. 80% of mentees achieved their personal goals as part of the program. A key part of the program experience was that we asked mentees to create contribution plans to make future contributions.&lt;/p&gt;
  2682.  
  2683.  
  2684.  
  2685. &lt;p&gt;[00:11:06] &lt;strong&gt;Hari:&lt;/strong&gt; 62% of our mentees actually made a future contribution plan. So which means, which is a 30, 60, 90-day plan. So, these mentees they&amp;#8217;re gonna follow a plan to contribute to WordPress for the next three months. Finally, we also created a ton of learning materials for these mentees, and we are in the process of releasing them. So these are, most of these are videos, so we plan to release them in WordPress or TV and in the Learn WordPress platform. So, in my mind, seeing these mentees out in the world making impactful contributions that is the biggest impact that I&amp;#8217;m seeing. So, having them in the project as long-term contributors. That is, in my mind, one of the biggest impacts that we&amp;#8217;ve had from this program.&lt;/p&gt;
  2686.  
  2687.  
  2688.  
  2689. &lt;p&gt;[00:11:46] &lt;strong&gt;Angela:&lt;/strong&gt; Yeah, that&amp;#8217;s really incredible to see that new contributors to WordPress, upon joining this program, able to better navigate this vast ecosystem and make important contributions to our space. And that they&amp;#8217;ve made these connections, so they are sticking around and staying with us and continuing to help us build WordPress. That&amp;#8217;s incredible.&amp;nbsp;&lt;/p&gt;
  2690.  
  2691.  
  2692.  
  2693. &lt;p&gt;[00:12:14] &lt;strong&gt;Angela:&lt;/strong&gt; Now, I understand that between the first cohort and the second cohort, the Contributor Working Group made some important updates and iterated on the cohort itself. And one of the big changes, I understand, was to design cohorts around contributor projects. I&amp;#8217;m curious now that we&amp;#8217;ve talked about how fantastic this program is. Are there plans for future cohorts, and what might those cohorts look like?&lt;/p&gt;
  2694.  
  2695.  
  2696.  
  2697. &lt;p&gt;[00:12:44] &lt;strong&gt;Hari:&lt;/strong&gt; Absolutely. So, we have received a lot of interest in future cohorts. So, our working group just did a chat last week, and there was overwhelming positive interest and from all our working group members and other participants saying that we would love to be in a future cohort. So, short answer, yes, we will have a ton of these cohorts going forward. And we are, in fact, hosting a new cohort alongside WordPress 6.7. In October-November, 2024. And we will most likely continue to host at least one mentorship cohort every year. Ideally two, but I&amp;#8217;m just saying one to make sure that we are sustainable. It is hard to predict how future cohorts will look like, but based on all the discussions our working group has had, I can definitely tell you how the next cohort is going to look like.&lt;/p&gt;
  2698.  
  2699.  
  2700.  
  2701. &lt;p&gt;[00:13:35] &lt;strong&gt;Hari:&lt;/strong&gt; So, as per current plans, we will have around 20 to 30 mentees supported by mentors. And the cohort will most likely start early on in the 6.7 release process. The idea is that we would like our mentees to be more deeply involved in the 6.7 release as early as possible. We also plan to have a lot more learn-up sessions in the next cohort.&lt;/p&gt;
  2702.  
  2703.  
  2704.  
  2705. &lt;p&gt;One feedback that we heard was our mentees really enjoyed some of the learn-up sessions, and they would like these sessions to be scheduled in advance as much as possible so that they can attend as many of them as possible. So, more learn-up sessions. &lt;/p&gt;
  2706.  
  2707.  
  2708.  
  2709. &lt;p&gt;[00:14:14] &lt;strong&gt;Hari:&lt;/strong&gt; And finally, you mentioned projects when you spoke of the latest cohort. We are going to double down on projects in the next cohort. So the hope is to have a host of projects for folks to work on and, ideally, have all mentees work on some project or the other. So, we had projects as an experiment for the earlier cohort. Some mentees did work on projects, while some they were broadly contributing. So, ideally, for the next cohort, every mentee in the program will be a part of some project or the other. It could be a small one. It could be a big one, but there will be some project of some sort for every mentee in the program, ideally. And finally, some contributors in our cohort, they received a scholarship to participate in the last cohort. We hope to expand that. We hope to provide more opportunities for scholarship for contributors.&lt;/p&gt;
  2710.  
  2711.  
  2712.  
  2713. &lt;p&gt;[00:15:05] &lt;strong&gt;Hari:&lt;/strong&gt; I&amp;#8217;m not sure how viable it is, but we did see that the folks who received scholarship, they got a chance to contribute more. So we would ideally like to provide more opportunities for scholarship, especially for folks from underrepresented backgrounds, so that they can contribute to WordPress and, you know, upskill as part of this program.&lt;/p&gt;
  2714.  
  2715.  
  2716.  
  2717. &lt;p&gt;[00:15:23] &lt;strong&gt;Angela:&lt;/strong&gt; Fantastic. Well, hopefully, we have convinced our listeners today to get involved in the Contributor Mentorship Program. And so, if somebody wanted to get involved, either as a mentee or a mentor, how should they go about doing so?&lt;/p&gt;
  2718.  
  2719.  
  2720.  
  2721. &lt;p&gt;[00:15:42] &lt;strong&gt;Hari:&lt;/strong&gt; That&amp;#8217;s a great question. We have not opened up signups for mentors and mentees for the next cohort yet. As I mentioned, it&amp;#8217;s going to happen later this year. However, those interested in the next cohort of the program can comment on the post. I think we can share the link in the show notes. We just published a post announcing the graduation of our mentees, and we had asked folks who are interested in joining the next cohort comment there.&lt;/p&gt;
  2722.  
  2723.  
  2724.  
  2725. &lt;p&gt;[00:16:07] &lt;strong&gt;Hari:&lt;/strong&gt; So if you&amp;#8217;re interested in joining the next cohort, either as a mentor or a mentee. You can comment on that post. Alternatively, you can also DM me. If you&amp;#8217;re not comfortable commenting in a public space, my name is Hari Shanker. I am Hari Shanker, which is H-A-R-I-S-H-A-N-K-E-R. That&amp;#8217;s my username in the Make WordPress Slack. You can DM me there expressing your interest, and I will make sure that we send you the call for interest form when it&amp;#8217;s published.&lt;/p&gt;
  2726.  
  2727.  
  2728.  
  2729. &lt;p&gt;Additionally, and this is especially to all the mentor applicants, we have a Contributor Working Group, which meets every third Thursday of the month in the Community Team channel on a text chat. It&amp;#8217;s called a mentorship chat. It happens every month, and you can find a link to it in the Make WordPress meetings, P2 blog. So, if you&amp;#8217;re interested in being a mentor, or if you&amp;#8217;re interested in building the Contributor Mentorship Program, or contributing to the Contributor Mentorship Program, I would invite you to join our chat. So, the next chat is being held in May. Please join our next chat. That&amp;#8217;s also a great way to contribute to this program, especially if you are interested in being a mentor.&amp;nbsp;&lt;/p&gt;
  2730.  
  2731.  
  2732.  
  2733. &lt;p&gt;[00:17:10] &lt;strong&gt;Angela:&lt;/strong&gt; Wonderful. Thank you so much for joining me today, Hari. It&amp;#8217;s been a pleasure.&lt;/p&gt;
  2734.  
  2735.  
  2736.  
  2737. &lt;p&gt;[00:17:16] &lt;strong&gt;Hari:&lt;/strong&gt; Thank you. It&amp;#8217;s been an honor, and thank you for inviting me to be a part of this program.&amp;nbsp;&lt;/p&gt;
  2738.  
  2739.  
  2740.  
  2741. &lt;p&gt;[00:17:19]&amp;nbsp;(Music interlude)&amp;nbsp;&lt;/p&gt;
  2742.  
  2743.  
  2744.  
  2745. &lt;p&gt;[00:17:27] &lt;strong&gt;Angela:&lt;/strong&gt; And now it is time for our small list of big things. We&amp;#8217;ve got three things for you this week. &lt;/p&gt;
  2746.  
  2747.  
  2748.  
  2749. &lt;p&gt;The first is a proposal to explore the Support Team contributor ladder. If you are not familiar with the concept of the contributor ladder, it is based on the five stages of volunteering, which examines how a volunteer gets onboarded and steps into progressive roles. By thinking through the contributor ladder, Make WordPress teams are able to improve onboarding, engagement, and connection with contributors and generally improve the health of their team. If this is of interest to you, we have a great overview post about the contributor ladder, and you can see the discussion in action over on the Support Team.&amp;nbsp;&lt;/p&gt;
  2750.  
  2751.  
  2752.  
  2753. &lt;p&gt;[00:18:14] &lt;strong&gt;Angela:&lt;/strong&gt; Second, is that the WordPress Foundation has just announced the Kim Parcell Memorial Scholarship for 2024. This scholarship is in honor of Kim Parcell, an incredible long-time contributor, and is awarded to a current WordPress contributor who is a woman, has not previously attended WordCamp US, and requires financial assistance to attend this year&amp;#8217;s event.&amp;nbsp;The scholarship will provide travel assistance for the recipient to attend WordCamp US this year in Portland, Oregon, and covers travel from your home city, hotel, and your ticket to the event. The application is open through May 30th, and you can apply on the WordPress Foundation page.&amp;nbsp;&lt;/p&gt;
  2754.  
  2755.  
  2756.  
  2757. &lt;p&gt;Third is a reminder of our next big WordPress event, WordCamp Europe, which will be in beautiful Torino, Italy, June 13th through the 15th. You can still get tickets on their website. If you can&amp;#8217;t make it to Italy, never fear. This time of year sees a good number of WordPress events around the world, and they are a great way to connect with WordPress friends and hear all about the latest and greatest in WordPress. You can go find upcoming events on events.WordPress.org to see what events are happening in your area. If there isn&amp;#8217;t a WordPress event near you, you can become an organizer and start hosting events locally.&amp;nbsp;&lt;/p&gt;
  2758.  
  2759.  
  2760.  
  2761. &lt;p&gt;[00:19:42] &lt;strong&gt;Angela:&lt;/strong&gt; And that, friends, is your small list of big things. Don&amp;#8217;t forget to follow us on your favorite podcast app. Or subscribe directly on WordPress.org/news. You&amp;#8217;ll get a friendly reminder whenever there&amp;#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser, or if you had questions about what you heard, you can share those by emailing WPBriefing@WordPress.org. I am your guest host, Angela Jin. Thanks so much for tuning in today for the WordPress Briefing. In a couple of weeks, Josepha will be back as your regular host for the next episode.&amp;nbsp;&lt;/p&gt;
  2762.  
  2763.  
  2764.  
  2765. &lt;p&gt;[00:20:21] (Music outro)&amp;nbsp;&lt;/p&gt;</description>
  2766. <pubDate>Mon, 29 Apr 2024 12:00:00 +0000</pubDate>
  2767. <dc:creator>Brett McSherry</dc:creator>
  2768. </item>
  2769. <item>
  2770. <title>Do The Woo Community: A Comunidade Portugal do WordPress – The Portugal WordPress Community</title>
  2771. <guid>https://dothewoo.io/?p=83262</guid>
  2772. <link>https://dothewoo.io/a-comunidade-portugal-do-wordpress-the-portugal-wordpress-community/</link>
  2773. <description>No nosso programa Vozes da Comunidade, WordPress pelo Mundo, destacamos a comunidade WordPress de Portugal para uma conversa na sua língua materna.</description>
  2774. <pubDate>Mon, 29 Apr 2024 08:15:09 +0000</pubDate>
  2775. <dc:creator>BobWP</dc:creator>
  2776. </item>
  2777. <item>
  2778. <title>Gravatar: Revamping User Authentication: The Role of Passkeys</title>
  2779. <guid>http://blog.gravatar.com/?p=1366</guid>
  2780. <link>https://blog.gravatar.com/2024/04/26/revamping-user-authentication-the-role-of-passkeys/</link>
  2781. <description>&lt;p&gt;Passkeys are leading the charge in transforming how we secure our digital identities.&amp;nbsp;&lt;/p&gt;
  2782.  
  2783.  
  2784.  
  2785. &lt;p&gt;This article offers a comprehensive exploration of passkeys – breaking down their mechanics, illustrating their advantages over traditional passwords, and showcasing their role in the next wave of secure online authentication.&amp;nbsp;&lt;/p&gt;
  2786.  
  2787.  
  2788.  
  2789. &lt;p&gt;Whether you&amp;#8217;re a developer, IT professional, or simply tech-curious, join us as we explore the ins and outs of passkeys, providing practical examples and guidance on how to implement them for a safer, smoother online experience.&lt;/p&gt;
  2790.  
  2791.  
  2792.  
  2793. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;What are passkeys?&lt;/strong&gt;&lt;/h2&gt;
  2794.  
  2795.  
  2796.  
  2797. &lt;p&gt;A passkey is a secure method that distinctly identifies a user through advanced mechanisms that go beyond the traditional “something you know” attribute of passwords. Instead, passkeys encompass facets like “something you are”, like biometrics, or “something you have”, such as a physical security key.&amp;nbsp;&lt;/p&gt;
  2798.  
  2799.  
  2800.  
  2801. &lt;img src=&quot;https://lh7-us.googleusercontent.com/mJ-N_j8Rr3Kta7O0S1DPWe0hisuvejqbUimVJUxf6QqdNMVvbEEaURvRXrm342DaXsuKk8ce9AZBJs05gXVDUrN5tzDUJ0-2oGcoR6tJ98YNeS1jc63lCtOmY0FQaFyK-9JYAbF-uiPGN406xgZUwGU&quot; alt=&quot;&quot; /&gt;
  2802.  
  2803.  
  2804.  
  2805. &lt;p&gt;&lt;em&gt;Example of biometric authentication&lt;/em&gt;&lt;/p&gt;
  2806.  
  2807.  
  2808.  
  2809. &lt;p&gt;Using passkeys for your websites and platforms gives visitors an easy way to verify their identity without typing complex passwords, replacing them with unique and often temporary credentials, enhancing security and user experience.&lt;/p&gt;
  2810.  
  2811.  
  2812.  
  2813. &lt;p&gt;These tokens often come in the form of unique, time-sensitive codes that protect online spaces against unwanted entries. The most common types include facial and fingerprint recognition, complicated designed patterns, or secure PINs, which are often specially generated for this specific login attempt.&amp;nbsp;&lt;/p&gt;
  2814.  
  2815.  
  2816.  
  2817. &lt;p&gt;There are many advantages to integrating passkeys:&lt;/p&gt;
  2818.  
  2819.  
  2820.  
  2821. &lt;ul&gt;
  2822. &lt;li&gt;&lt;strong&gt;Enhanced security: &lt;/strong&gt;Passkeys offer a more secure authentication method compared to traditional passwords, significantly reducing the risk of unauthorized access.&lt;/li&gt;
  2823.  
  2824.  
  2825.  
  2826. &lt;li&gt;&lt;strong&gt;User-friendly: &lt;/strong&gt;They simplify the login process, making it quicker and more convenient for users by eliminating the need to remember and type passwords.&lt;/li&gt;
  2827.  
  2828.  
  2829.  
  2830. &lt;li&gt;&lt;strong&gt;Reduced forgetfulness issues: &lt;/strong&gt;The temporary nature of passkeys means users don&amp;#8217;t have to remember a static password, decreasing the chances of lockouts due to forgotten passwords.&lt;/li&gt;
  2831.  
  2832.  
  2833.  
  2834. &lt;li&gt;&lt;strong&gt;Resistance to brute force attacks:&lt;/strong&gt; Passkeys&amp;#8217; unique and often temporary nature makes them much harder for attackers to guess through repeated trial and error.&lt;/li&gt;
  2835.  
  2836.  
  2837.  
  2838. &lt;li&gt;&lt;strong&gt;Decreased dependency on password recovery: &lt;/strong&gt;Passkeys significantly reduce the reliance on potentially insecure password recovery methods, as users no longer need to reset forgotten passwords frequently.&lt;/li&gt;
  2839. &lt;/ul&gt;
  2840.  
  2841.  
  2842.  
  2843. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Passkeys are built on FIDO standards&lt;/strong&gt;&lt;/h3&gt;
  2844.  
  2845.  
  2846.  
  2847. &lt;p&gt;​​Short for Fast Identity Online, &lt;a href=&quot;https://fidoalliance.org/what-is-fido/&quot;&gt;FIDO is a global authentication standard&lt;/a&gt; designed to reinforce and simplify the &lt;a href=&quot;https://blog.gravatar.com/2024/02/21/securing-cyber-space-role-of-digital-identity-verification/&quot;&gt;digital authentication process&lt;/a&gt;, making it simpler for users and more secure against threats.&amp;nbsp;&lt;/p&gt;
  2848.  
  2849.  
  2850.  
  2851. &lt;p&gt;These standards are based on public key cryptography and have played a crucial role in encouraging the adoption of passkeys by ensuring they comply with rigorous security and ease-of-use criteria.&lt;/p&gt;
  2852.  
  2853.  
  2854.  
  2855. &lt;p&gt;Through the integration of FIDO protocols, such as &lt;a href=&quot;https://fidoalliance.org/specs/u2f-specs-master/fido-u2f-overview.html&quot;&gt;U2F (Universal 2nd Factor)&lt;/a&gt; and &lt;a href=&quot;https://webauthn.io/&quot;&gt;WebAuthn&lt;/a&gt;, passkeys benefit from an advanced security infrastructure. U2F adds a layer of protection by involving a physical security key in the authentication process, while WebAuthn allows for the registration and verification of users on web applications through biometric data, mobile devices, or FIDO security keys, moving away from password reliance.&lt;/p&gt;
  2856.  
  2857.  
  2858.  
  2859. &lt;p&gt;This combination of passkeys with FIDO standards has significantly improved digital authentication, making it safer and more user-friendly.&amp;nbsp;&lt;/p&gt;
  2860.  
  2861.  
  2862.  
  2863. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Understanding the user flow with passkeys&lt;/strong&gt;&lt;/h3&gt;
  2864.  
  2865.  
  2866.  
  2867. &lt;p&gt;Passkeys are revolutionizing the way we authenticate, making logging in smoother and more secure. Imagine the ease of entering a secure system or website without the hassle of remembering complex passwords. Here&amp;#8217;s a simple breakdown of how a typical passkey authentication process works.&amp;nbsp;&lt;/p&gt;
  2868.  
  2869.  
  2870.  
  2871. &lt;ol&gt;
  2872. &lt;li&gt;&lt;strong&gt;Registration: &lt;/strong&gt;First, a user chooses to create a passkey for a service. This often happens during the initial sign-up or through a settings menu for existing users. The user confirms their identity through a verification method, like an email link or a text message code.&lt;/li&gt;
  2873.  
  2874.  
  2875.  
  2876. &lt;li&gt;&lt;strong&gt;Creating a passkey: &lt;/strong&gt;The system prompts the user to authorize the creation of a passkey. This can be done using a device&amp;#8217;s biometric features (like a fingerprint or facial recognition) or a PIN. The passkey is then generated and securely stored on the user&amp;#8217;s device, as well as with the service, but in a way that the service can&amp;#8217;t see the passkey itself.&lt;/li&gt;
  2877.  
  2878.  
  2879.  
  2880. &lt;li&gt;&lt;strong&gt;Authentication:&lt;/strong&gt; When returning to the service, the user is prompted to unlock their passkey, again using biometrics or a PIN. The device then communicates with the service, confirming the user’s identity without transmitting the passkey. This seamless interaction ensures that the user&amp;#8217;s credentials are never exposed to potential theft.&lt;/li&gt;
  2881. &lt;/ol&gt;
  2882.  
  2883.  
  2884.  
  2885. &lt;img src=&quot;https://lh7-us.googleusercontent.com/h-3BYhKjAzHzS7m2CRR052HrW-uSCLfW3eq3yuOBTOKOERTvaDgYpP6_DkkRcf4XV3a8297IjTP6_rVix8LoMDLp3yO-GJb7z4XVyjRxUoKDpGMlybjbSiOiQnWHPCrOikaHtJlKqkxHcz-cQhxr9Wk&quot; alt=&quot;&quot; /&gt;
  2886.  
  2887.  
  2888.  
  2889. &lt;p&gt;&lt;em&gt;How passkey authentication works&lt;/em&gt;&lt;/p&gt;
  2890.  
  2891.  
  2892.  
  2893. &lt;ol start=&quot;4&quot;&gt;
  2894. &lt;li&gt;&lt;strong&gt;Cross-device usage: &lt;/strong&gt;Passkeys can also be used across different devices, thanks to cloud synchronization, making authentication even more convenient without compromising security.&lt;/li&gt;
  2895. &lt;/ol&gt;
  2896.  
  2897.  
  2898.  
  2899. &lt;p&gt;This flow stands out from traditional passwords by eliminating the need for users to remember anything or enter credentials manually, reducing the risk of phishing or password theft. Besides that, because the authentication is tied to the user&amp;#8217;s device and/or biometrics, it significantly enhances security.&lt;/p&gt;
  2900.  
  2901.  
  2902.  
  2903. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Exploring real-world examples of the Passkeys experience&lt;/strong&gt;&lt;/h2&gt;
  2904.  
  2905.  
  2906.  
  2907. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;iOS, Android, and desktop recognition&amp;nbsp;&lt;/strong&gt;&lt;/h3&gt;
  2908.  
  2909.  
  2910.  
  2911. &lt;p&gt;On mobile platforms like &lt;a href=&quot;https://www.apple.com/ios/ios-17/&quot;&gt;iOS&lt;/a&gt; and &lt;a href=&quot;https://www.android.com/&quot;&gt;Android&lt;/a&gt;, the experience of using passkeys is designed to be incredibly intuitive. When users attempt to log into a service that supports passkeys, the operating system prompts them to authenticate using a method they are already familiar with, such as a fingerprint, facial recognition, or a PIN.&amp;nbsp;&lt;/p&gt;
  2912.  
  2913.  
  2914.  
  2915. &lt;p&gt;A lot of modern laptops, both &lt;a href=&quot;https://www.apple.com/&quot;&gt;Apple&lt;/a&gt; and &lt;a href=&quot;https://www.microsoft.com/en-us/windows&quot;&gt;Windows&lt;/a&gt;, include a fingerprint scanner in the power button, and since 2015, Windows laptops have started including facial recognition, as well. Until a few years ago, this was a function only available for mobile devices.&amp;nbsp;&lt;/p&gt;
  2916.  
  2917.  
  2918.  
  2919. &lt;p&gt;For example, this is how the prompt looks on a Mac laptop when trying to access information behind a security wall, such as the &lt;a href=&quot;https://passwords.google.com/&quot;&gt;Google Password Manager&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
  2920.  
  2921.  
  2922.  
  2923. &lt;img src=&quot;https://lh7-us.googleusercontent.com/GZlGyRgyu3PrBnsgE5crkCM3Kk4HU6B2_a35zOEDRaEgd85wDYjTpmqT8D-pwSJyMgelVRpb7rFIcKWJMcTHu-y-sMk9hYHzqB3HtL_WYsCP2_98CDtFAI_Uax15ZHJkkV0EeJ7aOuV4npax5rKz-pM&quot; alt=&quot;&quot; /&gt;
  2924.  
  2925.  
  2926.  
  2927. &lt;p&gt;&lt;em&gt;Touch ID option on a Mac computer&lt;/em&gt;&lt;/p&gt;
  2928.  
  2929.  
  2930.  
  2931. &lt;p&gt;In the device&amp;#8217;s settings, people can specify where they want to use this type of recognition. For instance, these are the settings for &lt;a href=&quot;https://support.apple.com/en-us/102381&quot;&gt;Face ID&lt;/a&gt; on an iPhone.&amp;nbsp;&lt;/p&gt;
  2932.  
  2933.  
  2934.  
  2935. &lt;img src=&quot;https://lh7-us.googleusercontent.com/jhIZZkyZll7qzM7XTaOtnQX9yRiPouo6M1rUbhRaUlXSzeHACN-hkb4wpG_aoJwxJEgWvxkyKBOR2P8kdNXC1AJ__WNHiFdtJi8u8LFc7aaxN8e88g3IKS20iXKzpVzpuFj86t0RU3hJiisD0aXUAlA&quot; alt=&quot;&quot; /&gt;
  2936.  
  2937.  
  2938.  
  2939. &lt;p&gt;&lt;em&gt;iPhone Face ID settings&lt;/em&gt;&lt;/p&gt;
  2940.  
  2941.  
  2942.  
  2943. &lt;p&gt;This seamless process eliminates the need to type in usernames and passwords, offering a secure and streamlined login experience directly integrated into the device’s ecosystem.&lt;/p&gt;
  2944.  
  2945.  
  2946.  
  2947. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;LastPass&lt;/strong&gt;&lt;/h3&gt;
  2948.  
  2949.  
  2950.  
  2951. &lt;img src=&quot;https://lh7-us.googleusercontent.com/wHL2HDti53JiWZxrChIqFYKIoiFIDevPE6YxOVIMlSKIfjrOv9-yuTK-n_Mv2oQVyMWj9lQEc9cRfBnLg2SQim_LvhlfLc5BfIiF2NXLMrztex_LsFcmWoxAjQVXh-BlejN-c7Mxhg6UKmfql-Msb-Y&quot; alt=&quot;&quot; /&gt;
  2952.  
  2953.  
  2954.  
  2955. &lt;p&gt;&lt;em&gt;LastPass Passwordless Vault service page&lt;/em&gt;&lt;/p&gt;
  2956.  
  2957.  
  2958.  
  2959. &lt;p&gt;&lt;a href=&quot;https://www.lastpass.com/&quot;&gt;LastPass&lt;/a&gt; is a popular password manager that has embraced passkeys, providing a user-friendly interface that simplifies the shift from traditional passwords to passkey authentication. Users can generate and manage their passkeys within the LastPass app, which then facilitates easy and secure access to various services.&amp;nbsp;&lt;/p&gt;
  2960.  
  2961.  
  2962.  
  2963. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Google Passkey&lt;/strong&gt;&lt;/h3&gt;
  2964.  
  2965.  
  2966.  
  2967. &lt;img src=&quot;https://lh7-us.googleusercontent.com/ld6VCp7T9H7ktjiChFNGi3g_V1PUT4i0U4sTvdgBQROssXfQY7GabMKekA34N4YLvLe7FsaQch2rjiUCJA8WCSKJCFzNHbw-v4BzRQN0XHwd0UbqkBW_2JXZ2W8krrgWesM5L02FuQwV9wJgbntFVy8&quot; alt=&quot;&quot; /&gt;
  2968.  
  2969.  
  2970.  
  2971. &lt;p&gt;&lt;em&gt;Google Passkey homepage&lt;/em&gt;&lt;/p&gt;
  2972.  
  2973.  
  2974.  
  2975. &lt;p&gt;Google has been at the forefront of implementing passkey authentication across its services. Users can &lt;a href=&quot;https://www.google.com/account/about/passkeys/&quot;&gt;create a passkey for their Google Account&lt;/a&gt;, which then allows for swift access to &lt;a href=&quot;https://mail.google.com/mail/u/0/&quot;&gt;Gmail&lt;/a&gt;, &lt;a href=&quot;https://www.google.com/drive/&quot;&gt;Google Drive&lt;/a&gt;, and other Google services.&amp;nbsp;&lt;/p&gt;
  2976.  
  2977.  
  2978.  
  2979. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Why developers, users, and businesses prefer passkeys over passwords and MFA&amp;nbsp;&lt;/strong&gt;&lt;/h2&gt;
  2980.  
  2981.  
  2982.  
  2983. &lt;p&gt;Over the past few years, more and more developers and businesses prefer passkeys over traditional passwords and Multi-Factor Authentication (MFA). Let’s see why.&amp;nbsp;&lt;/p&gt;
  2984.  
  2985.  
  2986.  
  2987. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;They&amp;#8217;re safer&lt;/strong&gt;&lt;/h3&gt;
  2988.  
  2989.  
  2990.  
  2991. &lt;p&gt;Traditional systems are very vulnerable. For example, in 2021, &lt;a href=&quot;https://www.nytimes.com/2021/06/18/nyregion/nyc-law-department-hack.html&quot;&gt;the New York City Law Department experienced a significant cyberattack&lt;/a&gt;, where attackers accessed sensitive data, including city employees&amp;#8217; personal information, police misconduct evidence, plaintiffs&amp;#8217; medical records, and the identities of minors charged with crimes, through a single employee&amp;#8217;s compromised email password.&amp;nbsp;&lt;/p&gt;
  2992.  
  2993.  
  2994.  
  2995. &lt;p&gt;Passkeys, on the other hand, are immune to common threats like phishing and keylogging, as they do not transmit sensitive information that can be intercepted or deceitfully obtained.&amp;nbsp;&lt;/p&gt;
  2996.  
  2997.  
  2998.  
  2999. &lt;p&gt;This is possible because passkeys use public-private key cryptography, a method far superior to the conventional password system. Unlike passwords, which rely on a shared secret known by both the user and the service, passkeys work by creating a pair of keys: a private one that stays with the user and a public one stored on the server. So, even if a server is compromised, attackers cannot impersonate the user without access to the private key.&lt;/p&gt;
  3000.  
  3001.  
  3002.  
  3003. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;They’re easier to use&lt;/strong&gt;&lt;/h3&gt;
  3004.  
  3005.  
  3006.  
  3007. &lt;p&gt;Passkeys significantly simplify the user experience. People don’t need to remember complex passwords, manage multiple credentials, and constantly reset passwords.&amp;nbsp;&lt;/p&gt;
  3008.  
  3009.  
  3010.  
  3011. &lt;p&gt;Instead, they gain access with just a tap or a biometric check, making the process not only quicker but also more enjoyable. This simplicity and speed appeal to tech-savvy individuals and those less comfortable with technology, expanding the accessibility of secure online services.&lt;/p&gt;
  3012.  
  3013.  
  3014.  
  3015. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;They result in more conversions&lt;/strong&gt;&lt;/h3&gt;
  3016.  
  3017.  
  3018.  
  3019. &lt;p&gt;The frictionless nature of passkey authentication reduces dropout rates during the signup process and encourages higher user retention by removing common login-related frustrations. This ease of use can significantly boost conversion rates, as users are more likely to complete sign-up processes and continue using services that offer an effortless access method.&amp;nbsp;&lt;/p&gt;
  3020.  
  3021.  
  3022.  
  3023. &lt;p&gt;Furthermore, by adopting passkeys, companies can distinguish themselves from competitors, offering a modern and secure authentication solution that appeals to privacy and convenience-conscious consumers.&lt;/p&gt;
  3024.  
  3025.  
  3026.  
  3027. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;They can be used for single sign-on purposes&lt;/strong&gt;&lt;/h3&gt;
  3028.  
  3029.  
  3030.  
  3031. &lt;p&gt;Passkeys seamlessly integrate with Single Sign-On (SSO) solutions, enhancing both convenience and security. SSO allows users to access multiple services or applications with a single set of credentials, reducing the burden of remembering numerous passwords.&amp;nbsp;&lt;/p&gt;
  3032.  
  3033.  
  3034.  
  3035. &lt;p&gt;By incorporating passkeys into SSO frameworks, users enjoy an even smoother login experience across various platforms, with the added benefit of heightened security.&amp;nbsp;&lt;/p&gt;
  3036.  
  3037.  
  3038.  
  3039. &lt;p&gt;This integration not only simplifies user access but also bolsters productivity and security for businesses by minimizing the potential attack surface for cyber threats.&lt;/p&gt;
  3040.  
  3041.  
  3042.  
  3043. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;It’s time to enter a passwordless future&lt;/strong&gt;&lt;/h2&gt;
  3044.  
  3045.  
  3046.  
  3047. &lt;p&gt;By the end of this article, you’ll have understood what passkeys are – and more importantly, you’ll hopefully agree that it’s time for passkeys to trump passwords once and for all.&amp;nbsp;&lt;/p&gt;
  3048.  
  3049.  
  3050.  
  3051. &lt;p&gt;At &lt;a href=&quot;https://gravatar.com/&quot;&gt;Gravatar&lt;/a&gt;, we’re paving the way for a more open, connected, and user-centric internet – and our approach to profile management lets you build a complete digital identity management solution along with your passkeys authentication service.&amp;nbsp;&lt;/p&gt;
  3052.  
  3053.  
  3054.  
  3055. &lt;p&gt;With more than 20 years of serving as people’s globally recognized avatar, Gravatar allows users to create profiles that serve as universal identifiers across any website or web application that integrates with Gravatar’s API. This minimizes the need for users to manage data across different platforms and also minimizes the need for you as a developer or website owner to store user data directly.&amp;nbsp;&lt;/p&gt;
  3056.  
  3057.  
  3058.  
  3059. &lt;p&gt;So, if you’re looking to enhance your site, app, or online store, &lt;a href=&quot;http://docs.gravatar.com&quot;&gt;discover more about how you can integrate Gravatar&lt;/a&gt; and join the movement toward a more secure, efficient online experience for everyone.&amp;nbsp;&lt;/p&gt;</description>
  3060. <pubDate>Fri, 26 Apr 2024 17:09:46 +0000</pubDate>
  3061. <dc:creator>Ronnie Burt</dc:creator>
  3062. </item>
  3063. <item>
  3064. <title>Do The Woo Community: Valkey Taking Over Redis and Open Source Funding with Robert and Courtney</title>
  3065. <guid>https://dothewoo.io/?p=83090</guid>
  3066. <link>https://dothewoo.io/valkey-taking-over-redis-and-open-source-funding-with-robert-and-courtney/</link>
  3067. <description>Robert and Courtney discuss open source events, licensing changes in Redis, and the need for sustainable funding.</description>
  3068. <pubDate>Thu, 25 Apr 2024 09:15:00 +0000</pubDate>
  3069. <dc:creator>BobWP</dc:creator>
  3070. </item>
  3071. <item>
  3072. <title>WPTavern: #117 – Maestro Stevens on Inclusivity in Website Design Decisions</title>
  3073. <guid>https://wptavern.com/?post_type=podcast&amp;p=155507</guid>
  3074. <link>https://wptavern.com/podcast/117-maestro-stevens-on-inclusivity-in-website-design-decisions</link>
  3075. <description>Transcript&lt;div&gt;
  3076. &lt;p&gt;[00:00:00] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.&lt;/p&gt;
  3077.  
  3078.  
  3079.  
  3080. &lt;p&gt;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, inclusivity in web design decisions.&lt;/p&gt;
  3081.  
  3082.  
  3083.  
  3084. &lt;p&gt;If you&amp;#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 forward slash feed forward slash podcast. And you can copy that URL in to most podcasts players.&lt;/p&gt;
  3085.  
  3086.  
  3087.  
  3088. &lt;p&gt;If you have a topic that you&amp;#8217;d like us to feature on the podcast, I&amp;#8217;m keen to hear from you, and hopefully get you, or your idea, featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox, and use the form there.&lt;/p&gt;
  3089.  
  3090.  
  3091.  
  3092. &lt;p&gt;So on the podcast today, we have Maestro Stevens.&lt;/p&gt;
  3093.  
  3094.  
  3095.  
  3096. &lt;p&gt;Maestro is an international speaker and managing director of The Iconic Expressions. His areas of expertise include digital marketing, brand strategy, web development, and project leadership.&lt;/p&gt;
  3097.  
  3098.  
  3099.  
  3100. &lt;p&gt;In this episode, Maestro lays out the case for how inclusivity is not just something that we need to be concerned about at things like events, but also in our WordPress website designs.&lt;/p&gt;
  3101.  
  3102.  
  3103.  
  3104. &lt;p&gt;Maestro recently gave a presentation at WordCamp Asia entitled unlocking universal creativity, the future of inclusive WordPress design. He wants to get people to think about making design choices with inclusivity in mind so that they&amp;#8217;re representative of various cultures and varied backgrounds.&lt;/p&gt;
  3105.  
  3106.  
  3107.  
  3108. &lt;p&gt;Maestro reveals the challenges and the pushback he is faced on his journey, telling us about the struggles and support he&amp;#8217;s found within the community.&lt;/p&gt;
  3109.  
  3110.  
  3111.  
  3112. &lt;p&gt;His approach includes utilizing AI to create unique imagery, reflective of a diverse population, and how he sees this as something new in the industry.&lt;/p&gt;
  3113.  
  3114.  
  3115.  
  3116. &lt;p&gt;The discussion also gets into the practical side as well, with Maestro outlining some of the technical aspects and future plans for his ideas, extending an open invitation to listeners who wish to contribute or learn more.&lt;/p&gt;
  3117.  
  3118.  
  3119.  
  3120. &lt;p&gt;If you curious about the intersection of creativity, representation, and the WordPress ecosystem, this episode is for you.&lt;/p&gt;
  3121.  
  3122.  
  3123.  
  3124. &lt;p&gt;If you&amp;#8217;re interested in finding out more, you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast, where you&amp;#8217;ll find all the other episodes as well.&lt;/p&gt;
  3125.  
  3126.  
  3127.  
  3128. &lt;p&gt;A quick note, before we begin, this was recorded live at WordCamp Asia. There was quite a lot of background noise to contend with, and I&amp;#8217;ve done my best to make the audio as easy to listen to as possible.&lt;/p&gt;
  3129.  
  3130.  
  3131.  
  3132. &lt;p&gt;And so without further delay, I bring you Maestro Stevens.&lt;/p&gt;
  3133.  
  3134.  
  3135.  
  3136. &lt;p&gt;I am joined on the podcast by Maestro Stevens. How are you doing?&lt;/p&gt;
  3137.  
  3138.  
  3139.  
  3140. &lt;p&gt;[00:03:16] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; I&amp;#8217;m doing great. I&amp;#8217;m doing excellent.&lt;/p&gt;
  3141.  
  3142.  
  3143.  
  3144. &lt;p&gt;[00:03:18] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Very nice to have you with us. We&amp;#8217;re at WordCamp Asia. We&amp;#8217;re in the venue. Maestro is joining me on the second day of the conference, so it&amp;#8217;s the third day, including contributor day. You&amp;#8217;ve already done your presentation, which I think you did yesterday?&lt;/p&gt;
  3145.  
  3146.  
  3147.  
  3148. &lt;p&gt;[00:03:32] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; Yes I did.&lt;/p&gt;
  3149.  
  3150.  
  3151.  
  3152. &lt;p&gt;[00:03:32] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; It was entitled Unlocking Universal Creativity, the Future of Inclusive WordPress Design. We&amp;#8217;re going to get into that, and have a conversation around that subject in a moment. Before we do that, Maestro, will you just spend a minute telling us who you are, and what your WordPress journey is, your relationship with WordPress.&lt;/p&gt;
  3153.  
  3154.  
  3155.  
  3156. &lt;p&gt;[00:03:52] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; And all I have is a minute, Nathan?&lt;/p&gt;
  3157.  
  3158.  
  3159.  
  3160. &lt;p&gt;[00:03:53] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Just one minute. Just a minute. The clock starts, no. As long as you like.&lt;/p&gt;
  3161.  
  3162.  
  3163.  
  3164. &lt;p&gt;[00:03:59] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; Well, first of all, thank you for having me again. This is an honor. And for us to be in person is another honor. As you mentioned, my name is Maestro Stevens, the fresh prince of WordPress. And my whole goal is bringing a fresh perspective to those who have a misunderstanding of what WordPress is.&lt;/p&gt;
  3165.  
  3166.  
  3167.  
  3168. &lt;p&gt;In my spare time, I love to cook. I used to be a chef, in another life. I have a daughter. I love technology. I love creating opportunities. I love creating dreams for people, bringing people to WordCamp for the first time. That&amp;#8217;s my spiel.&lt;/p&gt;
  3169.  
  3170.  
  3171.  
  3172. &lt;p&gt;[00:04:31] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Well, that&amp;#8217;s really nice, and you&amp;#8217;ve missed out something, which is that you&amp;#8217;re also really into audio. And we spent a good 10 minutes before we hit record, just obsessing about the equipment that we&amp;#8217;ve got. Which, as you can probably hear, dear listener, is not as good as it could be. But it&amp;#8217;s what we&amp;#8217;ve got. It&amp;#8217;s portable, and it will do the job.&lt;/p&gt;
  3173.  
  3174.  
  3175.  
  3176. &lt;p&gt;So tell us about the talk. Give us the nitty gritty on why you chose that title. What was it all about? And we&amp;#8217;ll have a journey, a conversation, and dig into it.&lt;/p&gt;
  3177.  
  3178.  
  3179.  
  3180. &lt;p&gt;[00:04:58] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; Yeah. Well, I got a confession to make. The title is a little bit of a hook. You know, it&amp;#8217;s nothing new that we don&amp;#8217;t do. However, it&amp;#8217;s still authentic, in as far as the presentation is concerned, mainly because I wanted to bridge the gap with helping people understand that, when it comes to diverse creators, people from ethnic backgrounds or different backgrounds, such as WordCamp Asia, that accessibility can be used interchangeably with the word inclusivity.&lt;/p&gt;
  3181.  
  3182.  
  3183.  
  3184. &lt;p&gt;Because when you are making things accessible, you&amp;#8217;re saying, I want to include others. And sometimes we separate those two terminologies. They have different meanings, but they are cousins or, you know, family related. So I really wanted to help people understand that our platform, Iconic Templates, which is what I was talking about yesterday, is a platform created for those who want to be included, and need to access certain tools and solutions, that typically would normally not have access.&lt;/p&gt;
  3185.  
  3186.  
  3187.  
  3188. &lt;p&gt;[00:05:50] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; What you&amp;#8217;ve just described, is this something that you find important on a personal level? Is this a journey, not just in the WordPress space? Is this something that you, I was going to use the word preach, but that&amp;#8217;s the wrong word, adjacent to preach. Is this something that you talk about in other spheres as well?&lt;/p&gt;
  3189.  
  3190.  
  3191.  
  3192. &lt;p&gt;[00:06:05] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; Yes. I would say, well, one, to answer your question, it is a passion of mine. I ran into a lot of issues myself. I think us business owners, and entrepreneurs, and creators, a lot of the problems that we solve for others, stem from us. And something that I would say I did not see a lot of, when I was looking at something as templates on the internet, and I&amp;#8217;m not going to point out any particular company but, you know, there&amp;#8217;s just a lot of templates that I saw, that didn&amp;#8217;t have imagery and representation that reminded me of me.&lt;/p&gt;
  3193.  
  3194.  
  3195.  
  3196. &lt;p&gt;You know, I know it&amp;#8217;s controversial, because I&amp;#8217;ve got some backlash from this in certain communities. People are just going to take the content out anyway. They&amp;#8217;re going to replace the images and replace the things. But the reality is, people want to see them. They want to hear them. They want to know that the company, that&amp;#8217;s creating tools for them, thought of them in mind. Hey, we&amp;#8217;re going to make this thing, and then we&amp;#8217;re going to slap on some stuff.&lt;/p&gt;
  3197.  
  3198.  
  3199.  
  3200. &lt;p&gt;Whereas, we&amp;#8217;ve created everything. We&amp;#8217;ve created with certain cultures, and certain industries in mind. From not just the imagery and the content, but even the structure and the layout. So we are coming from the forefront, and not the aftermath of adding others.&lt;/p&gt;
  3201.  
  3202.  
  3203.  
  3204. &lt;p&gt;[00:07:10] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; It sounds, from what you just said, as if there&amp;#8217;s been a little bit of pushback from certain people. Is that the minority? Do you find WordPress, as a community, I mean obviously that&amp;#8217;s a bit of an umbrella phrase, and you know, it&amp;#8217;s made of millions and millions of different people. But, do you find the WordPress community, on the whole, receptive to what you are saying? Or is it more a case of, you are having to push back, and explain yourself over and over again, and being challenged and pushing back?&lt;/p&gt;
  3205.  
  3206.  
  3207.  
  3208. &lt;p&gt;[00:07:37] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; Well, Nathan, yes. I&amp;#8217;ve been challenged a lot. To be transparent with you, when we launched a year and a half ago with this platform, inside of a couple communities, very small, we had good reception only because I made an adjustment, because I got scared.&lt;/p&gt;
  3209.  
  3210.  
  3211.  
  3212. &lt;p&gt;The first thing that happened, when I said I&amp;#8217;m going to create this platform for diverse creators and BIPOC communities, people, for lack of a better term, did not like that. They gave me a lot of negative feedback. So what I did is I said, okay, well let&amp;#8217;s create the platform for everybody.&lt;/p&gt;
  3213.  
  3214.  
  3215.  
  3216. &lt;p&gt;I spoke at WordCamp Europe. Then I spoke at WordCamp US. Now I&amp;#8217;m here speaking at WordCamp Asia. And I realised that there are a lot of people that do want to see, I would say the type of, not product, but the type of solutions, and the type of representation. But I had to meet these people in real life, and I had to learn my tribe. And every WordPress community is not your tribe, even if they, quote unquote, liked your product before.&lt;/p&gt;
  3217.  
  3218.  
  3219.  
  3220. &lt;p&gt;[00:08:34] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Do you get a sense that this is a case of the quiet majority who don&amp;#8217;t speak up to support what you are doing? Do you get that feeling? Because it sounds like, when you&amp;#8217;ve come to these events, you have met kindred spirits, people who are aligned with what you are aligned with, but you had to go and find them. Which kind of tells me they were always there in the first place, but they didn&amp;#8217;t let you know that they were there.&lt;/p&gt;
  3221.  
  3222.  
  3223.  
  3224. &lt;p&gt;So is it a case of that? You know, people just keeping quiet and putting their head under the parapet, to dodge the proverbial arrow.&lt;/p&gt;
  3225.  
  3226.  
  3227.  
  3228. &lt;p&gt;[00:09:02] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; Yeah, I think it&amp;#8217;s a little bit of all that. And it&amp;#8217;s crazy that I&amp;#8217;m learning how to, I don&amp;#8217;t want to say play the game, but be careful on the things that I say, because I can be very outspoken at times. That&amp;#8217;s a gift and a curse, in some ways.&lt;/p&gt;
  3229.  
  3230.  
  3231.  
  3232. &lt;p&gt;So with that being said, I do think that it is, when you say the word minority and majority, there are people that are afraid to speak up, and there are people who don&amp;#8217;t want to speak up, because it will ruin their opportunities and their, what they&amp;#8217;ve gained, I guess, growing in the ladder of WordPress.&lt;/p&gt;
  3233.  
  3234.  
  3235.  
  3236. &lt;p&gt;Because there&amp;#8217;s gatekeepers in WordPress. You know, there&amp;#8217;s people that you have to appease in certain ways. And there&amp;#8217;s people that don&amp;#8217;t want to hear your voice all the time. So I do think, to your point, when you think about it, the majority versus the minority, it&amp;#8217;s a little bit of all. But I do think there&amp;#8217;s a lot of people who are afraid to say something, and there&amp;#8217;s people who don&amp;#8217;t want to say something, because they don&amp;#8217;t want to ruin what they have.&lt;/p&gt;
  3237.  
  3238.  
  3239.  
  3240. &lt;p&gt;[00:09:51] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; That sort of feels a bit upsetting really though, doesn&amp;#8217;t it? On some level, it feels like that&amp;#8217;s a bit of a shame. But you&amp;#8217;re right. We definitely have some strong characters in the WordPress community.&lt;/p&gt;
  3241.  
  3242.  
  3243.  
  3244. &lt;p&gt;Are you talking about being online? So in, you know, groups, on various different platforms. Is it that kind of community that you&amp;#8217;ve been involved in?&lt;/p&gt;
  3245.  
  3246.  
  3247.  
  3248. &lt;p&gt;[00:10:09] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; Yes.&lt;/p&gt;
  3249.  
  3250.  
  3251.  
  3252. &lt;p&gt;[00:10:09] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, okay. And there are some definite characters, aren&amp;#8217;t there? And some people who have fairly loud voices.&lt;/p&gt;
  3253.  
  3254.  
  3255.  
  3256. &lt;p&gt;[00:10:14] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; Yes.&lt;/p&gt;
  3257.  
  3258.  
  3259.  
  3260. &lt;p&gt;[00:10:15] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. So you&amp;#8217;ve made the effort to come out and speak about these things. At these events, have you felt that you&amp;#8217;ve had a nice reception? Has it been a different experience?&lt;/p&gt;
  3261.  
  3262.  
  3263.  
  3264. &lt;p&gt;[00:10:24] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; Good question. I would say, not to be redundant, but a little bit of both. Going to WordCamp Europe was an eyeopener. Athens, Greece, I mean, well, one, not a lot of people that live there that look like me. I stood out immediately, just from that perspective. And then actually going to WordCamp itself, where we&amp;#8217;re told that they are looking at it from an inclusive lens and, you know, we want to involve everybody, make everybody feel comfortable.&lt;/p&gt;
  3265.  
  3266.  
  3267.  
  3268. &lt;p&gt;When I actually got in the venue, in the building, I thought that the stares were going to stop. You know, I thought that the looks were going to stop, and they didn&amp;#8217;t all stop. And that&amp;#8217;s not everybody, but it was quite obvious, and quite a few. But I will definitely say, when I did my presentation, those people who joined the presentation showed love. When I did a presentation yesterday, those who joined showed love. I&amp;#8217;ve been seeing random people say, hey man, I saw your presentation yesterday. I didn&amp;#8217;t even know they did.&lt;/p&gt;
  3269.  
  3270.  
  3271.  
  3272. &lt;p&gt;And then I got way more questions than I ever would&amp;#8217;ve thought I would&amp;#8217;ve gotten, because people were like, oh, he&amp;#8217;s not afraid to talk about this. And so they&amp;#8217;re raising their hands and they&amp;#8217;re saying, well, what do I do? I&amp;#8217;m hearing that from people from all across the world. And I love that. So that, to me, is what sticks out more than anything. The rest of the nonsense, for lack of a better term, I&amp;#8217;m striving to kind of let that go.&lt;/p&gt;
  3273.  
  3274.  
  3275.  
  3276. &lt;p&gt;[00:11:35] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Do you feel safe in these spaces?&lt;/p&gt;
  3277.  
  3278.  
  3279.  
  3280. &lt;p&gt;[00:11:38] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; Hmm.&lt;/p&gt;
  3281.  
  3282.  
  3283.  
  3284. &lt;p&gt;[00:11:38] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; It&amp;#8217;s not an immediate yes.&lt;/p&gt;
  3285.  
  3286.  
  3287.  
  3288. &lt;p&gt;[00:11:41] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; No, it&amp;#8217;s not immediate yes.&lt;/p&gt;
  3289.  
  3290.  
  3291.  
  3292. &lt;p&gt;[00:11:42] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. I mean, we don&amp;#8217;t have to go down that path if you don&amp;#8217;t wish to. But I am curious, because we are quite good as a community at congratulating ourselves, on how accommodating we are. And we definitely have people, and I know that you know many of the people that I&amp;#8217;m not going to name, but you probably will intuit who I&amp;#8217;m talking about, who fight this fight, and they make the effort.&lt;/p&gt;
  3293.  
  3294.  
  3295.  
  3296. &lt;p&gt;But it is interesting to me that despite all of that, there&amp;#8217;s still, it sounds like considerable amounts of work to be done. The example of WordCamp Athens that you&amp;#8217;ve just described, that doesn&amp;#8217;t sound like a particularly pleasant experience that you had there.&lt;/p&gt;
  3297.  
  3298.  
  3299.  
  3300. &lt;p&gt;[00:12:19] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; I&amp;#8217;m grateful that I had the opportunity to even go. That changed my life. I encourage anybody who is thinking of getting a different perspective of life in the world, it doesn&amp;#8217;t matter what kind of pushback or resistance that you get, travel. Travel to places that you would&amp;#8217;ve never been before. Even if you&amp;#8217;re going to get looked at, and stared at, and feel uncomfortable, because you&amp;#8217;ll learn to be comfortable with being uncomfortable, which will give you a different perspective.&lt;/p&gt;
  3301.  
  3302.  
  3303.  
  3304. &lt;p&gt;So, to your point, and going back to the whole safety aspect of things, I would say I don&amp;#8217;t always feel the safety net that I would love to be able to speak up. I will say that, for the most part, going to Athens, Greece, as an example, it reminded me of WordPress is also a reflection of the world too, to a degree. We still have some work to do in the world, you know, everywhere. And WordPress is doing what it can to help mitigate that. But I do think, to your point, there&amp;#8217;s a lot of work to be done.&lt;/p&gt;
  3305.  
  3306.  
  3307.  
  3308. &lt;p&gt;And just really quickly, I&amp;#8217;ve called out some founders. And when it came to certain issues or certain things, to help support me and back me up, and I&amp;#8217;ve noticed that they&amp;#8217;ve chose profit over passion, you know, over mission. And the funny part is, the data shows, because I&amp;#8217;m a data analyst, you know, I have an agency as well too. Data shows that most people, they want to purchase, and they want to deal with brands that actually are mission based. How ironic is that.&lt;/p&gt;
  3309.  
  3310.  
  3311.  
  3312. &lt;p&gt;So it&amp;#8217;s kind of a catch 22 that, you know, there&amp;#8217;s these founders that don&amp;#8217;t want to touch certain issues. Most people purchase based on, is there a mission, a value, the reasons? They&amp;#8217;re not just purchasing on quality, you know, things like that. It&amp;#8217;s, who is behind it? Why are they doing it? What are they doing it for?&lt;/p&gt;
  3313.  
  3314.  
  3315.  
  3316. &lt;p&gt;[00:13:57] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. It&amp;#8217;s interesting, I often end up at the about page, soon after I&amp;#8217;ve gone to the pricing page, because I do want to know about the company that I&amp;#8217;m buying the plugin, or whatever it may be. And it, yeah, it does play a certain part.&lt;/p&gt;
  3317.  
  3318.  
  3319.  
  3320. &lt;p&gt;I&amp;#8217;m going to ask this question. Feel free to ignore it, because I don&amp;#8217;t know what pitfalls there may be inside this. Does geography play a part in this? Do you find that you can have this conversation more easily at home, for example, in the US? Is it a conversation that&amp;#8217;s being more advanced, more acceptable to have, more straightforward?&lt;/p&gt;
  3321.  
  3322.  
  3323.  
  3324. &lt;p&gt;We&amp;#8217;ve obviously mentioned Europe, we&amp;#8217;ve got Asia, there&amp;#8217;s different complexities. They&amp;#8217;ve obviously got their own things going on. But, do you notice that geography plays a part in this?&lt;/p&gt;
  3325.  
  3326.  
  3327.  
  3328. &lt;p&gt;[00:14:36] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; Yes, I think so. And I had some conversations today with a couple other founders from East Asia, and it was great to hear that I&amp;#8217;m, they&amp;#8217;re from a different country and different culture. They&amp;#8217;re saying they find the same issues. I&amp;#8217;m like, so I&amp;#8217;m not crazy. You know, it&amp;#8217;s not an American thing, you know what I mean? It&amp;#8217;s not a US thing. It&amp;#8217;s an everywhere thing, and global positioning does play a part in it.&lt;/p&gt;
  3329.  
  3330.  
  3331.  
  3332. &lt;p&gt;However, I am grateful that WordPress has people like yourself, and people that are, I would consider allied. Creating platforms where people like me can talk, and speak about these issues, because otherwise people are normally just trying to kind of suppress the conversation.&lt;/p&gt;
  3333.  
  3334.  
  3335.  
  3336. &lt;p&gt;[00:15:13] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. It&amp;#8217;s interesting, isn&amp;#8217;t it? Because, we&amp;#8217;ve talked for probably about 15 minutes so far, and it feels like we might have been being very negative, but I&amp;#8217;m not feeling that really. I&amp;#8217;m feeling more like there&amp;#8217;s a lot of goodness in the WordPress community, but no community is a hundred percent perfect, and there&amp;#8217;s work to be done. And you have had experiences which are real. They happen, they existed. You&amp;#8217;ve talked to these people, and you&amp;#8217;ve got these receptions, so it needs to be addressed.&lt;/p&gt;
  3337.  
  3338.  
  3339.  
  3340. &lt;p&gt;Your product, you&amp;#8217;ve said, tries to address this. And I&amp;#8217;m curious as to how templates, parts of a website, how we can map the conversation that we&amp;#8217;ve just had, over to a product. So tell me about that. I mean, you alluded to it a little while ago, but just really flesh out what Iconic Templates is, and what it does, and why it&amp;#8217;s different.&lt;/p&gt;
  3341.  
  3342.  
  3343.  
  3344. &lt;p&gt;[00:16:04] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; I love this question, because it helps give me a different perspective of, how do I define it? And I&amp;#8217;m learning, you know, based on the reception. I would say, for the most part, our goal with Iconic Templates, and this is the reason why some of our product lines have the word universal in them. For example, universal template themes, universal template library.&lt;/p&gt;
  3345.  
  3346.  
  3347.  
  3348. &lt;p&gt;I believe that a big problem in the WordPress ecosystem, and in other ecosystems, is that a person says, hey, I like that look. I like that style, but I don&amp;#8217;t use that tool. And so what we are trying to do, striving to do, because Yoda says, you do or you don&amp;#8217;t, there is no try.&lt;/p&gt;
  3349.  
  3350.  
  3351.  
  3352. &lt;p&gt;So what we&amp;#8217;re striving to do is bridge that gap for people to say, you&amp;#8217;ve made a style or a look that fits me. Whatever it is they do, whatever industry, vertical they&amp;#8217;re in, whatever ethnic background they have. And they&amp;#8217;re like, but I use the classic editor still, I don&amp;#8217;t use full site, or I use the page builder. Do you have that look and that style in the page builder that I use? Do you have that look and that style with a plugin that I use? You know, there&amp;#8217;s email plugins, there&amp;#8217;s form plugins, there&amp;#8217;s automation plugins.&lt;/p&gt;
  3353.  
  3354.  
  3355.  
  3356. &lt;p&gt;So what we&amp;#8217;re striving to do with Iconic Templates is create this universal tether. An ecosystem where you&amp;#8217;re saying, I like that look and that style, but I may want to use this plugin versus this plugin. I want to use this theme versus that theme, but I want to keep the theme.&lt;/p&gt;
  3357.  
  3358.  
  3359.  
  3360. &lt;p&gt;[00:17:25] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So, if we were to go to iconictemplates.com, and we were to look at your, I&amp;#8217;m going to use the word library, because I think you said that, your library of patterns.&lt;/p&gt;
  3361.  
  3362.  
  3363.  
  3364. &lt;p&gt;[00:17:34] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; So for instance, we have a library called Uni-Blocks. And so our Uni-Blocks library is block patterns. Keep it short and simple. Our Uni-Blocks library currently is created with Kadence Blocks, for example. So our next step would be creating it with Elementor widgets or Spectra, for example. That&amp;#8217;s pretty much what we&amp;#8217;re doing.&lt;/p&gt;
  3365.  
  3366.  
  3367.  
  3368. &lt;p&gt;[00:17:53] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; What would I be seeing? I&amp;#8217;m imagining I&amp;#8217;m on the website, I know we&amp;#8217;re doing audio, so it&amp;#8217;s very hard to do this. Bear with us, we&amp;#8217;ll try and get there. What would I be seeing that would be different from what I might see elsewhere? How would you explain the visual difference of what I might see with what you&amp;#8217;ve got, than what other companies bring to bear?&lt;/p&gt;
  3369.  
  3370.  
  3371.  
  3372. &lt;p&gt;[00:18:12] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; Well, one, you&amp;#8217;re going to see a lot of imagery of black and brown people, and people from other ethnic backgrounds. You&amp;#8217;re going to see a lot of that. Two, you&amp;#8217;re going to see a little bit of, we&amp;#8217;ll say nerdiness, geekiness, mixes with cool, intentionally mixed with some coolness.&lt;/p&gt;
  3373.  
  3374.  
  3375.  
  3376. &lt;p&gt;I have a background where, I love Hip-Hop. I haven&amp;#8217;t seen anybody infuse Hip-Hop into their template platform. So when you go on our platform, you&amp;#8217;re going to see these backgrounds. I said this in my presentation yesterday, one of my favorite artists is Jay-Z. And when we first started the platform, I didn&amp;#8217;t know who I was. So we made our color scheme with a whole bunch of colors, all over the rainbow.&lt;/p&gt;
  3377.  
  3378.  
  3379.  
  3380. &lt;p&gt;And I can&amp;#8217;t make this up, one day this is going to be a famous story, but it was a reflection of who I was. I didn&amp;#8217;t have my identity intact, so our company and our brand didn&amp;#8217;t have its identity intact. It came to me in an epiphany, in a eureka moment. I was working with my designer Dessa, and she needed more inspiration from me, on how to create this design, or layout for our site.&lt;/p&gt;
  3381.  
  3382.  
  3383.  
  3384. &lt;p&gt;I was stuck. I had a dream. I was like, man, who&amp;#8217;s my favorite artist? Oh, Jay-Z. What album did he make that&amp;#8217;s one of my favorite albums? The Blueprint. Aren&amp;#8217;t templates blueprints, aren&amp;#8217;t we as people, blueprints? So then I was like, oh, it&amp;#8217;s blue, and the color of blue is solidarity. There&amp;#8217;s meanings behind blue. And most companies use blue. You know, a lot of tech companies use blue.&lt;/p&gt;
  3385.  
  3386.  
  3387.  
  3388. &lt;p&gt;So I said, what is the odds of that? That tech companies use blue, one of my favorite artists has an album called The Blueprint, and we are blueprints for others. So when you go to our website, you&amp;#8217;re going to see a blue background with little templates. And that was inspired by Jay-Z&amp;#8217;s album, The Blueprint.&lt;/p&gt;
  3389.  
  3390.  
  3391.  
  3392. &lt;p&gt;[00:19:46] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; And so, you mentioned the imagery is a big part. You&amp;#8217;re differentiating yourself by going out, and deliberately finding images, which represent the entire world. Does it also stretch to text? Are you surfacing text that you think is aligned in this way as well?&lt;/p&gt;
  3393.  
  3394.  
  3395.  
  3396. &lt;p&gt;[00:20:02] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; Well, Nathan, here&amp;#8217;s the thing, I&amp;#8217;m going to blow your mind here. One of our big value propositions, or values, is transparency. So, I say our process is a template, our website is a template, and we offer templates. What do I mean by that? Everything we&amp;#8217;ve done, I&amp;#8217;ve intentionally done in a way that can be duplicated for others. We&amp;#8217;re going to teach from that. The process is a template.&lt;/p&gt;
  3397.  
  3398.  
  3399.  
  3400. &lt;p&gt;People can go to our website, and literally look at our website and say, I want to copy what you&amp;#8217;ve done. And what most people don&amp;#8217;t know is, every image you&amp;#8217;re going to see, is made with AI. We do a lot of experimentation. So we use Midjourney, for example. So you said the word find, no, we didn&amp;#8217;t find, we created, generated, based on words, based on the text. So there&amp;#8217;s not a single image on that website that you will see, that you will find anywhere else, in any stock library.&lt;/p&gt;
  3401.  
  3402.  
  3403.  
  3404. &lt;p&gt;[00:20:47] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Right. So it&amp;#8217;s unique. It isn&amp;#8217;t from a stock library.&lt;/p&gt;
  3405.  
  3406.  
  3407.  
  3408. &lt;p&gt;[00:20:50] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; Not at all.&lt;/p&gt;
  3409.  
  3410.  
  3411.  
  3412. &lt;p&gt;[00:20:51] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; How has the platform launched? Since the moment you went public with it, and you&amp;#8217;ve put it out there, how has the reception been? I mean, I&amp;#8217;m guessing by the fact that you are here in WordCamp Asia, and obviously are making a living out of this in some way, shape, or form, it must be going all right. But I don&amp;#8217;t know, you tell me.&lt;/p&gt;
  3413.  
  3414.  
  3415.  
  3416. &lt;p&gt;[00:21:06] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; Well, we&amp;#8217;re still in the beginning stages, I&amp;#8217;ll say that. So I&amp;#8217;m still learning to simplify things. One of our biggest problems that we had with our templates, which I&amp;#8217;ve talked to a couple founders today, who are going to help solve this problem, I&amp;#8217;m grateful. But it was cumbersome for people to import our templates.&lt;/p&gt;
  3417.  
  3418.  
  3419.  
  3420. &lt;p&gt;So even though we have these different solutions, where you can import our form templates, email templates and automations, you had to do it all one by one. But we&amp;#8217;re going to create a plugin, or a solution, where it&amp;#8217;s a one click, you just click the button and you get to import everything.&lt;/p&gt;
  3421.  
  3422.  
  3423.  
  3424. &lt;p&gt;So I&amp;#8217;m saying this to say that, our reception, I can&amp;#8217;t give a direct answer with that just yet, because I haven&amp;#8217;t had enough time being able to get feedback. The feedback that I have gotten has been really well. But I&amp;#8217;ve also gotten feedback that let me know, hey, you&amp;#8217;ve got some room to grow. And so we made changes based on that.&lt;/p&gt;
  3425.  
  3426.  
  3427.  
  3428. &lt;p&gt;[00:21:52] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Is there any element of this which is a community project? Because obviously you&amp;#8217;ve built a company around it, or you&amp;#8217;ve adapted, you know, it&amp;#8217;s a part of your other companies. But do you welcome contributions or ideas? Do you have a form out there, where people can give you suggestions?&lt;/p&gt;
  3429.  
  3430.  
  3431.  
  3432. &lt;p&gt;[00:22:07] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; Heck yeah. I&amp;#8217;m getting ready to work with another designer, a designer from BlackPress, shout out to Wyn. Anybody else who wants to contribute, involve, collaborate. I know I would appreciate it, I know my designer Dessa would appreciate it. Some help, you know, from others.&lt;/p&gt;
  3433.  
  3434.  
  3435.  
  3436. &lt;p&gt;And the reason why I say that is because, to be, again, transparent, she&amp;#8217;s from the Philippines. So to have a person who&amp;#8217;s from a different country create imagery, or create designs for another culture, for people who are not them, it could be a little difficult.&lt;/p&gt;
  3437.  
  3438.  
  3439.  
  3440. &lt;p&gt;[00:22:35] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Right.&lt;/p&gt;
  3441.  
  3442.  
  3443.  
  3444. &lt;p&gt;[00:22:36] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; So I want to bring some authenticity into it. For instance, I want to bring people from their own countries, and their own cultures, to help tell me, hey Maestro, you need to do this with that. That&amp;#8217;s not what my people like. You may be reading the blogs, and reading things, and watching videos, but that&amp;#8217;s not what we look like. That&amp;#8217;s not what we do. So I need people like that, so that way we can be authentic when we&amp;#8217;re representing them.&lt;/p&gt;
  3445.  
  3446.  
  3447.  
  3448. &lt;p&gt;[00:22:57] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Where would you signpost people to go in the WordPress community? If things that you&amp;#8217;ve mentioned so far have turned a light on with them, and they think, oh, this is something I could get involved in. I think I&amp;#8217;ve got a voice that would help Maestro out. This is something that I&amp;#8217;m aligned with. What kind of places would you go? Maybe that could be, I don&amp;#8217;t, Slack channels, or it could be something different. It could be an individual who you&amp;#8217;ve been impressed by, who you thought, okay, they&amp;#8217;re really perfectly aligned. Tell us where to go.&lt;/p&gt;
  3449.  
  3450.  
  3451.  
  3452. &lt;p&gt;[00:23:26] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; BlackPress is one of the communities that I&amp;#8217;m heavily involved in, and I respect, because the founders are aligned with a lot of my views. There are other communities as well, that I&amp;#8217;m discovering that could be as much of an intricate part in our mission, in our journey. However, I don&amp;#8217;t know enough now to say, you know, all those communities are, at this point in time. And the communities that I thought were that, I found out they&amp;#8217;re not that. Right now I&amp;#8217;m in a little bit of a transition of, who are my communities and tribes that I can pull from and find?&lt;/p&gt;
  3453.  
  3454.  
  3455.  
  3456. &lt;p&gt;[00:23:57] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; But we can certainly, when we round off this podcast, we can reference you. And people can come and find you and, you know, maybe it&amp;#8217;s a year from now, and you&amp;#8217;ll have had a more solid idea of where you would want people to go.&lt;/p&gt;
  3457.  
  3458.  
  3459.  
  3460. &lt;p&gt;It sounds to me like you&amp;#8217;re at the beginning of this journey then. You&amp;#8217;re still trying to crystallise everything. You&amp;#8217;re still thinking about the roadmap, you&amp;#8217;re still figuring it out, and all of that. Where would we go if we wanted to find you? What&amp;#8217;s the website? I think I mentioned it, but tell us again. What social channels, email address, whatever you want to share, where can we find you, Maestro?&lt;/p&gt;
  3461.  
  3462.  
  3463.  
  3464. &lt;p&gt;[00:24:27] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; Well, at this moment in time, you can just go to the website, and go to our contact page. If you really care, and you want to be involved, we have a nice form there. You know, I strive to make it as welcoming as possible for people. Or you can contact me on LinkedIn. So it&amp;#8217;s either iconictemplates.com, you can find me on LinkedIn, Maestro Stevens, is a one of one. I don&amp;#8217;t think there&amp;#8217;s anybody else in the world with that name. So you can either Google me, you can LinkedIn, you can go to the website Iconic Templates, or you can send a bird, you know? We can go old school, send a pigeon.&lt;/p&gt;
  3465.  
  3466.  
  3467.  
  3468. &lt;p&gt;[00:24:59] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Is there anything we missed? Do you want to say something that we missed out on?&lt;/p&gt;
  3469.  
  3470.  
  3471.  
  3472. &lt;p&gt;[00:25:01] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; I think you hit a lot of things on the nail. I just want to say that it is great to be here to see you in person. I don&amp;#8217;t know how long it was. Maybe, it feels like a year where.&lt;/p&gt;
  3473.  
  3474.  
  3475.  
  3476. &lt;p&gt;[00:25:10] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I think about a year.&lt;/p&gt;
  3477.  
  3478.  
  3479.  
  3480. &lt;p&gt;[00:25:11] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; Yeah, Yeah we had our first interview online. So now, a year later, we&amp;#8217;re meeting in person. It just shows how you just never know, and showing up is half the battle.&lt;/p&gt;
  3481.  
  3482.  
  3483.  
  3484. &lt;p&gt;[00:25:20] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. I love events like this. I get to meet fabulous people much like yourself. So, Maestro, thank you very much for chatting to me on the podcast today. I really appreciate it.&lt;/p&gt;
  3485.  
  3486.  
  3487.  
  3488. &lt;p&gt;[00:25:29] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; Thank you, Nathan. I really appreciate you. You&amp;#8217;re doing a great job with your podcast, with your platform. You are consistent. You are a working horse.&lt;/p&gt;
  3489.  
  3490.  
  3491.  
  3492. &lt;p&gt;[00:25:38] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I just wish had a better microphone at this event. But you can teach me all about that when we switch this one off.&lt;/p&gt;
  3493.  
  3494.  
  3495.  
  3496. &lt;p&gt;[00:25:43] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; I&amp;#8217;m going to give you some tips.&lt;/p&gt;
  3497.  
  3498.  
  3499.  
  3500. &lt;p&gt;[00:25:44] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Take care, Maestro.&lt;/p&gt;
  3501.  
  3502.  
  3503.  
  3504. &lt;p&gt;[00:25:45] &lt;strong&gt;Maestro Stevens:&lt;/strong&gt; Alright. Thank you.&lt;/p&gt;
  3505. &lt;/div&gt;
  3506.  
  3507.  
  3508.  
  3509. &lt;p&gt;On the podcast today we have &lt;a href=&quot;https://www.linkedin.com/in/maestrostevens/&quot;&gt;Maestro Stevens&lt;/a&gt;.&lt;/p&gt;
  3510.  
  3511.  
  3512.  
  3513. &lt;p&gt;Maestro is an international speaker and managing director of The Iconic Expressions. His areas of expertise include digital marketing, brand strategy, web development, and project leadership.&amp;nbsp;&lt;/p&gt;
  3514.  
  3515.  
  3516.  
  3517. &lt;p&gt;In this episode Maestro lays out the case for how inclusivity is not just something that we need to be concerned about at things like events, but also in our WordPress website designs.&lt;/p&gt;
  3518.  
  3519.  
  3520.  
  3521. &lt;p&gt;Maestro recently gave a presentation at WordCamp Asia entitled, Unlocking Universal Creativity: The Future of Inclusive WordPress Design. He wants to get people to think about making design choices with inclusivity in mind, so that they are representative of various cultures and varied backgrounds.&lt;/p&gt;
  3522.  
  3523.  
  3524.  
  3525. &lt;p&gt;Maestro reveals the challenges and the pushback he has faced on his journey, telling us about the struggles and support he’s found within the community.&lt;/p&gt;
  3526.  
  3527.  
  3528.  
  3529. &lt;p&gt;His approach includes utilising AI to create unique imagery, reflective of a diverse population, and how he sees this as something new in the industry.&lt;/p&gt;
  3530.  
  3531.  
  3532.  
  3533. &lt;p&gt;The discussion also gets into the practical side as well, with Maestro outlining some of the technical aspects and future plans for his ideas, extending an open invitation to listeners who wish to contribute or learn more.&lt;/p&gt;
  3534.  
  3535.  
  3536.  
  3537. &lt;p&gt;If you&amp;#8217;re curious about the intersection of creativity, representation, and the WordPress ecosystem, this episode is for you.&lt;/p&gt;
  3538.  
  3539.  
  3540.  
  3541. &lt;h2 class=&quot;wp-block-heading&quot;&gt;Useful links&lt;/h2&gt;
  3542.  
  3543.  
  3544.  
  3545. &lt;p&gt;&lt;a href=&quot;https://iconictemplates.com/&quot;&gt;Iconic Templates&lt;/a&gt;&lt;/p&gt;
  3546.  
  3547.  
  3548.  
  3549. &lt;p&gt;&lt;a href=&quot;https://iconictemplates.com/products/uni-blocks/&quot;&gt;Uni-Blocks&lt;/a&gt;&lt;/p&gt;
  3550.  
  3551.  
  3552.  
  3553. &lt;p&gt;&lt;a href=&quot;https://www.kadencewp.com/kadence-blocks/&quot;&gt;Kadence Blocks&lt;/a&gt;&lt;/p&gt;
  3554.  
  3555.  
  3556.  
  3557. &lt;p&gt;&lt;a href=&quot;https://elementor.com/&quot;&gt;Elementor&lt;/a&gt;&lt;/p&gt;
  3558.  
  3559.  
  3560.  
  3561. &lt;p&gt;&lt;a href=&quot;https://wpspectra.com/&quot;&gt;Spectra&lt;/a&gt;&lt;/p&gt;
  3562.  
  3563.  
  3564.  
  3565. &lt;p&gt;&lt;a href=&quot;https://www.midjourney.com/home&quot;&gt;Midjourney&lt;/a&gt;&lt;/p&gt;
  3566.  
  3567.  
  3568.  
  3569. &lt;p&gt;&lt;a href=&quot;https://wordpress.tv/2024/04/09/unlocking-universal-creativity-the-future-of-inclusive-wordpress-design/&quot;&gt;Unlocking Universal Creativity: The Future of Inclusive WordPress Design&lt;/a&gt; &amp;#8211; Maestro&amp;#8217;s presentation at WordCamp Asia&lt;/p&gt;
  3570.  
  3571.  
  3572.  
  3573. &lt;p&gt;&lt;a href=&quot;https://blackpresswp.com/&quot;&gt;BlackPress&lt;/a&gt;&lt;/p&gt;
  3574.  
  3575.  
  3576.  
  3577. &lt;p&gt;&lt;a href=&quot;https://www.linkedin.com/in/maestrostevens/&quot;&gt;Maestro&amp;#8217;s LinkedIn&lt;/a&gt;&lt;/p&gt;</description>
  3578. <pubDate>Wed, 24 Apr 2024 14:00:00 +0000</pubDate>
  3579. <dc:creator>Nathan Wrigley</dc:creator>
  3580. </item>
  3581. <item>
  3582. <title>Do The Woo Community: Adding Public Relations to Your WordPress or Woo Biz Stack</title>
  3583. <guid>https://dothewoo.io/?p=83077</guid>
  3584. <link>https://dothewoo.io/adding-public-relations-to-your-wordpress-or-woo-biz-stack/</link>
  3585. <description>Learn about PR within the WordPress community and the emphases of relationship-building over aggressive sales tactics.</description>
  3586. <pubDate>Wed, 24 Apr 2024 09:00:00 +0000</pubDate>
  3587. <dc:creator>BobWP</dc:creator>
  3588. </item>
  3589. <item>
  3590. <title>HeroPress: How I Found My Place</title>
  3591. <guid>https://heropress.com/?post_type=heropress-essays&amp;p=6726</guid>
  3592. <link>https://heropress.com/essays/how-i-found-my-place/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-i-found-my-place</link>
  3593. <description>&lt;img width=&quot;1024&quot; height=&quot;512&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/04/042224-min.jpg&quot; class=&quot;attachment-large size-large wp-post-image&quot; alt=&quot;Pull quote: As I reflect on my journey, I am grateful for every stumble, every triumph, and every WordCamp that brought me here.&quot; /&gt;&lt;p&gt;I was never what you&amp;#8217;d call a &amp;#8220;techie.&amp;#8221; Software development was a mystery to me, and JavaScript seemed like an alien language. But fate has a funny way of guiding us to unexpected places, and my journey into the world of technology began with a single WordCamp.&lt;/p&gt;
  3594.  
  3595.  
  3596.  
  3597. &lt;p&gt;I had never been to a WordCamp, or any other tech-related gathering for that matter. But my husband was very active in the WordPress community in Riverside, California, and he had made a lot of good friends through Meetups and WordCamps. He had volunteered as one of the organizers for WordCamp Riverside one year and came back raving about what a great time he had, so the second year he volunteered, I decided to go.&amp;nbsp;&lt;/p&gt;
  3598.  
  3599.  
  3600.  
  3601. &lt;h2 class=&quot;kt-adv-heading6726_59c270-91 wp-block-kadence-advancedheading&quot;&gt;Meeting The Family For The First Time&lt;/h2&gt;
  3602.  
  3603.  
  3604.  
  3605. &lt;p&gt;When I stepped into the event—held in an unassuming warehouse of a local solar panel company—the vibrant atmosphere greeted me like an old friend. Everywhere I looked, there were smiling faces, eager to share their knowledge and passion for WordPress. It was a community unlike any I had ever seen before. And while I didn&amp;#8217;t have the technical skills, I was determined to soak up as much as I could.&lt;/p&gt;
  3606.  
  3607.  
  3608.  
  3609. &lt;p&gt;During the day, I attended workshops and talks, my notebook quickly filling up with scribbled notes and newfound terms like CSS, plugins, and PHP. I even mustered up the courage to ask questions during the Q&amp;amp;A sessions, feeling a sense of empowerment with each answer I received.&lt;/p&gt;
  3610.  
  3611.  
  3612.  
  3613. &lt;p&gt;But it wasn&amp;#8217;t just the knowledge that drew me in; it was the people. I made connections with designers, developers, and entrepreneurs alike, each one offering their support and guidance. They welcomed me into their community with open arms, assuring me that technical skills could be learned, and that my passion and enthusiasm were just as valuable.&lt;/p&gt;
  3614.  
  3615.  
  3616.  
  3617. &lt;h2 class=&quot;kt-adv-heading6726_099cf3-dc wp-block-kadence-advancedheading&quot;&gt;Reaching Out&lt;/h2&gt;
  3618.  
  3619.  
  3620.  
  3621. &lt;p&gt;Encouraged by this supportive environment, I sought out people who were like me, but had already made it in the tech world. People who could guide me. So I search for black woman entrepreneurs working in tech, and I found a group in Los Angeles. It was there that I truly found my tribe—a diverse group of individuals who shared a common goal: to make the web a better place. We met regularly, offering free help to each other, discussing ideas, and collaborating on projects.&lt;/p&gt;
  3622.  
  3623.  
  3624.  
  3625. &lt;p&gt;Months turned into years, and my understanding of WordPress and web development grew with each passing day. I took online courses, attended more WordCamps, and devoured every book on the subject I could find. What started as a curiosity had become an all-encompassing passion, a flame that burned brighter with each webpage I built.&lt;/p&gt;
  3626.  
  3627.  
  3628.  
  3629. &lt;h2 class=&quot;kt-adv-heading6726_b86db4-a1 wp-block-kadence-advancedheading&quot;&gt;Building A Company&lt;/h2&gt;
  3630.  
  3631.  
  3632.  
  3633. &lt;p&gt;Soon, I was able to take on some of the work in what would later become my company, &lt;a href=&quot;http://brainjar.net/&quot;&gt;Brain Jar&lt;/a&gt;. At that time, it was my husband’s long-running side hustle. He had a small handful of clients, and he served them on the train on his way to and from his day job as a web developer for a local college. My work started simple; optimizing photos, changing text, fixing errors. As my skills grew sharp and my confidence grew, I started taking on bigger projects until finally I was doing as much work as my husband was.&lt;/p&gt;
  3634.  
  3635.  
  3636.  
  3637. &lt;p&gt;Now that I was working in what was fast becoming a family business, we were able to start taking on more clients instead of referring them out and hiring part-time employees. So our clientele and development team started growing bit by bit. As we grew, we noticed we were naturally slipping into different roles in the business. I started managing the budgets, payroll, meeting with clients, doing our usability studies, web traffic analytics, and other research-related tasks. My husband started managing our employees, managing projects, assisting our developers. So we decided I’d assume the role of CEO, and my husband became the CTO.&lt;/p&gt;
  3638.  
  3639.  
  3640.  
  3641. &lt;h2 class=&quot;kt-adv-heading6726_fd5a0b-2f wp-block-kadence-advancedheading&quot;&gt;Moving Forward&lt;/h2&gt;
  3642.  
  3643.  
  3644.  
  3645. &lt;p&gt;Today I’m just as busy as ever with Brain Jar, plus we run an online coding bootcamp called &lt;a href=&quot;http://wpcodecamp.org/&quot;&gt;WP Code Camp&lt;/a&gt;, hoping that we can help others get into the web development world that has been so good to us. But despite the hustle and chaos that comes with running two businesses, during an occasional quiet moment, I think back to that first WordCamp and the community that nurtured me. I owe my success to that community, the people who believed in me, who shared their knowledge and supported me on this incredible journey.&lt;/p&gt;
  3646.  
  3647.  
  3648.  
  3649. &lt;p&gt;And so, with a heart full of gratitude, I continue to pay it forward. I speak at conferences, mentor aspiring developers, and volunteer for WordPress and other tech events in my community, all with the hope of inspiring others to follow their dreams, just as I did.&lt;/p&gt;
  3650.  
  3651.  
  3652.  
  3653. &lt;p&gt;In this vast world of technology, I found my place—a place where passion, community, and a willingness to learn can shape the trajectory of a life. And as I reflect on my journey, I am grateful for every stumble, every triumph, and every WordCamp that brought me here.&lt;/p&gt;
  3654. &lt;p&gt;The post &lt;a href=&quot;https://heropress.com/essays/how-i-found-my-place/&quot;&gt;How I Found My Place&lt;/a&gt; appeared first on &lt;a href=&quot;https://heropress.com&quot;&gt;HeroPress&lt;/a&gt;.&lt;/p&gt;</description>
  3655. <pubDate>Wed, 24 Apr 2024 08:00:00 +0000</pubDate>
  3656. <dc:creator>Dr. Rhiannon Little-Surowski</dc:creator>
  3657. </item>
  3658. <item>
  3659. <title>Gutenberg Times: Exploring the latest version of the Create Block Theme plugin</title>
  3660. <guid>https://gutenbergtimes.com/?p=28344</guid>
  3661. <link>https://gutenbergtimes.com/exploring-the-latest-version-of-the-create-block-theme-plugin/</link>
  3662. <description>&lt;p&gt;The &lt;a href=&quot;https://wordpress.org/plugins/create-block-theme/&quot;&gt;Create Block Theme plugin&lt;/a&gt; was created to streamline block theme development by adding to the power of the Site Editor with theme specific goodies and workflows. The plugin aims to be a modern quick start tool for the world of block themes, allowing you to create your own or build upon existing themes without touching code. At a high level, here are the kinds of things you can accomplish with the plugin added to your site:&amp;nbsp;&lt;/p&gt;
  3663.  
  3664.  
  3665.  
  3666. &lt;ul&gt;
  3667. &lt;li&gt;Clone a Theme: Replicate an existing theme with a few clicks.&amp;nbsp;&lt;/li&gt;
  3668.  
  3669.  
  3670.  
  3671. &lt;li&gt;Add Style Variations: Enhance a theme with different style options.&lt;/li&gt;
  3672.  
  3673.  
  3674.  
  3675. &lt;li&gt;Rewrite Global Styles Customizations: Modify Global Styles without touching the code.&lt;/li&gt;
  3676.  
  3677.  
  3678.  
  3679. &lt;li&gt;Create Child or Blank theme: Generate child themes or start with a blank slate.&lt;/li&gt;
  3680. &lt;/ul&gt;
  3681.  
  3682.  
  3683.  
  3684. &lt;p&gt;&lt;strong&gt;Explore the latest version of Create Block Theme&lt;/strong&gt;&lt;/p&gt;
  3685.  
  3686.  
  3687.  
  3688. &lt;p&gt;A new version of the Create Block theme was released recently bringing some long awaited features that offer more advanced, streamlined, and open workflows:&amp;nbsp;&lt;/p&gt;
  3689.  
  3690.  
  3691.  
  3692. &lt;ul&gt;
  3693. &lt;li&gt;Theme.json inspector, allowing you to view your theme.json directly while building out a theme visually with the option to switch back and forth as you’d like.&lt;/li&gt;
  3694.  
  3695.  
  3696.  
  3697. &lt;li&gt;Using the Site Editor itself to handle all theme building related actions (clone, add style variation, etc) removing the need to context switch and creating a more intuitive building experience.&amp;nbsp;&lt;/li&gt;
  3698.  
  3699.  
  3700.  
  3701. &lt;li&gt;Playground Preview available in the Plugin directory making it as simple as &lt;a href=&quot;https://wordpress.org/plugins/create-block-theme&quot;&gt;selecting “Live Preview” on the directory listing to get started&lt;/a&gt; with this powerful tool.&lt;/li&gt;
  3702. &lt;/ul&gt;
  3703.  
  3704.  
  3705.  
  3706. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  3707.  
  3708. &lt;/div&gt;
  3709.  
  3710.  
  3711.  
  3712. &lt;p&gt;&lt;strong&gt;Ease your way into what’s new&lt;/strong&gt;&lt;/p&gt;
  3713.  
  3714.  
  3715.  
  3716. &lt;p&gt;If you’re new to block themes and haven’t yet used the plugin, this is an excellent place to start since you can quickly clone an existing theme to explore how to make it your own rather, perhaps by creating a specific style variation to use. Keep in mind that the plugin is meant for theme creation only rather than for use on a production site.&amp;nbsp;&lt;/p&gt;
  3717.  
  3718.  
  3719.  
  3720. &lt;p&gt;&lt;a href=&quot;https://wordpress.org/plugins/create-block-theme&quot;&gt;Select “Live Preview” on the plugin directory listing to get started&lt;/a&gt; and start exploring. For example, you can follow the video below to create a custom style variation:&amp;nbsp;&lt;/p&gt;
  3721.  
  3722.  
  3723.  
  3724. &lt;div class=&quot;jetpack-videopress-player__wrapper&quot;&gt; &lt;div class=&quot;toolbelt-video-wrapper&quot;&gt;&lt;/div&gt;&lt;/div&gt;
  3725.  
  3726.  
  3727. &lt;p&gt;&lt;strong&gt;Get access to early, theme specific features&lt;/strong&gt;&lt;/p&gt;
  3728.  
  3729.  
  3730.  
  3731. &lt;p&gt;The Font Library, launched in WordPress 6.5, has its roots in the Create Block Theme plugin. While not every feature baked into the plugin is destined to make it into Core, it is a place where common problems facing theme authors are solved, and necessary workflows are built. Occasionally, this means early access to features that make it into Core or theme-specific enhancements. For example, in the plugin you can create and save a style variation &lt;a href=&quot;https://github.com/WordPress/gutenberg/issues/45371&quot;&gt;long before this feature has come to Core.&lt;/a&gt;&lt;/p&gt;
  3732.  
  3733.  
  3734.  
  3735. &lt;p&gt;The same is true of the recently released theme.json inspector mentioned at the beginning of this post.&amp;nbsp;&lt;/p&gt;
  3736.  
  3737.  
  3738.  
  3739. &lt;p&gt;&lt;strong&gt;Help shape the future&lt;/strong&gt;&lt;/p&gt;
  3740.  
  3741.  
  3742.  
  3743. &lt;p&gt;Because the Create Block Theme plugin is a community run plugin and has a more narrowed focus to block theme authors, it’s the perfect place to discuss common pain points and improve what’s there. For example, &lt;a href=&quot;https://github.com/WordPress/create-block-theme/issues/287&quot;&gt;pattern management has repeatedly come up&lt;/a&gt; as an area needing iteration and better tooling.&lt;/p&gt;
  3744.  
  3745.  
  3746.  
  3747. &lt;p&gt;This is now being explored in the Create Block Theme plugin to make it even easier to create your next block theme.&amp;nbsp;&lt;/p&gt;
  3748.  
  3749.  
  3750.  
  3751. &lt;p&gt;&lt;strong&gt;Resources&lt;/strong&gt;&lt;/p&gt;
  3752.  
  3753.  
  3754.  
  3755. &lt;p&gt;For more in depth guides, we’ve got you covered with an &lt;a href=&quot;https://developer.wordpress.org/news/2023/12/05/a-walk-through-tutorial-on-using-create-block-theme-plugin/&quot;&gt;in-depth walkthrough on the Developer blog&lt;/a&gt; and a &lt;a href=&quot;https://learn.wordpress.org/tutorial/streamline-your-block-theme-development-with-create-block-theme/&quot;&gt;Learn WordPress tutorial&lt;/a&gt;. Want to see a feature added or find a bug in the experience? &lt;a href=&quot;https://github.com/WordPress/create-block-theme/issues/&quot;&gt;Open an issue&lt;/a&gt; and share your feedback–this tool is by and for the community.&amp;nbsp;&lt;/p&gt;</description>
  3756. <pubDate>Tue, 23 Apr 2024 16:04:09 +0000</pubDate>
  3757. <dc:creator>Anne McCarthy</dc:creator>
  3758. </item>
  3759. <item>
  3760. <title>Do The Woo Community: WordPress Meetup Wins, Challenges and Initiatives with Dave Loodts and Kasirye Arthur</title>
  3761. <guid>https://dothewoo.io/?p=83059</guid>
  3762. <link>https://dothewoo.io/wordpress-meetup-wins-challenges-and-initiatives-with-dave-loodts-and-kasirye-arthur/</link>
  3763. <description>Dave and Arthur discuss their meetup experiences, highlighting diverse event formats, challenges in achieving diversity, and initiatives to engage the younger generation in the WordPress community.</description>
  3764. <pubDate>Tue, 23 Apr 2024 07:15:44 +0000</pubDate>
  3765. <dc:creator>BobWP</dc:creator>
  3766. </item>
  3767. <item>
  3768. <title>Gutenberg Times: Pattern Directory updated, Faster Web w/ WordPress, and Interactivity API in the wild — Weekend Edition 292</title>
  3769. <guid>https://gutenbergtimes.com/?p=28284</guid>
  3770. <link>https://gutenbergtimes.com/pattern-directory-updated-faster-web-w-wordpress-and-interactivity-api-in-the-wild-weekend-edition-292/</link>
  3771. <description>&lt;p&gt;Howdy, &lt;/p&gt;
  3772.  
  3773.  
  3774.  
  3775. &lt;p&gt;Greetings from WordCamp Leipzig! I didn&amp;#8217;t get much time to work on this week&amp;#8217;s edition, but I didn&amp;#8217;t take a break either as I found some great articles, videos and tutorial, I wanted you to know about right away.&lt;/p&gt;
  3776.  
  3777.  
  3778.  
  3779. &lt;p&gt;&lt;a href=&quot;https://leipzig.wordcamp.org/2024/&quot;&gt;WordCamp Leipzig&lt;/a&gt; was a great no-frills WordCamp. I arrived after a workday on Friday night, spend Saturday with my German WordPress community, talked to almost every attendee during the day, and I am on my home on Saturday night. I had a good time and will be back next year. As a side note: It&amp;#8217;s been a while since I saw a &lt;a href=&quot;https://wall.dewp.space/&quot;&gt;Social Wall&lt;/a&gt; at a WordCamp. &lt;/p&gt;
  3780.  
  3781.  
  3782.  
  3783. &lt;p&gt;Yours, 💕&lt;br /&gt;&lt;em&gt;Birgit&lt;/em&gt;&lt;/p&gt;
  3784.  
  3785.  
  3786.  
  3787.  
  3788.  
  3789. &lt;div class=&quot;wp-block-group has-light-background-background-color has-background&quot;&gt;&lt;div class=&quot;wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow&quot;&gt;
  3790. &lt;p&gt;&lt;strong&gt;Table of Contents&lt;/strong&gt;&lt;/p&gt;
  3791.  
  3792.  
  3793.  
  3794. &lt;ol&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/pattern-directory-updated-faster-web-w-wordpress-and-interactivity-api-in-the-wild-weekend-edition-292/#0-word-press-release-information&quot;&gt;Developing Gutenberg and WordPress&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/pattern-directory-updated-faster-web-w-wordpress-and-interactivity-api-in-the-wild-weekend-edition-292/#0-p&quot;&gt;Plugins, Themes, and Tools for #nocode site builders and owners&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/pattern-directory-updated-faster-web-w-wordpress-and-interactivity-api-in-the-wild-weekend-edition-292/#3-building-themes-for-fse-and-word-press&quot;&gt;Building Blocks and Tools for the Block editor.&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;
  3795. &lt;/div&gt;&lt;/div&gt;
  3796.  
  3797.  
  3798.  
  3799. &lt;p&gt;&lt;a href=&quot;https://www.youtube.com/playlist?list=PL0mnyFcGrC04nSVFtWqXWH3AFzXwmEfUN&quot;&gt;WordCamp Asia Videos are available now on YouTube&lt;/a&gt;. Here is a list of Block related talks you might be interested in. &lt;/p&gt;
  3800.  
  3801.  
  3802.  
  3803. &lt;ul&gt;
  3804. &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=W226wXnMiIc&quot;&gt;&lt;strong&gt;The elements of WordPress&lt;/strong&gt;&lt;/a&gt;  with Tammie Lister&lt;/li&gt;
  3805.  
  3806.  
  3807.  
  3808. &lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=wBtHn1VDzT4&quot;&gt;&lt;strong&gt;How to achieve an efficient workflow with the Site Editor&lt;/strong&gt;&lt;/a&gt; with Benjamin Intal, Stackable&lt;/li&gt;
  3809. &lt;/ul&gt;
  3810.  
  3811.  
  3812.  
  3813. &lt;p&gt;The team organizing WordCamp Europe just published the &lt;strong&gt;&lt;a href=&quot;https://europe.wordcamp.org/2024/schedule/&quot;&gt;presentation schedule&lt;/a&gt;&lt;/strong&gt; for Torino. There are considerably more talks on the technical side and quite a few talks and workshops on block and block theme development. &lt;/p&gt;
  3814.  
  3815.  
  3816.  
  3817. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;0-word-press-release-information&quot;&gt;Developing Gutenberg and WordPress&lt;/h2&gt;
  3818.  
  3819.  
  3820.  
  3821. &lt;p&gt;&lt;a href=&quot;https://github.com/WordPress/gutenberg/releases/tag/v18.2.0-rc.1&quot;&gt;&lt;strong&gt;Gutenberg 18.2 RC&lt;/strong&gt;&lt;/a&gt; is available now for testing, outstanding new features: Side-wide Background image tools, and Starter Pattern for Page in the Site Editor and many updates on Data Views. The final release will be on April 24. &lt;/p&gt;
  3822.  
  3823.  
  3824.  
  3825. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  3826.  
  3827.  
  3828.  
  3829. &lt;p&gt;&amp;nbsp;📣 Reminder: Next &lt;strong&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/04/04/hallway-hangout-lets-chat-about-whats-next-in-gutenberg/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Hallway Hangout on what’s next in Gutenberg&lt;/a&gt;&amp;nbsp;&lt;/strong&gt;to learn about some ongoing projects on &lt;strong&gt;April 24 at 23:00 UTC&lt;/strong&gt; / 7pm EDT / 4pm PDT. &lt;/p&gt;
  3830.  
  3831.  
  3832.  
  3833. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  3834.  
  3835.  
  3836.  
  3837. &lt;p&gt;&lt;strong&gt;Aaron Jorbin&lt;/strong&gt; announced the schedule for &lt;a href=&quot;https://make.wordpress.org/core/2024/04/15/wordpress-6-5-3-an-upcoming-maintenance-release/&quot;&gt;&lt;strong&gt;WordPress 6.5.3: An upcoming maintenance release&lt;/strong&gt;&lt;/a&gt; to come out on May 7, 2024, with RC 1 a few days earlier. &lt;/p&gt;
  3838.  
  3839.  
  3840.  
  3841. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  3842.  
  3843.  
  3844.  
  3845. &lt;p&gt;&lt;strong&gt;Felix Arntz&lt;/strong&gt; published an article on &lt;a href=&quot;https://wordpress.org/news/2024/04/how-wordpress-is-creating-a-faster-web/&quot;&gt;&lt;strong&gt;How WordPress Is Creating a Faster Web&lt;/strong&gt;&lt;/a&gt; in which he lists a few of performance enhancing features that made it into WordPress in the last few releases: faster loading of images, a faster translations engines, and improvements to the block editor resulted in 5x faster typing processing. What&amp;#8217;s next from the performance team, you ask? Well, you need to read the article. haha. &lt;/p&gt;
  3846.  
  3847.  
  3848.  
  3849. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  3850.  
  3851.  
  3852.  
  3853. &lt;p&gt;&lt;strong&gt;Nick Diego&lt;/strong&gt; announced that &lt;a href=&quot;https://make.wordpress.org/meta/2024/04/17/the-pattern-directory-gets-a-refresh-and-is-now-powered-by-blocks/&quot;&gt;&lt;strong&gt;the Pattern Directory gets a refresh and is now powered by blocks&lt;/strong&gt;&lt;/a&gt;. &amp;#8220;Over the past few weeks, the&amp;nbsp;Meta&amp;nbsp;team has been working on a new theme for the&amp;nbsp;&lt;a href=&quot;https://wordpress.org/patterns/&quot;&gt;Pattern Directory&lt;/a&gt;&amp;nbsp;as part of a broader effort to establish a consistent design language across&amp;nbsp;WordPress.org. The updated site launched today. Congratulations to everyone involved in this effort.&amp;#8221; Diego wrote. &lt;/p&gt;
  3854.  
  3855.  
  3856.  
  3857. &lt;img width=&quot;652&quot; height=&quot;441&quot; src=&quot;https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/04/patterns-single.webp?resize=652%2C441&amp;ssl=1&quot; alt=&quot;&quot; class=&quot;wp-image-28323&quot; /&gt;
  3858.  
  3859.  
  3860.  
  3861. &lt;p class=&quot;has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-a22ff20f0c15ad8f967a6e70bd8e8d04&quot;&gt;🎙️ Latest episode: &lt;a href=&quot;https://gutenbergtimes.com/podcast/gutenberg-changelog-99-wordpress-6-6-create-block-theme-updates/&quot;&gt;Gutenberg Changelog #99 – WordPress 6.6 + 6.5.3, Gutenberg 18.1 + 18.2, and Create Block Theme Updates&lt;/a&gt; with special guest Sarah Norris&lt;/p&gt;
  3862.  
  3863.  
  3864.  
  3865. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;0-p&quot;&gt;Plugins, Themes, and Tools for #nocode site builders and owners&lt;a href=&quot;https://twitter.com/TheSunitaRai&quot;&gt;&lt;/a&gt;&lt;/h2&gt;
  3866.  
  3867.  
  3868.  
  3869. &lt;p&gt;&lt;a href=&quot;https://twitter.com/thenahidul&quot;&gt;Md. Nahidul Islam&lt;/a&gt; from Bangladesh release the newest single block plugin in the WordPress repository: &lt;a href=&quot;https://wordpress.org/plugins/responsive-pros-and-cons-block/&quot;&gt;&lt;strong&gt;Responsive Pro &amp;amp; Con Block&lt;/strong&gt;&lt;/a&gt;. It sports four different designs and lets you as many items on your pro and con list. &lt;/p&gt;
  3870.  
  3871.  
  3872.  
  3873. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  3874.  
  3875.  
  3876.  
  3877. &lt;p&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=hbipD9-Ci8E&quot;&gt;&lt;/a&gt;&lt;strong&gt;&lt;a href=&quot;https://twitter.com/TheSunitaRai&quot;&gt;Sunita Rai&lt;/a&gt; &lt;/strong&gt;explains in her video on YouTube &lt;a href=&quot;https://www.youtube.com/watch?v=7NKUmSRBSho&quot;&gt;&lt;strong&gt;How to Add Custom Fonts to WordPress? (Without a Plugin)&lt;/strong&gt;&lt;/a&gt;. &amp;#8220;If you&amp;#8217;ve been looking to enhance the look and feel of your website, using custom fonts is a great way to do it.&amp;#8221; Rai wrote. She covers, upgraded to WordPress 6.5 , where to find the Font Manager, how to install Google fonts or Custom fonts, and how to select the new fonts for the site design.&lt;/p&gt;
  3878.  
  3879.  
  3880.  
  3881. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  3882.  
  3883.  
  3884.  
  3885. &lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://twitter.com/i/bookmarks?post_id=1780674047237324933&quot;&gt;Anders Noren&lt;/a&gt;&lt;/strong&gt; has a new free WordPress theme out on the repository! It’s called &lt;a href=&quot;https://wordpress.org/themes/vermeer/&quot;&gt;&lt;strong&gt;Vermeer&lt;/strong&gt;&lt;/a&gt;, and it’s a profile theme with an eye-catching marquee across the top of the screen. The marquee is automatically disabled for visitors with their system settings set to reduce motion.  Vermeer includes 13 different color schemes. Change fonts and colors in seconds with WordPress built-in design tools. WordPress 6.5 allows you to choose from all fonts on Google Fonts out of the box.&lt;/p&gt;
  3886.  
  3887.  
  3888.  
  3889. &lt;img width=&quot;652&quot; height=&quot;652&quot; src=&quot;https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/04/vermeer-wordpress-theme-1536x1536-1.webp?resize=652%2C652&amp;ssl=1&quot; alt=&quot;screenshot of theme: Vermeer by Anders Noren&quot; class=&quot;wp-image-28313&quot; /&gt;
  3890.  
  3891.  
  3892.  
  3893. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  3894.  
  3895.  
  3896.  
  3897. &lt;p&gt;&lt;strong&gt;Rich Tabor, &lt;/strong&gt;product designer at Automattic,&lt;strong&gt; &lt;/strong&gt;published &lt;a href=&quot;https://rich.blog/shaping-wordpress-001/&quot;&gt;&lt;strong&gt;the first issue&lt;/strong&gt;&lt;/a&gt; of&amp;nbsp;&lt;em&gt;&lt;a href=&quot;https://rich.blog/shaping-wordpress/&quot;&gt;Shaping WordPress&lt;/a&gt;&lt;/em&gt;, a newsletter  where he shares &amp;#8220;every two weeks on&amp;nbsp;what’s top of my mind and what’s shaping up for WordPress.&amp;#8221; he wrote. &lt;/p&gt;
  3898.  
  3899.  
  3900.  
  3901. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  3902.  
  3903.  
  3904.  
  3905. &lt;p&gt;On &lt;em&gt;WP Builds,&lt;/em&gt; &lt;strong&gt;Nathan Wrigley &lt;/strong&gt;interviewed Lifter LMS founder Chris Badgett on &lt;a href=&quot;https://wpbuilds.com/2024/04/11/368-driving-wordpress-education-via-full-site-editing-with-chris-badgett/&quot;&gt;&lt;strong&gt;Driving WordPress education via Full Site Editing&lt;/strong&gt;&lt;/a&gt;. They talk about Chris’s journey from humble blogging beginnings to crafting a comprehensive, integrated LMS platform that democratizes online education for experts and novices alike.&lt;/p&gt;
  3906.  
  3907.  
  3908.  
  3909. &lt;p&gt;Badgett, &amp;#8220;a non-developer by trade, has leveraged the capabilities of full site editing to empower his customers to design online education experiences without the need to write any code.&amp;#8221; Wrigley wrote in the introduction. &lt;/p&gt;
  3910.  
  3911.  
  3912.  
  3913. &lt;p&gt;&lt;strong&gt;&amp;nbsp;&lt;a href=&quot;https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;&amp;#8220;Keeping up with Gutenberg &amp;#8211; Index 2024&amp;#8221;&lt;/a&gt;&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;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. The previous years are also available: &lt;strong&gt;&lt;strong&gt;&lt;a href=&quot;https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/&quot;&gt;2020&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a href=&quot;https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/&quot;&gt;2021&lt;/a&gt;&lt;/strong&gt;&amp;nbsp;|&amp;nbsp;&lt;strong&gt;&lt;a href=&quot;https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/&quot;&gt;2022&lt;/a&gt;&lt;/strong&gt;&lt;/strong&gt;&amp;nbsp;|&amp;nbsp;&lt;strong&gt;&lt;a href=&quot;https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023&quot;&gt;2023&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
  3914.  
  3915.  
  3916.  
  3917. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;3-building-themes-for-fse-and-word-press&quot;&gt;Building Blocks and Tools for the Block editor.&lt;/h2&gt;
  3918.  
  3919.  
  3920.  
  3921. &lt;p&gt;If you want to streamline your block building experience, create-block is a fantastic scaffolding tool. &lt;strong&gt;Ryan Welcher&lt;/strong&gt; published a &lt;a href=&quot;https://developer.wordpress.org/news/2024/04/16/creating-an-external-project-template-for-create-block/&quot;&gt;&lt;strong&gt;tutorial on how to create an external project template for create-block.&lt;/strong&gt;&lt;/a&gt; With that knowledge, you can make use of the create-block tool even more and tailor it to your developers needs. &amp;#8220;A default template provides a standard configuration for creating simple blocks.&amp;nbsp; The real power of create-block becomes evident when you start creating external project templates.&amp;#8221; Welcher wrote.&lt;/p&gt;
  3922.  
  3923.  
  3924.  
  3925. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  3926.  
  3927.  
  3928.  
  3929. &lt;p&gt;In the episode of the &lt;em&gt;ViewSource&lt;/em&gt; podcast, &lt;a href=&quot;https://www.youtube.com/watch?v=lZnJvnpLf2A&quot;&gt;&lt;strong&gt;Exploring the Interactivity API in WordPress Part 1&lt;/strong&gt;&lt;/a&gt;, Aurooba Ahmed and Brian Coords discuss the Interactivity API in WordPress. They explore how to use the API, the challenges they faced, and the benefits it provides. They also touch on JavaScript modules and how they are used in the context of the Interactivity API. The conversation ends with a discussion about future topics to cover in the series as they build out the plugin using the API.&lt;/p&gt;
  3930.  
  3931.  
  3932.  
  3933. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  3934. &lt;div class=&quot;toolbelt-video-wrapper&quot;&gt;&lt;/div&gt;
  3935. &lt;/div&gt;
  3936.  
  3937.  
  3938.  
  3939. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  3940.  
  3941.  
  3942.  
  3943. &lt;p&gt;&lt;strong&gt;Jason Adams&lt;/strong&gt;, also has an &lt;a href=&quot;https://jasontheadams.com/wordpress-interactivity-api-a-noble-attempt/&quot;&gt;&lt;strong&gt;opinion about the Interactivity API and calls it a  noble attempt&lt;/strong&gt;&lt;/a&gt;: &amp;#8220;It’s entirely new and independent. It doesn’t build on what devs learned, nor does it use any existing directives API out there. This means that not only do developers have to learn a completely new API, but when they do, it doesn’t directly translate to anything else. Not only that, but you’re limited to whatever the API supports —&amp;nbsp;it’s nowhere near as powerful or flexible as a raw React component. If you want to do more with it then the API itself will have to mature.&amp;#8221; he wrote.&lt;/p&gt;
  3944.  
  3945.  
  3946.  
  3947. &lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://gutenbergtimes.com/need-a-zip-from-master/&quot;&gt;Need a plugin .zip from Gutenberg&amp;#8217;s master branch?&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;Gutenberg Times provides daily build for testing and review. &lt;/p&gt;
  3948.  
  3949.  
  3950.  
  3951. &lt;p&gt;Now also available via &lt;a href=&quot;https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json&quot;&gt;WordPress Playground&lt;/a&gt;. There is no need for a test site locally or on a server. Have you been using it? &lt;a href=&quot;mailto:pauli@gutenbergtimes.com&quot;&gt;Email me &lt;/a&gt;with your experience&lt;/p&gt;
  3952.  
  3953.  
  3954.  
  3955. &lt;p&gt;&lt;img alt=&quot;GitHub all releases&quot; src=&quot;https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge&quot; /&gt;&lt;/p&gt;
  3956.  
  3957.  
  3958.  
  3959. &lt;p class=&quot;has-text-align-center has-small-font-size&quot;&gt;&lt;em&gt;Questions? Suggestions? Ideas? &lt;/em&gt;&lt;br /&gt;&lt;em&gt;Don&amp;#8217;t hesitate to send &lt;a href=&quot;mailto:pauli@gutenbergtimes.com&quot;&gt;them via email&lt;/a&gt; or&lt;/em&gt;&lt;br /&gt;&lt;em&gt; send me a message on WordPress Slack or Twitter @bph&lt;/em&gt;.&lt;/p&gt;
  3960.  
  3961.  
  3962.  
  3963. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity&quot; /&gt;
  3964.  
  3965.  
  3966.  
  3967. &lt;p class=&quot;has-text-align-center has-small-font-size&quot;&gt;For questions to be answered on the &lt;a href=&quot;http://gutenbergtimes.com/podcast&quot;&gt;Gutenberg Changelog&lt;/a&gt;, &lt;br /&gt;send them to &lt;a href=&quot;mailto:changelog@gutenbergtimes.com&quot;&gt;changelog@gutenbergtimes.com&lt;/a&gt;&lt;/p&gt;
  3968.  
  3969.  
  3970.  
  3971. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  3972.  
  3973.  
  3974.  
  3975. &lt;p&gt;Featured Image: Getting ready for the Group Photo at WordCamp Leipzig 2024 by Birgit Pauli-Haack&lt;/p&gt;
  3976.  
  3977.  
  3978.  
  3979. &lt;hr class=&quot;wp-block-separator has-css-opacity is-style-wide&quot; /&gt;
  3980.  
  3981.  
  3982.  
  3983. &lt;p class=&quot;has-text-align-left&quot;&gt;&lt;strong&gt;Don&amp;#8217;t want to miss the next Weekend Edition? &lt;/strong&gt;&lt;/p&gt;
  3984.  
  3985.  
  3986. &lt;form class=&quot;wp-block-newsletterglue-form ngl-form ngl-portrait&quot; action=&quot;https://gutenbergtimes.com/feed/&quot; method=&quot;post&quot;&gt;&lt;div class=&quot;ngl-form-container&quot;&gt;&lt;div class=&quot;ngl-form-field&quot;&gt;&lt;label class=&quot;ngl-form-label&quot; for=&quot;ngl_email&quot;&gt;&lt;br /&gt;Type in your Email address to subscribe.&lt;/label&gt;&lt;div class=&quot;ngl-form-input&quot;&gt;&lt;input type=&quot;email&quot; class=&quot;ngl-form-input-text&quot; name=&quot;ngl_email&quot; id=&quot;ngl_email&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;button type=&quot;submit&quot; class=&quot;ngl-form-button&quot;&gt;Subscribe&lt;/button&gt;&lt;p class=&quot;ngl-form-text&quot;&gt;We hate spam, too, and won&amp;#8217;t give your email address to anyone &lt;br /&gt;except Mailchimp to send out our Weekend Edition&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;ngl-message-overlay&quot;&gt;&lt;div class=&quot;ngl-message-svg-wrap&quot;&gt;&lt;/div&gt;&lt;div class=&quot;ngl-message-overlay-text&quot;&gt;Thanks for subscribing.&lt;/div&gt;&lt;/div&gt;&lt;input type=&quot;hidden&quot; name=&quot;ngl_list_id&quot; id=&quot;ngl_list_id&quot; value=&quot;26f81bd8ae&quot; /&gt;&lt;input type=&quot;hidden&quot; name=&quot;ngl_double_optin&quot; id=&quot;ngl_double_optin&quot; value=&quot;yes&quot; /&gt;&lt;/form&gt;
  3987.  
  3988.  
  3989. &lt;hr class=&quot;wp-block-separator has-css-opacity is-style-wide&quot; /&gt;</description>
  3990. <pubDate>Sat, 20 Apr 2024 08:58:37 +0000</pubDate>
  3991. <dc:creator>Birgit Pauli-Haack</dc:creator>
  3992. </item>
  3993. <item>
  3994. <title>Do The Woo Community: Do the Woo is Sponsoring WordCamp Porto 2024</title>
  3995. <guid>https://dothewoo.io/?p=82989</guid>
  3996. <link>https://dothewoo.io/do-the-woo-is-sponsoring-wordcamp-porto-2024/</link>
  3997. <description>Do the Woo will be attending and sponsoring WordCamp Porto 2024 on May 17th and 18th.</description>
  3998. <pubDate>Fri, 19 Apr 2024 09:00:00 +0000</pubDate>
  3999. <dc:creator>BobWP</dc:creator>
  4000. </item>
  4001. <item>
  4002. <title>HeroPress: Quieting Chameleons, WordCamp Photography, and more!</title>
  4003. <guid>https://heropress.com/?p=6700</guid>
  4004. <link>https://heropress.com/quieting-chameleons-wordcamp-photography-and-more/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=quieting-chameleons-wordcamp-photography-and-more</link>
  4005. <description>&lt;img width=&quot;771&quot; height=&quot;1024&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/04/9426439119eac9f02.88475748-771x1024.jpg&quot; class=&quot;attachment-large size-large wp-post-image&quot; alt=&quot;Black and White crossroad view on a Turin street between Via Dante Di Nanni and Via Valdieri&quot; /&gt;&lt;div class=&quot;wp-block-kadence-spacer aligncenter kt-block-spacer-6700_856b50-4d&quot;&gt;&lt;div class=&quot;kt-block-spacer kt-block-spacer-halign-center&quot;&gt;&lt;hr class=&quot;kt-divider&quot; /&gt;&lt;/div&gt;&lt;/div&gt;
  4006.  
  4007.  
  4008. &lt;div class=&quot;kb-row-layout-wrap kb-row-layout-id6700_53f5f4-15 alignnone kt-row-has-bg wp-block-kadence-rowlayout&quot;&gt;&lt;div class=&quot;kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width&quot;&gt;
  4009.  
  4010. &lt;div class=&quot;wp-block-kadence-column kadence-column6700_cf9229-27 inner-column-1&quot;&gt;&lt;div class=&quot;kt-inside-inner-col&quot;&gt;
  4011. &lt;h2 class=&quot;kt-adv-heading6700_cdc57c-bf wp-block-kadence-advancedheading&quot;&gt;Photos Of Torino Italy&lt;/h2&gt;
  4012.  
  4013.  
  4014.  
  4015. &lt;p&gt;As of this writing there are 5 photos in the WordPress Photos Project of Torino Italy, where WordCamp Europe will be held this year.  Three of them are labeled Turin.&lt;/p&gt;
  4016.  
  4017.  
  4018.  
  4019. &lt;p&gt;I&amp;#8217;d LOVE to see many many more before WordCamp so people can use them in their blog posts.  So if you&amp;#8217;re in Torino any time soon, please take pictures and post them!&lt;/p&gt;
  4020.  
  4021.  
  4022.  
  4023. &lt;p&gt;Here&amp;#8217;s what&amp;#8217;s there so far:&lt;/p&gt;
  4024.  
  4025.  
  4026.  
  4027.  
  4028. &lt;a href=&quot;https://heropress.com/wp-content/uploads/2024/04/22063164c689eea77.08637771-scaled.jpg&quot;&gt;&lt;img width=&quot;1024&quot; height=&quot;576&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/04/22063164c689eea77.08637771-1024x576.jpg&quot; alt=&quot;Torino view from Vittorio Emanuele I Bridge&quot; class=&quot;wp-image-6704&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://creativecommons.org/share-your-work/public-domain/cc0/&quot;&gt;CC0&lt;/a&gt; licensed &lt;a href=&quot;https://wordpress.org/photos/photo/22063164c6/&quot;&gt;photo&lt;/a&gt; by &lt;a href=&quot;https://wordpress.org/photos/author/mmaattiiaass/&quot;&gt;Matias Benedetto&lt;/a&gt; from the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;WordPress Photo Directory&lt;/a&gt;.
  4029.  
  4030.  
  4031.  
  4032. &lt;a href=&quot;https://heropress.com/wp-content/uploads/2024/04/39464390faa4167b4.93017654-scaled.jpg&quot;&gt;&lt;img width=&quot;768&quot; height=&quot;1024&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/04/39464390faa4167b4.93017654-768x1024.jpg&quot; alt=&quot;Cinema Lux - Turin&quot; class=&quot;wp-image-6705&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://creativecommons.org/share-your-work/public-domain/cc0/&quot;&gt;CC0&lt;/a&gt; licensed &lt;a href=&quot;https://wordpress.org/photos/photo/39464390fa/&quot;&gt;photo&lt;/a&gt; by &lt;a href=&quot;https://wordpress.org/photos/author/elisascagnetti/&quot;&gt;elisascagnetti&lt;/a&gt; from the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;WordPress Photo Directory&lt;/a&gt;.
  4033.  
  4034.  
  4035.  
  4036. &lt;a href=&quot;https://heropress.com/wp-content/uploads/2024/04/94663164be6d808d7.96920245-scaled.jpg&quot;&gt;&lt;img width=&quot;1024&quot; height=&quot;576&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/04/94663164be6d808d7.96920245-1024x576.jpg&quot; alt=&quot;Torino, Italy. Main square&quot; class=&quot;wp-image-6706&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://creativecommons.org/share-your-work/public-domain/cc0/&quot;&gt;CC0&lt;/a&gt; licensed &lt;a href=&quot;https://wordpress.org/photos/photo/22063164c6/&quot;&gt;photo&lt;/a&gt; by &lt;a href=&quot;https://wordpress.org/photos/author/mmaattiiaass/&quot;&gt;Matias Benedetto&lt;/a&gt; from the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;WordPress Photo Directory&lt;/a&gt;.
  4037.  
  4038.  
  4039.  
  4040. &lt;a href=&quot;https://heropress.com/wp-content/uploads/2024/04/861643910234c0390.14265675-1536x2048-1.jpg&quot;&gt;&lt;img width=&quot;768&quot; height=&quot;1024&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/04/861643910234c0390.14265675-1536x2048-1-768x1024.jpg&quot; alt=&quot;Bicycles in Piazza San Carlo - Turin&quot; class=&quot;wp-image-6707&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://creativecommons.org/share-your-work/public-domain/cc0/&quot;&gt;CC0&lt;/a&gt; licensed &lt;a href=&quot;https://wordpress.org/photos/photo/8616439102/&quot;&gt;photo&lt;/a&gt; by &lt;a href=&quot;https://wordpress.org/photos/author/elisascagnetti/&quot;&gt;elisascagnetti&lt;/a&gt; from the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;WordPress Photo Directory&lt;/a&gt;.
  4041.  
  4042.  
  4043.  
  4044. &lt;a href=&quot;https://heropress.com/wp-content/uploads/2024/04/9426439119eac9f02.88475748-scaled.jpg&quot;&gt;&lt;img width=&quot;771&quot; height=&quot;1024&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/04/9426439119eac9f02.88475748-771x1024.jpg&quot; alt=&quot;Black and White crossroad view on a Turin street between Via Dante Di Nanni and Via Valdieri&quot; class=&quot;wp-image-6702&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://creativecommons.org/share-your-work/public-domain/cc0/&quot;&gt;CC0&lt;/a&gt; licensed &lt;a href=&quot;https://wordpress.org/photos/photo/9426439119/&quot;&gt;photo&lt;/a&gt; by &lt;a href=&quot;https://wordpress.org/photos/author/photoironic/&quot;&gt;Nicola @ironicmoka Paroldo&lt;/a&gt; from the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;WordPress Photo Directory&lt;/a&gt;.
  4045.  
  4046. &lt;/div&gt;&lt;/div&gt;
  4047.  
  4048. &lt;/div&gt;&lt;/div&gt;
  4049.  
  4050.  
  4051. &lt;div class=&quot;wp-block-kadence-spacer aligncenter kt-block-spacer-6700_ab3c96-a6&quot;&gt;&lt;div class=&quot;kt-block-spacer kt-block-spacer-halign-center&quot;&gt;&lt;hr class=&quot;kt-divider&quot; /&gt;&lt;/div&gt;&lt;/div&gt;
  4052.  
  4053.  
  4054. &lt;div class=&quot;kb-row-layout-wrap kb-row-layout-id6700_a2fbcf-69 alignnone kt-row-has-bg wp-block-kadence-rowlayout&quot;&gt;&lt;div class=&quot;kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width&quot;&gt;
  4055.  
  4056. &lt;div class=&quot;wp-block-kadence-column kadence-column6700_253c93-14 inner-column-1&quot;&gt;&lt;div class=&quot;kt-inside-inner-col&quot;&gt;
  4057. &lt;h2 class=&quot;kt-adv-heading6700_5abd74-f1 wp-block-kadence-advancedheading&quot;&gt;&lt;a href=&quot;https://heropress.com/&quot;&gt;HeroPress.com&lt;/a&gt; &amp;#8211; &lt;a href=&quot;https://heropress.com/essays/quieting-the-chameleon/&quot;&gt;&lt;a href=&quot;https://heropress.com/essays/words-to-wordpress-the-uncharted-path-of-syed-laden/&quot;&gt;&lt;/a&gt;Quieting the Chameleon&lt;/a&gt;&lt;/h2&gt;
  4058.  
  4059.  
  4060.  
  4061.  
  4062. &lt;div class=&quot;wp-block-image is-style-default&quot;&gt;
  4063. &lt;a href=&quot;https://heropress.com/essays/quieting-the-chameleon/&quot;&gt;&lt;img width=&quot;300&quot; height=&quot;300&quot; src=&quot;https://heropress.com/wp-content/uploads/2016/01/Headshot2014-124sq-300x300.jpg&quot; alt=&quot;Rebecca Gill&quot; class=&quot;wp-image-714&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
  4064.  
  4065.  
  4066. &lt;p&gt;Rebecca Gill grew up with fairly random adult guidance, but this gave her some gifts that most kids don&amp;#8217;t get.&lt;/p&gt;
  4067.  
  4068.  
  4069.  
  4070. &lt;p&gt;&lt;em&gt;A village raised me and as I shifted from one group to another, I cultivated some hidden talents I did not know I possessed. The diverse environment taught me to read a room and become a chameleon of sorts. I would monitor those around me, watch for shifts in their demeanor, and adapt my behavior to match.&lt;/em&gt;&lt;/p&gt;
  4071.  
  4072.  
  4073.  
  4074. &lt;p&gt;Rebecca&amp;#8217;s&amp;#8217;s essay is &lt;a href=&quot;https://heropress.com/essays/quieting-the-chameleon/&quot;&gt;available&lt;/a&gt; on &lt;a href=&quot;https://heropress.com&quot;&gt;HeroPress.com&lt;/a&gt;.&lt;/p&gt;
  4075. &lt;/div&gt;&lt;/div&gt;
  4076.  
  4077. &lt;/div&gt;&lt;/div&gt;
  4078.  
  4079.  
  4080. &lt;div class=&quot;wp-block-kadence-spacer aligncenter kt-block-spacer-6700_a2731e-44&quot;&gt;&lt;div class=&quot;kt-block-spacer kt-block-spacer-halign-center&quot;&gt;&lt;hr class=&quot;kt-divider&quot; /&gt;&lt;/div&gt;&lt;/div&gt;
  4081.  
  4082.  
  4083. &lt;div class=&quot;kb-row-layout-wrap kb-row-layout-id6700_6fe228-65 alignnone kt-row-has-bg wp-block-kadence-rowlayout&quot;&gt;&lt;div class=&quot;kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width&quot;&gt;
  4084.  
  4085. &lt;div class=&quot;wp-block-kadence-column kadence-column6700_ee3a72-cd inner-column-1&quot;&gt;&lt;div class=&quot;kt-inside-inner-col&quot;&gt;
  4086. &lt;h2 class=&quot;kt-adv-heading6700_8753c6-11 wp-block-kadence-advancedheading&quot;&gt;&lt;a href=&quot;https://wppodcasts.com&quot;&gt;WP Podcasts&lt;/a&gt;&lt;/h2&gt;
  4087.  
  4088.  
  4089.  
  4090.  
  4091.  
  4092. &lt;a href=&quot;https://wppodcasts.com&quot;&gt;&lt;img src=&quot;https://heropressnetwork.com/wp-content/uploads/2024/01/pocket_casts_single_315.png&quot; alt=&quot;Pocket Casts image&quot; class=&quot;wp-image-4316&quot; /&gt;&lt;/a&gt;
  4093.  
  4094.  
  4095.  
  4096. &lt;p&gt;There were &lt;em&gt;Twenty-one&lt;/em&gt; WordPress podcast episodes released this week! &lt;/p&gt;
  4097.  
  4098.  
  4099.  
  4100. &lt;p&gt;We also have a new podcast this week from Anil Gupta! &lt;a href=&quot;https://wppodcasts.com/podcast/peaceful-growth/&quot;&gt;Peaceful Growth&lt;/a&gt;.&lt;/p&gt;
  4101.  
  4102.  
  4103.  
  4104. &lt;ul&gt;
  4105. &lt;li&gt;&lt;a href=&quot;https://podcasters.spotify.com/pod/show/peaceful-growth/episodes/Tips-for-Virtual-Talks--Meetings-Brians-Insights-from-Hosting-400-Talks--Guiding-300-Speakers-e2ii69q#new_tab&quot;&gt;Tips for Virtual Talks + Meetings: Brian’s Insights from Hosting 400+ Talks &amp;amp; Guiding 300+ Speakers&lt;/a&gt; from &lt;a href=&quot;https://wppodcasts.com/podcast/peaceful-growth/&quot;&gt;Peaceful Growth&lt;/a&gt;&lt;/li&gt;
  4106.  
  4107.  
  4108.  
  4109. &lt;li&gt;&lt;a href=&quot;https://plugin-fm.simplecast.com/episodes/from-seo-maestro-to-investing-magician-joost-de-valk-on-the-power-of-raising-funds-in-bootstrapping-ecosystems-ZbeR5Dp9#new_tab&quot;&gt;From SEO Maestro to Investing Magician: Joost de Valk on the Power of Raising Funds In Bootstrapping Ecosystems&lt;/a&gt; from &lt;a href=&quot;https://wppodcasts.com/podcast/plugin-fm/&quot;&gt;plugin.fm&lt;/a&gt;&lt;/li&gt;
  4110.  
  4111.  
  4112.  
  4113. &lt;li&gt;&lt;a href=&quot;https://www.wppodcast.cat/podcast/versio-sabatica/#new_tab&quot;&gt;24. Versió sabàtica&lt;/a&gt; from &lt;a href=&quot;https://wppodcasts.com/podcast/wordpress-podcast-catala/&quot;&gt;WordPress Pòdcast (català)&lt;/a&gt;&lt;/li&gt;
  4114.  
  4115.  
  4116.  
  4117. &lt;li&gt;&lt;a href=&quot;https://wppodcasts.com/habits-of-self-care/&quot;&gt;Habits of Self Care&lt;/a&gt; from &lt;a href=&quot;https://wppodcasts.com/podcast/wp-motivate/&quot;&gt;WP Motivate&lt;/a&gt;&lt;/li&gt;
  4118. &lt;/ul&gt;
  4119.  
  4120.  
  4121.  
  4122. &lt;p&gt;There are new episodes every single day, so be sure to stop by &lt;a href=&quot;https://wppodcasts.com&quot;&gt;WPPodcasts.com&lt;/a&gt; and search for things that interest you!&lt;/p&gt;
  4123. &lt;/div&gt;&lt;/div&gt;
  4124.  
  4125. &lt;/div&gt;&lt;/div&gt;
  4126.  
  4127.  
  4128. &lt;div class=&quot;wp-block-kadence-spacer aligncenter kt-block-spacer-6700_59a563-96&quot;&gt;&lt;div class=&quot;kt-block-spacer kt-block-spacer-halign-center&quot;&gt;&lt;hr class=&quot;kt-divider&quot; /&gt;&lt;/div&gt;&lt;/div&gt;
  4129.  
  4130.  
  4131. &lt;div class=&quot;kb-row-layout-wrap kb-row-layout-id6700_18230f-2a alignnone kt-row-has-bg wp-block-kadence-rowlayout&quot;&gt;&lt;div class=&quot;kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width&quot;&gt;
  4132.  
  4133. &lt;div class=&quot;wp-block-kadence-column kadence-column6700_35862b-80 inner-column-1&quot;&gt;&lt;div class=&quot;kt-inside-inner-col&quot;&gt;
  4134. &lt;h2 id=&quot;wpphotos&quot; class=&quot;kt-adv-heading6700_59dd4c-be wp-block-kadence-advancedheading&quot;&gt;&lt;a href=&quot;https://wordpress.org/photos&quot;&gt;WP Photos&lt;/a&gt;&lt;/h2&gt;
  4135.  
  4136.  
  4137.  
  4138. &lt;p&gt;Here are some of the great photos submitted to the &lt;a href=&quot;https://wordpress.org/photos&quot;&gt;WPPhotos&lt;/a&gt; project this week!&lt;/p&gt;
  4139.  
  4140.  
  4141.  
  4142.  
  4143. &lt;a href=&quot;https://heropress.com/wp-content/uploads/2024/04/31466211c7ecb98b7.83283364-scaled.jpg&quot;&gt;&lt;img width=&quot;1024&quot; height=&quot;683&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/04/31466211c7ecb98b7.83283364-1024x683.jpg&quot; alt=&quot;Small child's hand petting a lamb through a gate&quot; class=&quot;wp-image-6717&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://creativecommons.org/share-your-work/public-domain/cc0/&quot;&gt;CC0&lt;/a&gt; licensed &lt;a href=&quot;https://wordpress.org/photos/photo/31466211c7/&quot;&gt;photo&lt;/a&gt; by &lt;a href=&quot;https://wordpress.org/photos/author/samalderson/&quot;&gt;Sam Alderson&lt;/a&gt; from the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;WordPress Photo Directory&lt;/a&gt;.
  4144.  
  4145.  
  4146.  
  4147. &lt;a href=&quot;https://heropress.com/wp-content/uploads/2024/04/22766211aee1d9971.47075694-scaled.jpg&quot;&gt;&lt;img width=&quot;1024&quot; height=&quot;683&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/04/22766211aee1d9971.47075694-1024x683.jpg&quot; alt=&quot;Jelly fish floating around&quot; class=&quot;wp-image-6716&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://creativecommons.org/share-your-work/public-domain/cc0/&quot;&gt;CC0&lt;/a&gt; licensed &lt;a href=&quot;https://wordpress.org/photos/photo/22766211ae/&quot;&gt;photo&lt;/a&gt; by &lt;a href=&quot;https://wordpress.org/photos/author/samalderson/&quot;&gt;Sam Alderson&lt;/a&gt; from the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;WordPress Photo Directory&lt;/a&gt;.
  4148.  
  4149.  
  4150.  
  4151. &lt;a href=&quot;https://heropress.com/wp-content/uploads/2024/04/16066211b500123f6.07530535-scaled.jpg&quot;&gt;&lt;img width=&quot;683&quot; height=&quot;1024&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/04/16066211b500123f6.07530535-683x1024.jpg&quot; alt=&quot;An arch of trees with someone walking their dog at the end&quot; class=&quot;wp-image-6715&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://creativecommons.org/share-your-work/public-domain/cc0/&quot;&gt;CC0&lt;/a&gt; licensed &lt;a href=&quot;https://wordpress.org/photos/photo/16066211b5/&quot;&gt;photo&lt;/a&gt; by &lt;a href=&quot;https://wordpress.org/photos/author/ramonvanraaij/&quot;&gt;Rámon van Raaij&lt;/a&gt; from the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;WordPress Photo Directory&lt;/a&gt;.
  4152.  
  4153.  
  4154.  
  4155. &lt;a href=&quot;https://heropress.com/wp-content/uploads/2024/04/73966211fa95e7153.11370555-scaled.jpg&quot;&gt;&lt;img width=&quot;1024&quot; height=&quot;683&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/04/73966211fa95e7153.11370555-1024x683.jpg&quot; alt=&quot;Windmill against a blue sky&quot; class=&quot;wp-image-6714&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://creativecommons.org/share-your-work/public-domain/cc0/&quot;&gt;CC0&lt;/a&gt; licensed &lt;a href=&quot;https://wordpress.org/photos/photo/73966211fa/&quot;&gt;photo&lt;/a&gt; by &lt;a href=&quot;https://wordpress.org/photos/author/samalderson/&quot;&gt;Sam Alderson&lt;/a&gt; from the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;WordPress Photo Directory&lt;/a&gt;.
  4156.  
  4157.  
  4158.  
  4159. &lt;a href=&quot;https://heropress.com/wp-content/uploads/2024/04/7606621158f23b305.73862075-scaled.jpg&quot;&gt;&lt;img width=&quot;683&quot; height=&quot;1024&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/04/7606621158f23b305.73862075-683x1024.jpg&quot; alt=&quot;A typical Dutch streetfood, the &quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://creativecommons.org/share-your-work/public-domain/cc0/&quot;&gt;CC0&lt;/a&gt; licensed &lt;a href=&quot;https://wordpress.org/photos/photo/7606621158/&quot;&gt;photo&lt;/a&gt; by &lt;a href=&quot;https://wordpress.org/photos/author/yoastmaurice/&quot;&gt;yoastmaurice&lt;/a&gt; from the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;WordPress Photo Directory&lt;/a&gt;.
  4160.  
  4161.  
  4162.  
  4163. &lt;a href=&quot;https://heropress.com/wp-content/uploads/2024/04/1706621186a6854a1.34063501-scaled.jpg&quot;&gt;&lt;img width=&quot;1024&quot; height=&quot;683&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/04/1706621186a6854a1.34063501-1024x683.jpg&quot; alt=&quot;Bright red and yellow cactus flowers with a blurred green background&quot; class=&quot;wp-image-6712&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://creativecommons.org/share-your-work/public-domain/cc0/&quot;&gt;CC0&lt;/a&gt; licensed &lt;a href=&quot;https://wordpress.org/photos/photo/1706621186/&quot;&gt;photo&lt;/a&gt; by &lt;a href=&quot;https://wordpress.org/photos/author/samalderson/&quot;&gt;Sam Alderson&lt;/a&gt; from the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;WordPress Photo Directory&lt;/a&gt;.
  4164.  
  4165.  
  4166.  
  4167.  
  4168. &lt;p&gt;Be sure to check out the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;hundreds of other great photos&lt;/a&gt;!&lt;/p&gt;
  4169. &lt;/div&gt;&lt;/div&gt;
  4170.  
  4171. &lt;/div&gt;&lt;/div&gt;
  4172.  
  4173.  
  4174. &lt;div class=&quot;wp-block-spacer&quot;&gt;&lt;/div&gt;
  4175.  
  4176.  
  4177.  
  4178. &lt;p&gt;The banner at the top of this post is a &lt;a href=&quot;https://creativecommons.org/share-your-work/public-domain/cc0/&quot;&gt;CC0&lt;/a&gt; licensed &lt;a href=&quot;https://wordpress.org/photos/photo/9426439119/&quot;&gt;photo&lt;/a&gt; by &lt;a href=&quot;https://wordpress.org/photos/author/photoironic/&quot;&gt;Nicola @ironicmoka Paroldo&lt;/a&gt; from the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;WordPress Photo Directory&lt;/a&gt;.&lt;/p&gt;
  4179.  
  4180.  
  4181.  
  4182.  
  4183.  
  4184. &lt;p&gt;That&amp;#8217;s it for this week! If you&amp;#8217;d like to get this post in your email every week, &lt;a href=&quot;https://heropressnetwork.com/newsletter&quot;&gt;make sure you sign up&lt;/a&gt;!&lt;/p&gt;
  4185. &lt;p&gt;The post &lt;a href=&quot;https://heropress.com/quieting-chameleons-wordcamp-photography-and-more/&quot;&gt;Quieting Chameleons, WordCamp Photography, and more!&lt;/a&gt; appeared first on &lt;a href=&quot;https://heropress.com&quot;&gt;HeroPress&lt;/a&gt;.&lt;/p&gt;</description>
  4186. <pubDate>Fri, 19 Apr 2024 08:00:00 +0000</pubDate>
  4187. </item>
  4188. <item>
  4189. <title>WordPress Foundation: Apply for the Kim Parsell Memorial Scholarship for WordCamp US 2024</title>
  4190. <guid>https://wordpressfoundation.org/?p=1179110</guid>
  4191. <link>https://wordpressfoundation.org/news/2024/kim-parsell-2024/</link>
  4192. <description>&lt;p&gt;The WordPress Foundation is proud to announce the Kim Parsell Memorial Scholarship for 2024. Kim was a valued contributor to the WordPress open source project, and this scholarship honors her legacy. The Kim Parsell Memorial Scholarship will be awarded to one WordPress contributor who is a woman, has not previously attended WordCamp US, and requires financial assistance to attend &lt;a href=&quot;http://us.wordcamp.org/2024&quot;&gt;WordCamp US 2024&lt;/a&gt;.&lt;/p&gt;
  4193.  
  4194.  
  4195.  
  4196. &lt;p&gt;The scholarship provides travel assistance for the recipient to attend WordCamp US, including travel from the recipient’s home city, hotel stay for the duration of the event, and a ticket to WordCamp US.&lt;/p&gt;
  4197.  
  4198.  
  4199.  
  4200. &lt;p&gt;WordCamp US is an unparalleled opportunity to connect with web professionals, build your skills in the WordPress ecosystem, and meet WordPress contributors from around the world. This scholarship offers the chance to be part of a vibrant community and make lasting connections.&lt;/p&gt;
  4201.  
  4202.  
  4203.  
  4204. &lt;h2 class=&quot;wp-block-heading&quot;&gt;Eligibility Criteria&lt;/h2&gt;
  4205.  
  4206.  
  4207.  
  4208. &lt;p&gt;There will be one scholarship recipient in 2024. &lt;strong&gt;To be considered for the scholarship, applicants must meet the following criteria:&lt;/strong&gt;&lt;/p&gt;
  4209.  
  4210.  
  4211.  
  4212. &lt;ul&gt;
  4213. &lt;li&gt;An active contributor to the &lt;a href=&quot;https://make.wordpress.org/&quot;&gt;WordPress project&lt;/a&gt;&lt;/li&gt;
  4214.  
  4215.  
  4216.  
  4217. &lt;li&gt;A woman&lt;/li&gt;
  4218.  
  4219.  
  4220.  
  4221. &lt;li&gt;Not previously attended WordCamp US&lt;/li&gt;
  4222.  
  4223.  
  4224.  
  4225. &lt;li&gt;Requires financial assistance to attend WordCamp US 2024&lt;/li&gt;
  4226. &lt;/ul&gt;
  4227.  
  4228.  
  4229.  
  4230. &lt;p&gt;&lt;/p&gt;
  4231.  
  4232.  
  4233.  
  4234. &lt;h2 class=&quot;wp-block-heading&quot;&gt;How to Apply&lt;/h2&gt;
  4235.  
  4236.  
  4237.  
  4238. &lt;p&gt;If you meet the above criteria, we warmly invite you to &lt;a href=&quot;https://wordcampcentral.survey.fm/kim-parsell-2024&quot;&gt;apply for the Kim Parsell Memorial Scholarship&lt;/a&gt;. &lt;strong&gt;The application is open through May 30, 2024&lt;/strong&gt;. All applicants will receive notification by June 21, 2024.&lt;/p&gt;
  4239.  
  4240.  
  4241.  
  4242. &lt;p&gt;For more information, please visit the WordPress Foundation’s page &lt;a href=&quot;https://wordpressfoundation.org/projects/kim-parsell-memorial-scholarship/&quot;&gt;About the Kim Parsell Memorial Scholarship&lt;/a&gt;.&lt;/p&gt;
  4243.  
  4244.  
  4245.  
  4246. &lt;div class=&quot;wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex&quot;&gt;
  4247. &lt;div class=&quot;wp-block-button&quot;&gt;&lt;a class=&quot;wp-block-button__link wp-element-button&quot; href=&quot;https://wordcampcentral.survey.fm/kim-parsell-2024&quot;&gt;Apply for the Kim Parsell Scholarship Today!&lt;/a&gt;&lt;/div&gt;
  4248. &lt;/div&gt;</description>
  4249. <pubDate>Thu, 18 Apr 2024 23:55:25 +0000</pubDate>
  4250. <dc:creator>Julia Golomb</dc:creator>
  4251. </item>
  4252. <item>
  4253. <title>Do The Woo Community: Client Relationships, AI in Agencies and Open Source with Rick McGarry and Jake Holman</title>
  4254. <guid>https://dothewoo.io/?p=82964</guid>
  4255. <link>https://dothewoo.io/client-relationships-ai-in-agencies-and-open-source-with-rick-mcgarry-and-jake-holman/</link>
  4256. <description>In this episode we have a chat with Rick McGarry and Jake Holman from Sleeping Giant Studios. They discuss the agency's history, approach to client relationships, the impact of AI in their agency, token migration challenges in e-commerce, and the benefits of the open-source nature of WordPress and WooCommerce.</description>
  4257. <pubDate>Thu, 18 Apr 2024 11:22:09 +0000</pubDate>
  4258. <dc:creator>BobWP</dc:creator>
  4259. </item>
  4260. <item>
  4261. <title>WPTavern: #116 – Jonathan Desrosiers on the Challenges and Rewards of Contributing to WordPress</title>
  4262. <guid>https://wptavern.com/?post_type=podcast&amp;p=155403</guid>
  4263. <link>https://wptavern.com/podcast/116-jonathan-desrosiers-on-the-challenges-and-rewards-of-contributing-to-wordpress</link>
  4264. <description>Transcript&lt;div&gt;
  4265. &lt;p&gt;[00:00:00] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.&lt;/p&gt;
  4266.  
  4267.  
  4268.  
  4269. &lt;p&gt;Jukebox is a podcast, which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, the challenges and rewards of contributing to WordPress.&lt;/p&gt;
  4270.  
  4271.  
  4272.  
  4273. &lt;p&gt;If you&amp;#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 forward slash feed forward slash podcast. And you can copy that URL into most podcasts players.&lt;/p&gt;
  4274.  
  4275.  
  4276.  
  4277. &lt;p&gt;If you have a topic that you&amp;#8217;d like us to feature on the podcast, I&amp;#8217;m keen to hear from you and hopefully get you all your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox. And use the form there.&lt;/p&gt;
  4278.  
  4279.  
  4280.  
  4281. &lt;p&gt;So on the podcast today we have Jonathan Desrosiers. Jonathan has been a contributor to WordPress core for many years, and a WordPress core committer since 2018. He currently maintains over a dozen core components. As a leader in the community, he advocates for new contributors through mentorship and active leadership. Jonathan currently works as a senior software engineer at Bluehost, where he is sponsored full-time to contribute to WordPress core through the five for the future program.&lt;/p&gt;
  4282.  
  4283.  
  4284.  
  4285. &lt;p&gt;We talk about the challenges that come with contributing to such a large and multifaceted project. From the intricate process of decision-making, involving many stakeholders, to the occasional moments of feeling demoralized when contributions seemed like a dropping the ocean.&lt;/p&gt;
  4286.  
  4287.  
  4288.  
  4289. &lt;p&gt;We discuss the importance of regular contributions, the challenges of implementing an accreditation system for contributors, and the role of privilege in the ability to contribute and showcase your work publicly.&lt;/p&gt;
  4290.  
  4291.  
  4292.  
  4293. &lt;p&gt;Amongst the technical talk, including the future of collaborative editing, and the need for adaptability, we also get into the human side of WordPress. From the ways in which individuals can get involved without coding, such as teaching, video processing, event organizing, and documentation, to the personal satisfaction Jonathan finds in his work.&lt;/p&gt;
  4294.  
  4295.  
  4296.  
  4297. &lt;p&gt;Towards the end, we chat about the sustainability of the open source ecosystem, emphasizing the critical role businesses need to play, and the potential risks when key contributors step back. But, as you&amp;#8217;ll hear, Jonathan is confident about the future of WordPress, mentioning exciting development features on the horizon, like the new admin interface.&lt;/p&gt;
  4298.  
  4299.  
  4300.  
  4301. &lt;p&gt;If you&amp;#8217;re curious about how you can contribute, what that looks like, and where it can take you, this episode is for you.&lt;/p&gt;
  4302.  
  4303.  
  4304.  
  4305. &lt;p&gt;If you&amp;#8217;re interested in finding out more, you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast, where you&amp;#8217;ll find all the other episodes as well.&lt;/p&gt;
  4306.  
  4307.  
  4308.  
  4309. &lt;p&gt;A quick note, before we begin. This was recorded live at WordCamp Asia. There was quite a lot of background noise to contend with, and I&amp;#8217;ve done my best to make the audio as easy to listen to as possible.&lt;/p&gt;
  4310.  
  4311.  
  4312.  
  4313. &lt;p&gt;And so without further delay, I bring you, Jonathan Desrosiers.&lt;/p&gt;
  4314.  
  4315.  
  4316.  
  4317. &lt;p&gt;I am joined on the podcast today by Jonathan Desrosiers. Hi, Jonathan.&lt;/p&gt;
  4318.  
  4319.  
  4320.  
  4321. &lt;p&gt;[00:03:39] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Hi. How are you Nathan?&lt;/p&gt;
  4322.  
  4323.  
  4324.  
  4325. &lt;p&gt;[00:03:40] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, really, really good. We are at WordCamp Asia. Jonathan, you gave a talk this morning.&lt;/p&gt;
  4326.  
  4327.  
  4328.  
  4329. &lt;p&gt;[00:03:45] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; I did. This afternoon right after lunch.&lt;/p&gt;
  4330.  
  4331.  
  4332.  
  4333. &lt;p&gt;[00:03:47] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. How did it go?&lt;/p&gt;
  4334.  
  4335.  
  4336.  
  4337. &lt;p&gt;[00:03:48] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; It went really well.&lt;/p&gt;
  4338.  
  4339.  
  4340.  
  4341. &lt;p&gt;[00:03:49] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; What was it about?&lt;/p&gt;
  4342.  
  4343.  
  4344.  
  4345. &lt;p&gt;[00:03:50] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; So I do a lot of the work around, we call it invisible work, around administration and things around the project, to make sure things continue to go smoothly and get released, and all of those things. And one of those things that I work on a lot is attribution for our contributors, and our community members. And mostly focused on the versions of WordPress and release to release, making sure the right people are listed on the credits page, and get the credit that they deserve. And so this was about why it&amp;#8217;s extremely difficult. There&amp;#8217;s lots of variables to consider when, you know, trying to be accurate in those representations.&lt;/p&gt;
  4346.  
  4347.  
  4348.  
  4349. &lt;p&gt;[00:04:23] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. And it was well received. You&amp;#8217;re happy?&lt;/p&gt;
  4350.  
  4351.  
  4352.  
  4353. &lt;p&gt;[00:04:25] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; It was, yes. Very well.&lt;/p&gt;
  4354.  
  4355.  
  4356.  
  4357. &lt;p&gt;[00:04:26] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Nice. We&amp;#8217;re going to talk a little bit about contributing to the WordPress project. And that, I know, is something that you&amp;#8217;ve got a long history doing. Do you want to just tell us a little bit about your history with WordPress, and all the different bits and pieces? I know there&amp;#8217;s too much to say, but we&amp;#8217;ll paraphrase. What have you been doing with WordPress since you started using it.&lt;/p&gt;
  4358.  
  4359.  
  4360.  
  4361. &lt;p&gt;[00:04:43] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Yeah, I discovered WordPress in probably like 2007 or 8. And I was in college building little sites for family members and friends. And that turned into, when I graduated I, you know, started building websites for small agencies, and moved into university education, and built websites for them through WordPress.&lt;/p&gt;
  4362.  
  4363.  
  4364.  
  4365. &lt;p&gt;And in 2018 I was hired by Bluehost as part of their Five for the Future initiative, to give back 5% of our resources, which is, if you are unfamiliar, encourage you to read about that. It&amp;#8217;s a challenge from Matt Mullenweg to contribute 5% of your resources, to ensure we don&amp;#8217;t have a tragedy of the commons situation, where we take too much from the project, and we don&amp;#8217;t replenish what we use to make sure it&amp;#8217;s better for the next people that come after us.&lt;/p&gt;
  4366.  
  4367.  
  4368.  
  4369. &lt;p&gt;Week to week I work, I&amp;#8217;m a core committer as well, so committing changes to the code base. Making sure things are tested and we&amp;#8217;re not missing something that could be problematic in the release.&lt;/p&gt;
  4370.  
  4371.  
  4372.  
  4373. &lt;p&gt;[00:05:35] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; And you are full-time.&lt;/p&gt;
  4374.  
  4375.  
  4376.  
  4377. &lt;p&gt;[00:05:37] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; I am, yes. I&amp;#8217;m a full-time sponsored contributor.&lt;/p&gt;
  4378.  
  4379.  
  4380.  
  4381. &lt;p&gt;[00:05:40] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; How unusual is that in your, I mean, obviously for you it&amp;#8217;s your day-to-day, this is quite normal. But, how unusual is it to have somebody able to donate 100% of their time, working hours, over to the WordPress project?&lt;/p&gt;
  4382.  
  4383.  
  4384.  
  4385. &lt;p&gt;[00:05:52] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; It&amp;#8217;s fairly unusual, that it&amp;#8217;s not unicorns, but it&amp;#8217;s very sporadic. You know, it&amp;#8217;s not uncommon for someone to be sponsored 80% or 50%, you know, work on applying some initiatives to both WordPress, and internally to products.&lt;/p&gt;
  4386.  
  4387.  
  4388.  
  4389. &lt;p&gt;So it&amp;#8217;s not unheard of, but it&amp;#8217;s definitely hard to come by, and I&amp;#8217;m definitely very fortunate to have had the stars align when I saw the job posting go up for this, so yes.&lt;/p&gt;
  4390.  
  4391.  
  4392.  
  4393. &lt;p&gt;[00:06:16] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So Bluehost, I&amp;#8217;m guessing from what you&amp;#8217;ve just said, they are committed to Five for the Future, and the intention there is to give 5% of, I&amp;#8217;m just going to use the word resources, lets call it that. 5% of the resources available, and you are a part of that. You fall under that 5%, right?&lt;/p&gt;
  4394.  
  4395.  
  4396.  
  4397. &lt;p&gt;[00:06:33] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Yes, absolutely. And that&amp;#8217;s, you know, through our global sponsorship, our presence at events to help the community, volunteering at events, contributing to core and the project itself, and many other things that we get involved with over the days and weeks.&lt;/p&gt;
  4398.  
  4399.  
  4400.  
  4401. &lt;p&gt;[00:06:47] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I&amp;#8217;m guessing that most of the contributions to WordPress, are not done from the perspective of somebody who is paid to do it. I&amp;#8217;m imagining the vast majority of contributions across the whole project, you know. So we could be talking about events, we could be talking about the code base. There&amp;#8217;s all sorts of things that we could be talking about. But I&amp;#8217;m guessing it&amp;#8217;s done largely by volunteers, because that&amp;#8217;s the nature of open source software.&lt;/p&gt;
  4402.  
  4403.  
  4404.  
  4405. &lt;p&gt;Is that sustainable? Do you think that people&amp;#8217;s value in the year 2024, do you think that people are valuing open source, contributing software, in the way that they did maybe at the dawn of the internet, you know, 25 odd years ago?&lt;/p&gt;
  4406.  
  4407.  
  4408.  
  4409. &lt;p&gt;[00:07:23] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; I think that people do value it, they just don&amp;#8217;t know it, in some cases. And we definitely need people to be more aware of how our businesses are powered and that the burden of maintaining these tools and libraries.&lt;/p&gt;
  4410.  
  4411.  
  4412.  
  4413. &lt;p&gt;The Five for the Future program is, 5% is the goal, but it&amp;#8217;s definitely, we should be doing more, and we could. Especially businesses that WordPress is where they play, where they set up in their ecosystem.&lt;/p&gt;
  4414.  
  4415.  
  4416.  
  4417. &lt;p&gt;And so, is it sustainable? You know, we will always need some extra help, and I think that we&amp;#8217;ll never refuse extra help anywhere we can get it. It&amp;#8217;s going to ebb and flow as well, right? We might need more at certain times. And in the community, we&amp;#8217;ve needed more help recently, when trying to revitalise our events after Covid, and all of that nonsense that we had to deal with.&lt;/p&gt;
  4418.  
  4419.  
  4420.  
  4421. &lt;p&gt;And so it ebbs and flows, and the areas change where we need more attention than others. And I hope that people do value it as much as they say, and at least show it through their actions and giving back.&lt;/p&gt;
  4422.  
  4423.  
  4424.  
  4425. &lt;p&gt;[00:08:17] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Let&amp;#8217;s just talk about the code base for a bit. WordPress is changing all the time. Month by month, we&amp;#8217;ve got new releases. We&amp;#8217;re currently 6.5, thereabouts. And it&amp;#8217;s constantly being updated. So that tells me that the work is being done. There are people that are doing that, and you are obviously part of that.&lt;/p&gt;
  4426.  
  4427.  
  4428.  
  4429. &lt;p&gt;Are there enough people? Is it sustainable from that point of view? Do we have aspirations that the software would be better than it is, and we&amp;#8217;re always stifled by the amount of time that people can put into it, and resources and what have you?&lt;/p&gt;
  4430.  
  4431.  
  4432.  
  4433. &lt;p&gt;[00:08:46] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Yeah I mean, if we had more people, we could always go through more issues, and more features, right? But it&amp;#8217;s definitely a delicate balance because, if we had a release with 500 features, our users won&amp;#8217;t be able to keep up. And so we have to strike that balance. And, you know, we challenge that sometimes, where we put more into some releases than others. Maybe one release will be more bug focused, and polish refinement we&amp;#8217;ll call it.&lt;/p&gt;
  4434.  
  4435.  
  4436.  
  4437. &lt;p&gt;Do we need more? Yes. We could always use more. We&amp;#8217;ll never say no. But it&amp;#8217;s always a balance with our users. We can&amp;#8217;t release too quickly, not often enough. We&amp;#8217;ve found that balance is pretty good at three releases a year.&lt;/p&gt;
  4438.  
  4439.  
  4440.  
  4441. &lt;p&gt;It helps ensure that we have enough contributors to get what needs to get done, release to release. The features can, so-called, bake enough to be ready. We&amp;#8217;ll have a good number of major features, and minor features available in that timeframe. That&amp;#8217;s the balance that we&amp;#8217;ve found works well for us right now.&lt;/p&gt;
  4442.  
  4443.  
  4444.  
  4445. &lt;p&gt;[00:09:39] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Is it usually the same people that are doing this work? So for example, if we were to go back, I don&amp;#8217;t know, let&amp;#8217;s say a year, or project a year into the future. Obviously you are going to be part of that makeup. Does it tend to be the same faces showing up? And I wonder if that could be kind of an Achilles heel in a way. You know, because if one of those people decided to move away from the project, they had other things that they wanted to do in their life, all of a sudden, if those familiar faces disappear, we might have a bit of a weakness. Gaps start to appear in the roster of who&amp;#8217;s going to do what. So is that a problem?&lt;/p&gt;
  4446.  
  4447.  
  4448.  
  4449. &lt;p&gt;[00:10:11] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; I think that that&amp;#8217;s always been a problem, right? We never want to see our all stars move on to other things, but it&amp;#8217;s life and that happens. And I think if you go back all the way to the project, there&amp;#8217;s people that built major parts of WordPress, that are still in it today, that have moved on. And largely we&amp;#8217;ve survived and grown and continued.&lt;/p&gt;
  4450.  
  4451.  
  4452.  
  4453. &lt;p&gt;I&amp;#8217;d say that there&amp;#8217;s probably a good percentage of people that are consistent, but there&amp;#8217;s also a good percentage of people that are new, and willing to try new things, and help take on more responsibility.&lt;/p&gt;
  4454.  
  4455.  
  4456.  
  4457. &lt;p&gt;[00:10:41] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Oh, that&amp;#8217;s interesting. So there is always fresh blood, if you like, coming in. And you&amp;#8217;ve noticed that, have you? It&amp;#8217;s not like, you know, in one given year it sort of dries up, because I had an intuition that may be around the pandemic, it maybe lost a little bit of its luster, and the involvement in the community sort of ebbed a little bit. But it&amp;#8217;s coming back, is it? And there&amp;#8217;s always a pipeline of new people coming in, is there? That&amp;#8217;s nice.&lt;/p&gt;
  4458.  
  4459.  
  4460.  
  4461. &lt;p&gt;[00:11:03] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Yeah. I think that there definitely was a good amount of computer burnout that happened. You know, we were all FaceTiming with our relatives and stuff, and work as well, and our coworkers. Friends at work, we were also zooming with. But things like the contributor mentorship program that&amp;#8217;s being done, where we will take applications for people that need to know, just guidance, how to get started contributing, and how to be effective and efficient at contributing, in areas that we need them to.&lt;/p&gt;
  4462.  
  4463.  
  4464.  
  4465. &lt;p&gt;They sign up, and we have mentors. People like me that will match up with them. And over the course of a month or so, we&amp;#8217;ll onboard them, help them with learning on Learn WP, different things. And help them actually get involved, and get their feet wet contributing, so that hopefully we can start to replenish some of that, up and coming new blood as you say, to replace anybody that may need to move on.&lt;/p&gt;
  4466.  
  4467.  
  4468.  
  4469. &lt;p&gt;[00:11:53] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, it really does feel like the project is taking that onboarding process, and the learning process, much more seriously, well, just in the last 12 months. So the idea of the mentor program, where somebody like you can guide somebody and give, presumably it would be adjacent to core committing or something.&lt;/p&gt;
  4470.  
  4471.  
  4472.  
  4473. &lt;p&gt;You would take somebody who&amp;#8217;s new to the project, and you&amp;#8217;d show them the ropes, if you like. Explain where to find things, explain how the process is done. That&amp;#8217;s a fabulous initiative. And also, like you say, lots of energy and time being put into the Learn materials.&lt;/p&gt;
  4474.  
  4475.  
  4476.  
  4477. &lt;p&gt;So I&amp;#8217;m guessing that somebody somewhere, at some point over the last two years or so, identified this as a problem. You know, we to encourage these people. But if they don&amp;#8217;t feel supported when they come in, it&amp;#8217;s pretty likely that, you know, you&amp;#8217;ll lose people who would&amp;#8217;ve stuck around. So that&amp;#8217;s been great I think.&lt;/p&gt;
  4478.  
  4479.  
  4480.  
  4481. &lt;p&gt;[00:12:41] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; As full-time people, we recognise that it&amp;#8217;s, whether it&amp;#8217;s when we take time off and we come back, or we change focus for a week or two, and then come back to something. WordPress is quite large, and there&amp;#8217;s a lot of moving parts, and there&amp;#8217;s a significant velocity there. And so it&amp;#8217;s kind of like jumping into a moving train, right?&lt;/p&gt;
  4482.  
  4483.  
  4484.  
  4485. &lt;p&gt;And so at times I have a hard time keeping up on certain areas of the project, and I rely on updates and summaries from various teams to catch me up. You know, it&amp;#8217;s always important to keep that in mind when you&amp;#8217;re working with people that have two hours a week, four hours a week, an hour a month that they contribute.&lt;/p&gt;
  4486.  
  4487.  
  4488.  
  4489. &lt;p&gt;We think about how can we download that information for what we know, from being so involved in an easier way, to make it more accessible to people that have less time, but still want to help and participate.&lt;/p&gt;
  4490.  
  4491.  
  4492.  
  4493. &lt;p&gt;[00:13:28] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So this question isn&amp;#8217;t necessarily related to the topic at hand, but I&amp;#8217;m kind of interested what your thoughts are on this. We have over the last, well, really since WordPress began, the user base. The number of installs has just gone up, and up, and up. And we have this percentage figure now which we&amp;#8217;ve reached, which is roughly 43% of all the web. Let&amp;#8217;s call it that. I know that there&amp;#8217;s nuance there.&lt;/p&gt;
  4494.  
  4495.  
  4496.  
  4497. &lt;p&gt;But 43% of the web is powered by WordPress. I mean, that&amp;#8217;s just an astronomical figure. And I don&amp;#8217;t think 10 years ago anybody would&amp;#8217;ve guessed that that would be what would be achieved. But that&amp;#8217;s where we are. Does it matter to you that that number, either, let&amp;#8217;s say it flattens out and it never goes beyond 43, or if it goes down and we&amp;#8217;re back into the high thirties, or if it goes up and we&amp;#8217;re into the fifties. Does any of that matter to you? Are you in this project because it&amp;#8217;s popular, or do you just enjoy being part of it, regardless of all those incredible numbers?&lt;/p&gt;
  4498.  
  4499.  
  4500.  
  4501. &lt;p&gt;[00:14:21] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Yeah I think, you know, obviously from a professional standpoint, I want it to grow and do good, because the company that I work for is a very firm stance in WordPress. We provide WordPress hosting, and that&amp;#8217;s kind of our bread and butter.&lt;/p&gt;
  4502.  
  4503.  
  4504.  
  4505. &lt;p&gt;I think that, personally, I do it because I enjoy it. I like problem solving these really difficult problems at scale, and it&amp;#8217;s always very fascinating to have to tackle these. I think that, to me the number itself doesn&amp;#8217;t matter, but the number is a signal to observe and learn from, right? So if we plateau, is it something going on around us? Like, is AI having this impact in some way? Where people are considering a blog, or a CMS website, less than they would&amp;#8217;ve in the past.&lt;/p&gt;
  4506.  
  4507.  
  4508.  
  4509. &lt;p&gt;You know, we saw a little bit of influx in covid, and everybody was rushing to make a website. And so, now is there a lull, because people made their websites already, and there&amp;#8217;s less people that would&amp;#8217;ve spread out over time, that did a gold rush right at that time.&lt;/p&gt;
  4510.  
  4511.  
  4512.  
  4513. &lt;p&gt;It can tell us a lot about our society. It could tell us a lot about trends, business trends, economic trends. And we kind of just need to take that number in stride, and figure out why we&amp;#8217;re plateauing, or why we&amp;#8217;re growing, and understand that a little bit better, and help it influence our decisions.&lt;/p&gt;
  4514.  
  4515.  
  4516.  
  4517. &lt;p&gt;[00:15:34] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Given the work that you do, and the communities, the Slack channels that you are in, and the GitHub issues that you are tracking and all of that, do you have a sense that contributing is still a popular thing to do? Or in the years that you&amp;#8217;ve been doing it, has it been a bit of a struggle? I mean, we were talking about onboarding people, and all that kind of stuff. What&amp;#8217;s your sort of gut feeling?&lt;/p&gt;
  4518.  
  4519.  
  4520.  
  4521. &lt;p&gt;From the outside, I don&amp;#8217;t commit in the same way that you do. I don&amp;#8217;t really know. I see more and more articles coming up in the WordPress press, about whether the community is dissatisfied. There was something in Search Engine Journal just the other day, saying that, there was growing dissatisfaction amongst the WordPress users. I don&amp;#8217;t really sense that, but I wonder if you did.&lt;/p&gt;
  4522.  
  4523.  
  4524.  
  4525. &lt;p&gt;[00:16:13] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; I think there&amp;#8217;s a level of that. I think that it&amp;#8217;s hard to tell the whole story in one survey, right? And we kind of need to step back, and look at the answers objectively, and try to figure out why people are answering the way they are.&lt;/p&gt;
  4526.  
  4527.  
  4528.  
  4529. &lt;p&gt;From a contributing standpoint, it&amp;#8217;s really hard sometimes to see that you&amp;#8217;re having an impact in your contributing, right? It used to be with a much smaller code base, it was much easier to put something in that you could see, visually that it&amp;#8217;s there. Oh, it&amp;#8217;s there, it&amp;#8217;s doing what I trained it to do, and coded it to do.&lt;/p&gt;
  4530.  
  4531.  
  4532.  
  4533. &lt;p&gt;And so in the project with many more moving parts, sometimes it&amp;#8217;s not as obvious, or it takes longer to get something in, because there&amp;#8217;s more things to test, that&amp;#8217;s more intricate. We have a lot more different types of sites at scale. We have 43% of the web now, instead of 5 or 10. And we have NASA and the White House using it.&lt;/p&gt;
  4534.  
  4535.  
  4536.  
  4537. &lt;p&gt;And so these are all things as committers we have to think about is like, how could this one line change, how could this negatively impact someone, and what are the bad things that this could cause?&lt;/p&gt;
  4538.  
  4539.  
  4540.  
  4541. &lt;p&gt;And so sometimes, if you have an hour a week, or two hours a week, that can be really frustrating because your ticket might sit there for six months. And it&amp;#8217;s not because we want to ignore it, it&amp;#8217;s just that either, a, it&amp;#8217;s not really fully aligned with our goals, and our project priorities at that time. Doesn&amp;#8217;t mean it&amp;#8217;s not important, it&amp;#8217;s just we have a limited amount of resources, even the full-time people. And we have to have a percentage of our focus on these lighthouses that we&amp;#8217;re heading towards.&lt;/p&gt;
  4542.  
  4543.  
  4544.  
  4545. &lt;p&gt;And so, I guess all that to say that there is some dissatisfaction, but there&amp;#8217;s always the opposite side as well. I always tell people, when I look at a product reviews, oh, this only has 4 stars or 3 stars, right? But you always have to keep in the back of your head that people that have a negative experience are also more vocal, right? They&amp;#8217;re more likely to go and provide feedback because they&amp;#8217;re aggravated, they&amp;#8217;re mad at what they experienced.&lt;/p&gt;
  4546.  
  4547.  
  4548.  
  4549. &lt;p&gt;And so, is that also a thing here? Where we&amp;#8217;re not really getting all the positive stories, because the negative people are just a little bit more vocal? All stuff that I think about, but I think that there&amp;#8217;s always frustrations. There&amp;#8217;s always good stories in the community, but it&amp;#8217;s just because we&amp;#8217;re so complicated. And there&amp;#8217;s so many moving parts that we shouldn&amp;#8217;t ignore any of those stories, but we should take it with a grain of salt, and consider what it means, and what&amp;#8217;s behind it as we evaluate that.&lt;/p&gt;
  4550.  
  4551.  
  4552.  
  4553. &lt;p&gt;[00:18:26] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; It would be nice to be able to say that every moment that you contributed to the project, whether that&amp;#8217;s code or whatever, was fantastic, you know? It was really exciting. It was always great. You got fabulous feedback. Everything was executed perfectly. But I&amp;#8217;m sure it must be, on some level, sometimes a demoralising process.&lt;/p&gt;
  4554.  
  4555.  
  4556.  
  4557. &lt;p&gt;Like you said, you put a ticket in and nobody looks at it seemingly for six months. Or you are just in the weeds with code, and you can&amp;#8217;t figure out what you&amp;#8217;ve got to do. Do you have those moments where it can be, and I know it&amp;#8217;s your job so it&amp;#8217;s slightly different, but do you have those moments where it can be quite a demoralising experience?&lt;/p&gt;
  4558.  
  4559.  
  4560.  
  4561. &lt;p&gt;[00:18:58] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Sometimes. I mean, you know, it&amp;#8217;s a job, but it&amp;#8217;s still something that I pour in a lot of time and effort, and I do care a lot about the project. I think that you&amp;#8217;re never going to make everybody happy too, and that&amp;#8217;s something that we always know in the back of our mind.&lt;/p&gt;
  4562.  
  4563.  
  4564.  
  4565. &lt;p&gt;This week we had to make a decision about how to move forward with the fonts library feature. Where do we put our fonts? And so, on one side, we want to establish fonts and patterns as these first class objects and concepts in WordPress. But then a lot of hosting infrastructure doesn&amp;#8217;t actually support putting it in the place that we wanted to put them right in the wp-content folder.&lt;/p&gt;
  4566.  
  4567.  
  4568.  
  4569. &lt;p&gt;And so we kind of had to come up with a compromise there. Everybody&amp;#8217;s not going to be happy, and we have to decide on what&amp;#8217;s best for our users, the majority of people. And yeah, sometimes it stinks to see negative feedback, but we just have to know that we&amp;#8217;re trying to do our best with the information we have, the data that we have available to make an objective decision, and move forward.&lt;/p&gt;
  4570.  
  4571.  
  4572.  
  4573. &lt;p&gt;[00:19:51] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; What&amp;#8217;s the hierarchy of the decision making process? You mentioned there about the font library and, you know, some people will have said one thing, other people will have said another. Who gets to suggest things, and who gets to make the final decision about whether this is a go or a no go? I think it&amp;#8217;d be kind of interesting for the listeners to have some insight into what&amp;#8217;s going on in the background, to make the decisions that push the project on.&lt;/p&gt;
  4574.  
  4575.  
  4576.  
  4577. &lt;p&gt;[00:20:11] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Yeah, I mean, anybody can make a suggestion. Anybody can open a pull request with an idea or a feature. The committers or the maintainers are always the people that will look at all the information and make the final call. And ultimately they&amp;#8217;re responsible for the things that they merge, is essentially what it comes down to.&lt;/p&gt;
  4578.  
  4579.  
  4580.  
  4581. &lt;p&gt;If there&amp;#8217;s reasonable disagreement between them and it can&amp;#8217;t get resolved, whomever the release leads are for, every release has a core tech lead and core editor lead. And so usually they will be a decider for the best way forward in those areas.&lt;/p&gt;
  4582.  
  4583.  
  4584.  
  4585. &lt;p&gt;And then when there&amp;#8217;s a stalemate like this, it goes up to either the release lead, or Josepha will come and talk to some people that are on each side and, you know, the leaders in the areas, and determine what&amp;#8217;s the best compromise, and what&amp;#8217;s the best way to go forward with our users&amp;#8217; best interests in mind.&lt;/p&gt;
  4586.  
  4587.  
  4588.  
  4589. &lt;p&gt;[00:20:58] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; And where do you spend your time doing this work? I mean obviously, in your case there&amp;#8217;s a laptop involved, I&amp;#8217;m sure, or some machine. Are you doing all of this via Slack? How&amp;#8217;s all of that communication going on?&lt;/p&gt;
  4590.  
  4591.  
  4592.  
  4593. &lt;p&gt;[00:21:09] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Yeah, a lot of my time spent in Slack, but also a lot of time is in Trac or GitHub. You know, working in public is so important, and so, as much as possible you should be in shared channels, or in GitHub tickets and issues, pull requests. Because, like you said, like people come and go, and that&amp;#8217;s just a part of life and business and work.&lt;/p&gt;
  4594.  
  4595.  
  4596.  
  4597. &lt;p&gt;And it&amp;#8217;s important that we leave that history for others that come after us, to be able to follow along. Because in 10 years, this font library decision, people will be saying like, well, why do we do this this way, right? And it&amp;#8217;s important that it&amp;#8217;s publicly documented, because then we have like a breadcrumb trail that people can learn from, and get into our minds today to know what we were thinking and why.&lt;/p&gt;
  4598.  
  4599.  
  4600.  
  4601. &lt;p&gt;[00:21:48] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, nice. Your contribution is code. You write code, and you help with code, and GitHub, and all of that, and Trac. But there&amp;#8217;s more to the bigger project, the WordPress project in general. So do you just want to spell out for the listeners, the kind of things that you could do? Obviously, if you&amp;#8217;re in to code, that&amp;#8217;s fine. We know that you can do that. What are some of the other areas that people contribute?&lt;/p&gt;
  4602.  
  4603.  
  4604.  
  4605. &lt;p&gt;[00:22:07] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Yeah. You know, if you&amp;#8217;re a teacher or a trainer, we have Learn WordPress, which is a site where we have educational resources, whether it&amp;#8217;s course outlines for you to use at a meet up or an event, to teach people how to use WordPress.&lt;/p&gt;
  4606.  
  4607.  
  4608.  
  4609. &lt;p&gt;We have wordpress.tv, so if you are good with audio, video, you can review and process WordCamp videos. So like all the WordCamp videos from here will be available to everyone in the world, eventually. You can run events in your local communities. You can contribute documentation, whether that&amp;#8217;s user or developer documentation. Going to make.wordpress.org, there&amp;#8217;s a full list of all the teams that you can contribute to.&lt;/p&gt;
  4610.  
  4611.  
  4612.  
  4613. &lt;p&gt;[00:22:44] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, there&amp;#8217;s lots, and lots, and lots.&lt;/p&gt;
  4614.  
  4615.  
  4616.  
  4617. &lt;p&gt;[00:22:47] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; We&amp;#8217;re over 20 now I think.&lt;/p&gt;
  4618.  
  4619.  
  4620.  
  4621. &lt;p&gt;[00:22:48] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. I mean essentially, it genuinely, there&amp;#8217;s literally a role for everybody. If you rock up I think you&amp;#8217;d struggle to find an individual that couldn&amp;#8217;t fit into one.&lt;/p&gt;
  4622.  
  4623.  
  4624.  
  4625. &lt;p&gt;[00:22:56] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Even if you like taking photos, can be on the photo and the photo directory.&lt;/p&gt;
  4626.  
  4627.  
  4628.  
  4629. &lt;p&gt;[00:23:00] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, there&amp;#8217;s so many different paths that you can go through. What do you get out of it? I know the job, but do you get a sort of sense of satisfaction doing this? Is there some part of you which just thinks this is good for humanity? You know, I&amp;#8217;m involved in an open source thing, gives you the warm, fuzzy feeling that you&amp;#8217;re doing something beneficial to the world, providing free software. Yeah, what do you, Jonathan, get out of it?&lt;/p&gt;
  4630.  
  4631.  
  4632.  
  4633. &lt;p&gt;[00:23:19] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; You know, I always like puzzles and challenges like that, and trying to figure out how to fix things. I&amp;#8217;ve always repaired computers since I was young and all that. And so these are just more interesting problems to learn from and tackle, especially at the scale that we&amp;#8217;re at.&lt;/p&gt;
  4634.  
  4635.  
  4636.  
  4637. &lt;p&gt;And I also think that, some of the smartest people in the industry, you know, WordPress is so big, they gravitate towards it because these are such interesting problems. And so the people I meet, the people I learn from, the people I interact with all the time, I step back sometimes, I&amp;#8217;m like, oh, this is really cool. You know, I&amp;#8217;m learning from some of the smartest people out there.&lt;/p&gt;
  4638.  
  4639.  
  4640.  
  4641. &lt;p&gt;And throughout the community, in all the different areas, we have so many brilliant people that are great people, and they&amp;#8217;re willing to teach you, and you can learn so much from them.&lt;/p&gt;
  4642.  
  4643.  
  4644.  
  4645. &lt;p&gt;[00:24:01] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. It sounds like pride might be a good word. There&amp;#8217;s sort of sense of pride in it. You get some badges as well.&lt;/p&gt;
  4646.  
  4647.  
  4648.  
  4649. &lt;p&gt;[00:24:06] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Yeah, and you know, sometimes I&amp;#8217;ll go to a website and it&amp;#8217;s, oh, it&amp;#8217;s a WordPress website, you know. I help that person make a living, or I help that person have a business. You know, especially when it&amp;#8217;s like mom and pop stuff, or my son&amp;#8217;s school is a WordPress site. I&amp;#8217;m like, oh, that&amp;#8217;s really cool. You know, my work goes into them being able to have a website, and all those different things.&lt;/p&gt;
  4650.  
  4651.  
  4652.  
  4653. &lt;p&gt;[00:24:25] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; We know that, in your case, Bluehost is funding you. And so thank you to Bluehost for that, that&amp;#8217;s fabulous. But, do you know of any other ways that you can explore? If you literally can&amp;#8217;t commit the time, because you are entirely busy, are there ways that you could seek funding, ways that you could be remunerated, maybe sponsored by a company? Let&amp;#8217;s just go into that a little bit.&lt;/p&gt;
  4654.  
  4655.  
  4656.  
  4657. &lt;p&gt;[00:24:47] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Sure, yeah. You can sponsor yourself. So one good way of doing that is, maybe you have a plugin that you build for a client, and you think it could be useful to other people. It&amp;#8217;s not directly contributing to the project itself, but you&amp;#8217;re contributing to the ecosystem if you open source that.&lt;/p&gt;
  4658.  
  4659.  
  4660.  
  4661. &lt;p&gt;And there&amp;#8217;s pros and cons of that, right? Because then you&amp;#8217;re responsible to maintain it, or at least have to be transparent about what level of maintaining you&amp;#8217;ll do. But you never know who could find that useful. And I know when I was at Boston University, we had a navigation plugin that we used internally with our authentication system. And so we made it open source, and there were some other universities that used the same authentication system that chose to use it.&lt;/p&gt;
  4662.  
  4663.  
  4664.  
  4665. &lt;p&gt;And so you never really know what will be useful to other people. So sponsoring yourself in that sense is that you&amp;#8217;re just giving something you work on, that you already have to work on, right? Because maybe it&amp;#8217;s for a client. You can just open source that, and obviously check with the client first, you know, make sure they&amp;#8217;re okay with that. But that&amp;#8217;s a great way to do that.&lt;/p&gt;
  4666.  
  4667.  
  4668.  
  4669. &lt;p&gt;There are sites like WP World, where you can, in a community, you can put yourself in that community as well. And it will list all the things that you work on, and all the, you know, where you&amp;#8217;re from, who&amp;#8217;s local to you, and what communities are local to you. And you can indicate that you are looking for work, or looking for freelance or employment on those types of sites.&lt;/p&gt;
  4670.  
  4671.  
  4672.  
  4673. &lt;p&gt;I think sponsorship might be one of the options on there as well. Or on your GitHub profile, you can also accept donations and sponsorship on your GitHub profile. It&amp;#8217;s another good way, especially if you&amp;#8217;re a developer, to receive donations to fuel some of your contribution.&lt;/p&gt;
  4674.  
  4675.  
  4676.  
  4677. &lt;p&gt;[00:26:17] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. There&amp;#8217;s also the WPCC, the WP Community Collective. I think they&amp;#8217;ve recently got these kind of little areas that you can go as a WordPress user. Somebody like me, and I can contribute some money to a particular thing. It might be accessibility, for example. And then the idea would be that somebody can make use of that pot of money, that&amp;#8217;s been built up over time ,and somebody could then get sponsored, and use that money, and then give themself a wage whilst they&amp;#8217;re working.&lt;/p&gt;
  4678.  
  4679.  
  4680.  
  4681. &lt;p&gt;Speaking of that, and we talked a moment ago about, maybe the same faces keep coming back. There&amp;#8217;s this idea, and I can&amp;#8217;t remember exactly how to phrase it, but the phrase goes something like this. You can contribute to WordPress, or the people that do contribute to WordPress, are the people who can afford to contribute to WordPress. And I&amp;#8217;m sure there&amp;#8217;s a bit of truth in that, you know?&lt;/p&gt;
  4682.  
  4683.  
  4684.  
  4685. &lt;p&gt;That if you are independently wealthy, then you can give up all of your time to the WordPress project. If you are in a position working for a company, and they second you to the project, that also works as well.&lt;/p&gt;
  4686.  
  4687.  
  4688.  
  4689. &lt;p&gt;Do you have any intuitions on that? Do you feel that it is as democratic as it could be? Or do you feel like there is a little bit of, those that can afford, can contribute, so they get their voice heard, and the decisions are made by the people who are able to contribute, because they&amp;#8217;ve got big, deep pockets?&lt;/p&gt;
  4690.  
  4691.  
  4692.  
  4693. &lt;p&gt;[00:27:31] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Yeah. I talked about that a little bit in my talk today, where my talk was focused on how we measure contributions, and we track them, and factors to that. And one of the things I talk about is that you can&amp;#8217;t measure impact, right? So someone that contributes a three line code change, it may seem unimportant from a Git log perspective or like a commit log.&lt;/p&gt;
  4694.  
  4695.  
  4696.  
  4697. &lt;p&gt;But maybe that&amp;#8217;s their first contribution to open source. And then, from there they are able to get hired, because they have this new experience. And that might change their life, that might open doors that they didn&amp;#8217;t previously have available to them.&lt;/p&gt;
  4698.  
  4699.  
  4700.  
  4701. &lt;p&gt;And so, in that sense, it&amp;#8217;s hard to say because we can&amp;#8217;t measure that. And so, on the surface, it looks like they&amp;#8217;re not really receiving anything, because they&amp;#8217;re not contributing a lot, or very infrequently, right? But on the outside, from their perspective, they&amp;#8217;re receiving a lot. Because the benefits to them are not necessarily directly related to the project, right?&lt;/p&gt;
  4702.  
  4703.  
  4704.  
  4705. &lt;p&gt;They&amp;#8217;re getting experience, learning how to maybe code PHP, or use an API, and then they go do a job interview and they can talk about that, and how that experience went, and what they learned. And they can show that they are easily teachable, and attractive to an employer.&lt;/p&gt;
  4706.  
  4707.  
  4708.  
  4709. &lt;p&gt;And so, that&amp;#8217;s only one part of it, right? It appears that only the people with a lot of time benefit from it, but there&amp;#8217;s other benefits to just having their code frequently merged.&lt;/p&gt;
  4710.  
  4711.  
  4712.  
  4713. &lt;p&gt;[00:28:54] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Would you like to see some sort of accreditation system? Well, I mean we have the badges on the WordPress profiles. But would it be nice to have some sort of an official accreditation system? Honestly, I don&amp;#8217;t know how that would be managed. I don&amp;#8217;t know how it would be made to be fair and equitable, so that what you actually put in was measured in some way, tracked in some way, and then was equated to, I don&amp;#8217;t know, a badge or something that you could add officially to your CV, or what have you. Do you think anything like that would be useful?&lt;/p&gt;
  4714.  
  4715.  
  4716.  
  4717. &lt;p&gt;[00:29:22] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Probably. But it also depends on another thing I talked about in my talk is, how do people expect to be recognised right? So, currently we collect all the contributors for our release, and it goes on our about page, that you see when you update.&lt;/p&gt;
  4718.  
  4719.  
  4720.  
  4721. &lt;p&gt;But some people might not really, that may not really do much for them, right? Because you have to be in WordPress to see it, and they don&amp;#8217;t really care about that. Maybe they want it to be, their profile to be, more like a CV, like you said. And so it shows to an employer, like how consistent they contribute, or what they&amp;#8217;ve contributed.&lt;/p&gt;
  4722.  
  4723.  
  4724.  
  4725. &lt;p&gt;[00:29:53] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, that&amp;#8217;s a good metric, isn&amp;#8217;t it? You know, consistency, and the fact that you&amp;#8217;ve showed up for month, after month, after month. There&amp;#8217;s something in that, there&amp;#8217;s something very valuable in that little bit of data, isn&amp;#8217;t there?&lt;/p&gt;
  4726.  
  4727.  
  4728.  
  4729. &lt;p&gt;[00:30:03] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Sure. But likewise, somebody could show up once every three months, but they&amp;#8217;re, maybe they work for Google, and they build things into the browser. And so they show up once every three months, but they&amp;#8217;re helping advise how to implement this new API that improves performance, or something of that nature.&lt;/p&gt;
  4730.  
  4731.  
  4732.  
  4733. &lt;p&gt;And so regularity is not always a good measure. Volume is not always a good measure, because you could contribute 50 times, but it&amp;#8217;s like 50, 1 word typo fixes, right? Or you could contribute once, and you&amp;#8217;re contributing an entire API, or something that unlocks a feature for hundreds of themes, and makes the world a better place.&lt;/p&gt;
  4734.  
  4735.  
  4736.  
  4737. &lt;p&gt;So it&amp;#8217;s really difficult to get right. And I think accreditation, a lot of companies spend a lot of money and time on keeping up, because we&amp;#8217;re in technology and web, and it changes so quickly. I worry that, we have to do it in a way that adapts as we adapt. And I wonder if the value of that is outweighed by the effort that it would take to kind of stay accurate over the months and years.&lt;/p&gt;
  4738.  
  4739.  
  4740.  
  4741. &lt;p&gt;[00:31:03] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Every time this conversation comes up, almost immediately clever people chime into the conversation and point out why some sort of accreditation system would be very hard to do effectively. And I&amp;#8217;m often very persuaded, you know? Like you said, do you measure time? Do you measure the frequency? Do you measure the thing that they did?&lt;/p&gt;
  4742.  
  4743.  
  4744.  
  4745. &lt;p&gt;[00:31:21] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Impact.&lt;/p&gt;
  4746.  
  4747.  
  4748.  
  4749. &lt;p&gt;[00:31:21] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; And it&amp;#8217;s really, exactly, it&amp;#8217;s really, really difficult. I think from my perspective, it would be nice if there was something, but I don&amp;#8217;t know what that something would be, other than the sort of badge system that we&amp;#8217;ve got at the moment.&lt;/p&gt;
  4750.  
  4751.  
  4752.  
  4753. &lt;p&gt;[00:31:32] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; I think in most cases it just ends up like we&amp;#8217;re open source, and so your public work just speaks for itself, right? The way you interact with other people that disagree with you on public discussions. The repositories that you have that are open for people to view. The plugins that you create. That&amp;#8217;s the best way, in my opinion, to have an open track record of your skills and what you have to offer.&lt;/p&gt;
  4754.  
  4755.  
  4756.  
  4757. &lt;p&gt;[00:31:53] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. And I suppose, in a way, every job interview that you go for, you are just going to write down the best bits that done, and so I guess maybe the traditional way that we&amp;#8217;ve done it is probably still useful.&lt;/p&gt;
  4758.  
  4759.  
  4760.  
  4761. &lt;p&gt;[00:32:03] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; But that&amp;#8217;s also a privilege too, being able to be public about your work. And I&amp;#8217;m privileged with that, because I work on an open source project right? But if you work at a corporation, you know, you can&amp;#8217;t always show all of your work, talk about it. But it&amp;#8217;s not something you could open source, you know, and let someone dive in and see your work, and the history of your work. So there&amp;#8217;s also that aspect as well.&lt;/p&gt;
  4762.  
  4763.  
  4764.  
  4765. &lt;p&gt;[00:32:21] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. Are you confident about the future for WordPress? I mean, obviously you&amp;#8217;re working in the industry, you&amp;#8217;re saturated by it, you&amp;#8217;re completely immersed in it. Do you have an expectation that 10 years from now, WordPress will still be strong? We&amp;#8217;ll have a community, it will still be being developed. Does it feel like it&amp;#8217;s on rock solid ground? It does to me, but I don&amp;#8217;t know what your thoughts are.&lt;/p&gt;
  4766.  
  4767.  
  4768.  
  4769. &lt;p&gt;[00:32:42] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; I think there&amp;#8217;s always going to be spots you step on, and you&amp;#8217;re like, oh, should I put all my weight there, right? I&amp;#8217;m very confident in WordPress. I think last year was one of the more exciting years in quite a while. And the reason was, when we&amp;#8217;re in the process, it&amp;#8217;s sometimes easy to feel like we&amp;#8217;re not going anywhere, right?&lt;/p&gt;
  4770.  
  4771.  
  4772.  
  4773. &lt;p&gt;I&amp;#8217;m involved week to week, month to month. And so, even release to release, it feels like we&amp;#8217;re not getting a lot done. And last year was so exciting, because we reached the end of a phase of Gutenberg. And it was the culmination of all these releases that came before it, to see site editing, right? It was the first release where we said, you can make a great website with this site editor now.&lt;/p&gt;
  4774.  
  4775.  
  4776.  
  4777. &lt;p&gt;We took that beta tag off and now it&amp;#8217;s ready to go. And so, you know, we see a lot with 2024. Some people are making such incredible websites using this base theme. They look nothing like what was shipped. And it&amp;#8217;s just really great to see these blocks, these different APIs that get built. All combining to make this cohesive thing that is really quite powerful.&lt;/p&gt;
  4778.  
  4779.  
  4780.  
  4781. &lt;p&gt;And I&amp;#8217;m really excited to see what people do with it this year. The Interactivity API, block bindings. All these new things that are coming. It&amp;#8217;s like I say in my talk is, we&amp;#8217;re so creative as a community, there&amp;#8217;s so many brilliant people, and we&amp;#8217;re giving them the tools to run with. And I&amp;#8217;m really looking forward to see what people build with WordPress over the next year.&lt;/p&gt;
  4782.  
  4783.  
  4784.  
  4785. &lt;p&gt;[00:34:07] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; There is so much coming down the pipe very, very soon, isn&amp;#8217;t there? So, obviously, we&amp;#8217;re into phase three, collaborative editing at some point, probably not particularly quickly. But like you said, the Interactivity API, block bindings, and maybe a completely new admin interface.&lt;/p&gt;
  4786.  
  4787.  
  4788.  
  4789. &lt;p&gt;It does feel like there is a lot of change about to happen. And so, if you ask me that same question, do you feel confident? It feels like there&amp;#8217;s every reason to be confident at the moment, because there&amp;#8217;s so much interesting stuff happening.&lt;/p&gt;
  4790.  
  4791.  
  4792.  
  4793. &lt;p&gt;[00:34:37] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Sure. Kind of to circle back to one of the things we talked about earlier, about the sense of frustration out there. Change is hard, you know? If you&amp;#8217;ve built a business around a specific thing, and maybe you have admin notices, right? That you sell a premium plugin through, or something like that. When we redo the admin, it may not be exactly the same experience, right? And so you kind of have to rethink it a little bit.&lt;/p&gt;
  4794.  
  4795.  
  4796.  
  4797. &lt;p&gt;And so I think that that&amp;#8217;s where some of, frustration with innovation in a way. And change is always very hard, and it&amp;#8217;s harder for certain people than others, and in different ways. But you have to look at both sides, and see where we&amp;#8217;re going, know where that end point is, where we would like to end up, and see how exciting that is.&lt;/p&gt;
  4798.  
  4799.  
  4800.  
  4801. &lt;p&gt;And again, a privilege to have the time and the resources to invest in updating, and embracing new technology, and learning. And we just keep an open mind, and follow us along. And follow all the thought leaders, and the people that experiment with the new features, and demonstrate what&amp;#8217;s possible. I think we&amp;#8217;ll definitely end up in a better spot.&lt;/p&gt;
  4802.  
  4803.  
  4804.  
  4805. &lt;p&gt;[00:35:32] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. I think it&amp;#8217;s really difficult for those North Star, how to describe it, the big ticket items. It&amp;#8217;s very hard to communicate those to the user base of WordPress. I mean, here we are, we&amp;#8217;re at a WordPress event, so it&amp;#8217;s pretty clear that everybody here is a bit nerdy about WordPress. So we understand that, because we&amp;#8217;re talking about it all the time.&lt;/p&gt;
  4806.  
  4807.  
  4808.  
  4809. &lt;p&gt;But the sort of end user, who&amp;#8217;s suddenly confronted with, I don&amp;#8217;t know, when the block editor came. Suddenly, what is that? Where did that come from? Being able to explain all of that to the wider public, I think is going to be an interesting thing. And I have intuitions that that&amp;#8217;s going to be taken very seriously, in the near future as well. That communicating what&amp;#8217;s coming, what the idea is, what the North Star is, going to become a big part in feeding that to the WordPress media, if you.&lt;/p&gt;
  4810.  
  4811.  
  4812.  
  4813. &lt;p&gt;[00:36:14] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Talking too, we also have to listen. You know, it might not be the feedback we&amp;#8217;re expecting, or want to hear, but we need to have open ears and listen to that, and process that appropriately as well.&lt;/p&gt;
  4814.  
  4815.  
  4816.  
  4817. &lt;p&gt;[00:36:23] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Slightly going off on a bit of a tangent. What are your thoughts about collaborative editing? From a technical point of view, that feels like that&amp;#8217;s a really difficult challenge, given that we have no idea what infrastructure any WordPress website could be on.&lt;/p&gt;
  4818.  
  4819.  
  4820.  
  4821. &lt;p&gt;It could be on the most powerful server that has ever existed. Alternatively, it might be on something very affordable and economical. What do you think? Does it seem like a project which is going to be easy to ship, or it&amp;#8217;s going to be keeping us busy for two, three years?&lt;/p&gt;
  4822.  
  4823.  
  4824.  
  4825. &lt;p&gt;[00:36:51] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; It&amp;#8217;s definitely not easy. You know, it&amp;#8217;s very intricate, many moving parts, and it definitely is going to be a many months roadmap that we have to follow. I think that, like we mentioned before is that, we&amp;#8217;re always improving, technology is always changing, and we&amp;#8217;re trying to embrace.&lt;/p&gt;
  4826.  
  4827.  
  4828.  
  4829. &lt;p&gt;We have our performance team that&amp;#8217;s, year over year we&amp;#8217;re seeing tens of percentage point increase in performance. And obviously that will plateau as well too, right? But we keep adding new stuff, so they&amp;#8217;ll keep having new things to look at.&lt;/p&gt;
  4830.  
  4831.  
  4832.  
  4833. &lt;p&gt;I&amp;#8217;m confident that when we build software, we balance these things, right? We don&amp;#8217;t want to be, we want to add these very powerful features, but we keep performance in mind. We don&amp;#8217;t want it to be slow, that you don&amp;#8217;t want to use it.&lt;/p&gt;
  4834.  
  4835.  
  4836.  
  4837. &lt;p&gt;And so these are things that we&amp;#8217;re just constantly evaluating, and keeping in mind. And in the end, we stick to our philosophies of building great software, that works out of the box, that&amp;#8217;s performant, that handles very difficult technical topics, and concepts for the user, and makes the best decision for them, but while being flexible.&lt;/p&gt;
  4838.  
  4839.  
  4840.  
  4841. &lt;p&gt;Something that&amp;#8217;s really great about WordPress is, you can change it to be something that doesn&amp;#8217;t even look WordPress, you know? Don&amp;#8217;t even recognise it, and it&amp;#8217;s still at the core, it&amp;#8217;s still that software that everybody&amp;#8217;s using.&lt;/p&gt;
  4842.  
  4843.  
  4844.  
  4845. &lt;p&gt;[00:37:57] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. It sounds to me like you&amp;#8217;re very bullish. You&amp;#8217;re very confident that WordPress has a bright future, and we could well be sitting here in the year 2034.&lt;/p&gt;
  4846.  
  4847.  
  4848.  
  4849. &lt;p&gt;[00:38:05] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Like I said, it might not be the smoothest road, there&amp;#8217;s going to be bumps along the way. We just have to work together and listen, and constantly evolve, and don&amp;#8217;t be stuck in our ways and get to that end point.&lt;/p&gt;
  4850.  
  4851.  
  4852.  
  4853. &lt;p&gt;[00:38:14] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; If people have listened to this and they&amp;#8217;ve thought to themselves, you know what, I fancy contributing in some way, but they want to talk to you about it, where can people find you, Jonathan? What&amp;#8217;s the easiest place?&lt;/p&gt;
  4854.  
  4855.  
  4856.  
  4857. &lt;p&gt;[00:38:23] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Sure. You can find me at desrosj, pretty much everywhere. WordPress Slack, Twitter, and all of those places. You know, if you want to get started contributing, I recommend just going to make.wordpress.org. I believe there&amp;#8217;s a getting started contributing course on learn.wordpress.org. And worst case, just hop into Slack and say, hey, I&amp;#8217;m new, I just would like a little push in the right direction. And there&amp;#8217;s handbook pages that will link to you, and break down how to get started.&lt;/p&gt;
  4858.  
  4859.  
  4860.  
  4861. &lt;p&gt;[00:38:48] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; There&amp;#8217;s definitely a way to contribute, no matter what your station in life is, yeah. But thank you Jonathan for chatting to us today, I really appreciate it.&lt;/p&gt;
  4862.  
  4863.  
  4864.  
  4865. &lt;p&gt;[00:38:55] &lt;strong&gt;Jonathan Desrosiers:&lt;/strong&gt; Of course. Thanks for having me Nathan.&lt;/p&gt;
  4866. &lt;/div&gt;
  4867.  
  4868.  
  4869.  
  4870. &lt;p&gt;On the podcast today we have &lt;a href=&quot;https://jonathandesrosiers.com/&quot;&gt;Jonathan Desrosiers&lt;/a&gt;.&lt;/p&gt;
  4871.  
  4872.  
  4873.  
  4874. &lt;p&gt;Jonathan has been a contributor to WordPress Core for many years, and a WordPress Core committer since 2018. He currently maintains over a dozen Core components. As a leader in the community, he advocates for new contributors through mentorship and active leadership. Jonathan currently works as a Senior Software Engineer at Bluehost, where he is sponsored full-time to contribute to WordPress Core through the Five for the Future program.&lt;/p&gt;
  4875.  
  4876.  
  4877.  
  4878. &lt;p&gt;We talk about the challenges that come with contributing to such a large and multi-faceted project, from the intricate process of decision-making, involving many stakeholders, to the occasional moments of feeling demoralised when contributions seem like a drop in the ocean.&lt;/p&gt;
  4879.  
  4880.  
  4881.  
  4882. &lt;p&gt;We discuss the importance of regular contributions, the challenges of implementing an accreditation system for contributors, and the role of privilege in the ability to contribute and showcase your work publicly.&lt;/p&gt;
  4883.  
  4884.  
  4885.  
  4886. &lt;p&gt;Amongst the technical talk, including the future of collaborative editing, and the need for adaptability, we also get into the human side of WordPress. From the ways in which individuals can get involved without coding, such as teaching, video processing, event organising, and documentation, to the personal satisfaction Jonathan finds in his work.&lt;/p&gt;
  4887.  
  4888.  
  4889.  
  4890. &lt;p&gt;Towards the end we chat about the sustainability of the open-source ecosystem, emphasising the critical role businesses need to play, and the potential risks when key contributors step back. But, as you’ll hear, Jonathan is confident about the future of WordPress, mentioning exciting development features on the horizon, like a new admin interface.&lt;/p&gt;
  4891.  
  4892.  
  4893.  
  4894. &lt;p&gt;If you’re curious about how you can contribute, what that looks likes, and where it can take you, this episode is for you.&lt;/p&gt;
  4895.  
  4896.  
  4897.  
  4898. &lt;h2 class=&quot;wp-block-heading&quot;&gt;Useful links&lt;/h2&gt;
  4899.  
  4900.  
  4901.  
  4902. &lt;p&gt;&lt;a href=&quot;https://www.bluehost.com/&quot;&gt;Bluehost&lt;/a&gt;&lt;/p&gt;
  4903.  
  4904.  
  4905.  
  4906. &lt;p&gt;&lt;a href=&quot;https://wordpress.org/five-for-the-future/&quot;&gt;Five for the Future&lt;/a&gt;&lt;/p&gt;
  4907.  
  4908.  
  4909.  
  4910. &lt;p&gt;&lt;a href=&quot;https://wordpress.com/learn/&quot;&gt;Learn WordPress&lt;/a&gt;&lt;/p&gt;
  4911.  
  4912.  
  4913.  
  4914. &lt;p&gt;&lt;a href=&quot;https://make.wordpress.org/community/handbook/contributor-day/contributor-working-group/contributor-mentorship-program-for-wordpress/&quot;&gt;Contributor Mentorship Program for WordPress&lt;/a&gt;&lt;/p&gt;
  4915.  
  4916.  
  4917.  
  4918. &lt;p&gt;&lt;a href=&quot;https://wordpress.tv/&quot;&gt;WordPress.tv&lt;/a&gt;&lt;/p&gt;
  4919.  
  4920.  
  4921.  
  4922. &lt;p&gt;&lt;a href=&quot;https://thewp.world/&quot;&gt;The WP World&lt;/a&gt;&lt;/p&gt;
  4923.  
  4924.  
  4925.  
  4926. &lt;p&gt;&lt;a href=&quot;https://www.thewpcommunitycollective.com/&quot;&gt;WordPress Community Collective&lt;/a&gt;&lt;/p&gt;
  4927.  
  4928.  
  4929.  
  4930. &lt;p&gt;&lt;a href=&quot;https://twitter.com/desrosj&quot;&gt;Jonathan&amp;#8217;s X / Twitter&lt;/a&gt;&lt;/p&gt;
  4931.  
  4932.  
  4933.  
  4934. &lt;p&gt;&lt;a href=&quot;https://jonathandesrosiers.com/&quot;&gt;Jonathan&amp;#8217;s website&lt;/a&gt;&lt;/p&gt;</description>
  4935. <pubDate>Wed, 17 Apr 2024 14:20:52 +0000</pubDate>
  4936. <dc:creator>Nathan Wrigley</dc:creator>
  4937. </item>
  4938. <item>
  4939. <title>Akismet: CAPTCHA vs reCAPTCHA vs Akismet: Which is Best?</title>
  4940. <guid>http://akismet.com/?p=283860</guid>
  4941. <link>https://akismet.com/blog/akismet-vs-captcha-vs-recaptcha/</link>
  4942. <description>&lt;p&gt;Any website that gets a lot of traffic also has to deal with a lot of spam. Enterprise-level sites require powerful solutions to protect both customers and company resources.&amp;nbsp;&lt;/p&gt;
  4943.  
  4944.  
  4945.  
  4946. &lt;p&gt;Are you satisfied with your current solution? Do you really understand the alternatives? Choosing the right anti-spam software can significantly improve the effectiveness of everything done through your site. In other words —&amp;nbsp;a happier marketing department, security team, &lt;em&gt;and &lt;/em&gt;executives.&amp;nbsp;&lt;/p&gt;
  4947.  
  4948.  
  4949. &lt;p&gt;With that in mind, pay close attention to this in&amp;#8209;depth comparison of CAPTCHA vs reCAPTCHA vs Akismet to gain a clear understanding of these tools. You need to consider how efficiently they can block spam, how they impact the user experience, and whether they’ll affect your site’s performance (among other considerations). Only then will you be in a strong position to choose the right solution for your company or finally dump that under&amp;#8209;performing option you’ve been falling back on for&amp;nbsp;years.&lt;/p&gt;
  4950.  
  4951.  
  4952. &lt;p&gt;This post will explain how CAPTCHA, reCAPTCHA, and Akismet work, outline their key differences and similarities, and provide a thorough comparison.&amp;nbsp;&lt;/p&gt;
  4953.  
  4954.  
  4955.  
  4956. &lt;span id=&quot;more-283860&quot;&gt;&lt;/span&gt;
  4957.  
  4958.  
  4959. &lt;h2 id=&quot;understanding-akismet-captcha-and recaptcha&quot; class=&quot;wp-block-heading&quot;&gt;Understanding Akismet, CAPTCHA, and&amp;nbsp;reCAPTCHA&lt;/h2&gt;
  4960.  
  4961.  
  4962. &lt;p&gt;If you’re tasked with selecting an effective anti-spam solution for your company, the stakes are high. When uncontrolled, spam can negatively impact your conversion funnel, damage your search engine rankings, put your visitors at risk, and skew your performance metrics.&amp;nbsp;&lt;/p&gt;
  4963.  
  4964.  
  4965.  
  4966. &lt;p&gt;You’ll need a reliable tool that can get the job done. Of course, it should also be easy to manage, so you won’t have to spend a tremendous amount of time training your security team, and easy to use, so visitors don’t get frustrated trying to perform basic functions on your site.&lt;br /&gt;What’s more, choosing the right solution is only half the battle. You’ll likely have to justify your choice to key decision makers. So you’ll need to thoroughly research different options and explain your decision based on those findings.&amp;nbsp;&lt;/p&gt;
  4967.  
  4968.  
  4969. &lt;p&gt;That’s where this comparison comes in. It will start by providing an overview of the most popular anti&amp;#8209;spam solutions: Akismet, CAPTCHA, and&amp;nbsp;reCAPTCHA.&lt;/p&gt;
  4970.  
  4971. &lt;h3 class=&quot;wp-block-heading&quot;&gt;Akismet: AI&amp;#8209;driven spam&amp;nbsp;protection&lt;/h3&gt;
  4972.  
  4973. &lt;p&gt;Akismet is a tool that provides AI&amp;#8209;driven spam protection. It uses machine learning to scan and filter submissions in real&amp;nbsp;time.&lt;/p&gt;
  4974.  
  4975.  
  4976. &lt;img width=&quot;1600&quot; height=&quot;856&quot; src=&quot;https://akismet455732288.files.wordpress.com/2024/04/image-8.png&quot; alt=&quot;Akismet homepage with the tagline &quot; /&gt;
  4977.  
  4978.  
  4979. &lt;p&gt;Akismet can protect your entire website. That includes blocking spam in comment sections and forums, while preventing fake user registrations and protecting contact&amp;nbsp;forms.&lt;/p&gt;
  4980.  
  4981. &lt;p&gt;Akismet boasts 99.99% spam detection accuracy. That means it’s very unlikely it will block out legitimate&amp;nbsp;submissions.&lt;/p&gt;
  4982.  
  4983.  
  4984. &lt;p&gt;Furthermore, Akismet is a “set it and forget it” style tool. It works on the back end, so after you configure it, you won’t have to worry about managing it.&amp;nbsp;&lt;/p&gt;
  4985.  
  4986.  
  4987.  
  4988. &lt;p&gt;Perhaps most importantly, it works without requiring any actions from your legitimate site visitors —&amp;nbsp;no riddles to ponder, puzzles to solve, or boxes to check. The result is a much happier audience (and better conversion rates). We’ll discuss this more in a bit.&lt;/p&gt;
  4989.  
  4990.  
  4991. &lt;h3 class=&quot;wp-block-heading&quot;&gt;CAPTCHA: The classic anti&amp;#8209;spam&amp;nbsp;test&lt;/h3&gt;
  4992.  
  4993. &lt;p&gt;CAPTCHA stands for “completely automated public Turing test to tell computers and humans apart”. “Turing test” refers to the inventor Alan Turing, who created some of the first experiments to test a machine’s ability to show human&amp;nbsp;intelligence.&lt;/p&gt;
  4994.  
  4995. &lt;p&gt;But a CAPTCHA is actually a reverse Turing test. You’ve likely come across plenty of CAPTCHA tests&amp;nbsp;before.&lt;/p&gt;
  4996.  
  4997.  
  4998. &lt;img width=&quot;1252&quot; height=&quot;532&quot; src=&quot;https://akismet455732288.files.wordpress.com/2024/04/image-9.png&quot; alt=&quot;traditional reCAPTCHA with mixed up letters&quot; class=&quot;wp-image-283863&quot; /&gt;
  4999.  
  5000.  
  5001. &lt;p&gt;As this is a reverse Turing test, its main purpose is to weed out malicious bots that try to spam your&amp;nbsp;website.&lt;/p&gt;
  5002.  
  5003.  
  5004. &lt;p&gt;The mechanism used in CAPTCHA is called &lt;a href=&quot;https://www.microsoft.com/en-us/research/wp-content/uploads/2005/01/HIPSCHI2005.pdf&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;human interaction proof (HIP)&lt;/a&gt;. It requires individuals to prove they are humans via a challenge. The task should be relatively easy for any human to complete, but near impossible for a bot.&amp;nbsp;&lt;/p&gt;
  5005.  
  5006.  
  5007. &lt;p&gt;Typically, visitors are presented with an image containing distorted letters and numbers, and they must decipher and input those characters in a field for approval. If they succeed, they can proceed with the action they’re attempting to complete (like submitting a&amp;nbsp;form).&lt;/p&gt;
  5008.  
  5009. &lt;p&gt;There are many other forms of CAPTCHAs, though, like audio CAPTCHAs that present challenges using spoken&amp;nbsp;characters.&lt;/p&gt;
  5010.  
  5011. &lt;p&gt;Historically, CAPTCHAs have been used to reduce form spam. They can be included as a final field in a submission form, or configured to pop up on the&amp;nbsp;screen.&lt;/p&gt;
  5012.  
  5013. &lt;h3 id=&quot;recaptcha-an-evolution-of captcha&quot; class=&quot;wp-block-heading&quot;&gt;reCAPTCHA: An evolution of&amp;nbsp;CAPTCHA&lt;/h3&gt;
  5014.  
  5015. &lt;p&gt;In recent years, reCAPTCHA has become more common than CAPTCHA. Bots quickly evolved to be able to solve traditional CAPTCHAs, so Google created the&amp;nbsp;reCAPTCHA.&lt;/p&gt;
  5016.  
  5017.  
  5018. &lt;img width=&quot;1600&quot; height=&quot;954&quot; src=&quot;https://akismet455732288.files.wordpress.com/2024/04/image-10.png&quot; alt=&quot;evolution of reCAPTCHA&quot; class=&quot;wp-image-283864&quot; /&gt;
  5019.  
  5020.  
  5021.  
  5022. &lt;p&gt;Here are the main types of reCAPTCHAs used by websites.&amp;nbsp;&lt;/p&gt;
  5023.  
  5024.  
  5025.  
  5026. &lt;h4 class=&quot;wp-block-heading&quot;&gt;reCAPTCHA v1&amp;nbsp;&lt;/h4&gt;
  5027.  
  5028.  
  5029.  
  5030. &lt;p&gt;The original iteration, reCAPTCHA v1, showed combinations of characters. It pulled images from books (as part of a larger digitization project), or used an algorithm to generate them.&amp;nbsp;&lt;/p&gt;
  5031.  
  5032.  
  5033.  
  5034. &lt;p&gt;It also used a similar mechanism as a traditional CAPTCHA, but it provided site visitors with one control word and one ‘suspicious’ word. The suspicious word was selected via &lt;a href=&quot;https://aws.amazon.com/what-is/ocr/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;optical character recognition (OCR) software&lt;/a&gt;. This was part of a larger process to rate and identify words for the reverse Turing test.&amp;nbsp;&lt;/p&gt;
  5035.  
  5036.  
  5037. &lt;p&gt;reCAPTCHA v1 could also leverage images instead of distorted&amp;nbsp;words.&lt;/p&gt;
  5038.  
  5039.  
  5040. &lt;img width=&quot;1028&quot; height=&quot;1282&quot; src=&quot;https://akismet455732288.files.wordpress.com/2024/04/image-11.png&quot; alt=&quot;reCAPTCHA with the prompt to select all squares with sunflowers&quot; class=&quot;wp-image-283865&quot; /&gt;
  5041.  
  5042.  
  5043. &lt;p&gt;As you probably already know, there are some serious user experience and accessibility issues with these types of reCAPTCHAs. In fact, &lt;a href=&quot;https://developers.google.com/recaptcha/docs/versions&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;reCAPTCHA v1 was shut down&lt;/a&gt; in&amp;nbsp;2018.&lt;/p&gt;
  5044.  
  5045.  
  5046. &lt;h4 class=&quot;wp-block-heading&quot;&gt;reCAPTCHA v2&amp;nbsp;&lt;/h4&gt;
  5047.  
  5048.  
  5049.  
  5050. &lt;p&gt;After reCAPTCHA v1, Google developed a more streamlined version called reCAPTCHA v2 or “noCAPTCHA”.&amp;nbsp;&lt;/p&gt;
  5051.  
  5052.  
  5053. &lt;p&gt;There are a few subtypes of this particular reCAPTCHA version. But since most of them are invisible, many people are only familiar with the “I’m not a robot”&amp;nbsp;checkbox.&lt;/p&gt;
  5054.  
  5055.  
  5056. &lt;img width=&quot;1372&quot; height=&quot;374&quot; src=&quot;https://akismet455732288.files.wordpress.com/2024/04/image-12.png&quot; alt=&quot;I'm not a robot reCAPTCHA&quot; class=&quot;wp-image-283866&quot; /&gt;
  5057.  
  5058.  
  5059. &lt;p&gt;As you can see, this requires less effort on the part of site visitors. The goal of reCAPTCHA v2 was to provide a seamless&amp;nbsp;experience.&lt;/p&gt;
  5060.  
  5061. &lt;p&gt;Instead of a reverse Turing test, reCAPTCHA v2 analyzes user behavior on web pages. If a site visitor is deemed suspicious, they are presented with the checkbox prompt. Otherwise, they are passed through without being aware of the back&amp;#8209;end&amp;nbsp;test.&lt;/p&gt;
  5062.  
  5063. &lt;p&gt;Another subtype of reCAPTCHA v2 uses an invisible badge. It works in the same way, but hides the checkbox behind a preexisting button on your website. When this type of reCAPTCHA is enabled on a website, you’ll see the&amp;nbsp;following:&lt;/p&gt;
  5064.  
  5065.  
  5066. &lt;img width=&quot;976&quot; height=&quot;308&quot; src=&quot;https://akismet455732288.files.wordpress.com/2024/04/image-13.png&quot; alt=&quot;notice that says &quot; /&gt;
  5067.  
  5068.  
  5069. &lt;p&gt;This version of reCAPTCHA also works for Android devices. But it’s important to note that it requires some form of user interaction, like clicking on a button, for it to be&amp;nbsp;effective.&lt;/p&gt;
  5070.  
  5071.  
  5072. &lt;h4 class=&quot;wp-block-heading&quot;&gt;reCAPTCHA v3&amp;nbsp;&lt;/h4&gt;
  5073.  
  5074.  
  5075. &lt;p&gt;As you can see, reCAPTCHAs have evolved to become increasingly discreet, which is certainly the case when it comes to &lt;a href=&quot;https://developers.google.com/search/blog/2018/10/introducing-recaptcha-v3-new-way-to&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;reCAPTCHA v3&lt;/a&gt;. This version of Google’s anti&amp;#8209;spam technology goes a step further and verifies requests in the larger context of your&amp;nbsp;website.&lt;/p&gt;
  5076.  
  5077. &lt;p&gt;It looks at visitor behavior (as with reCAPTCHA v2), but it also considers visitor history. In technical terms, it’s a JavaScript API that gives each request a score. Then website owners can take action based on those&amp;nbsp;scores.&lt;/p&gt;
  5078.  
  5079. &lt;p&gt;Google recommends that you use reCAPTCHA v3 to verify forms or “actions” (i.e. clicks). You can also run it in the background on individual pages to collect data on&amp;nbsp;traffic.&lt;/p&gt;
  5080.  
  5081.  
  5082. &lt;p&gt;Unfortunately, the newest version of reCAPTCHA has some serious flaws. First of all, legitimate users may not always have recourse if they’re falsely identified as spam —&amp;nbsp;and it doesn’t report nearly as accurate of results as Akismet’s 99.99%. So you could be costing your company a shot at legitimate leads and customers.&amp;nbsp;&lt;/p&gt;
  5083.  
  5084.  
  5085. &lt;p&gt;And reCAPTCHA v3 also has some serious privacy issues as it essentially relies on surveillance of individual users&amp;#8217; behavior beyond just their visit to your site. It’s caused a &lt;a href=&quot;https://www.fastcompany.com/90369697/googles-new-recaptcha-has-a-dark-side&quot;&gt;fair amount of controversy&lt;/a&gt; that may bleed over to your&amp;nbsp;organization.&lt;/p&gt;
  5086.  
  5087.  
  5088. &lt;h4 class=&quot;wp-block-heading&quot;&gt;reCAPTCHA Enterprise&lt;/h4&gt;
  5089.  
  5090.  
  5091. &lt;p&gt;Google offers reCAPTCHA Enterprise for larger businesses. It’s very similar to reCAPTCHA v3 in that it is frictionless for site visitors, working mostly on the back&amp;nbsp;end.&lt;/p&gt;
  5092.  
  5093. &lt;p&gt;The main difference is that reCAPTCHA Enterprise can be applied across an entire website, not just a simple form or web page. Additionally, it’s more precise and allows for more&amp;nbsp;customization.&lt;/p&gt;
  5094.  
  5095. &lt;h2 id=&quot;captcha-vs-recaptcha-vs-akismet-key-differences-and similarities&quot; class=&quot;wp-block-heading&quot;&gt;CAPTCHA vs reCAPTCHA vs Akismet: Key differences and&amp;nbsp;similarities&lt;/h2&gt;
  5096.  
  5097.  
  5098. &lt;p&gt;This section will look at Akismet vs reCAPTCHA vs CAPTCHA, focusing on their differences and similarities. Keep in mind that this is just a summary. You’ll find a more detailed comparative analysis in the next section.&amp;nbsp;&lt;/p&gt;
  5099.  
  5100.  
  5101. &lt;h3 id=&quot;captcha-vs recaptcha&quot; class=&quot;wp-block-heading&quot;&gt;CAPTCHA vs&amp;nbsp;reCAPTCHA&lt;/h3&gt;
  5102.  
  5103. &lt;p&gt;The main difference between CAPTCHA and reCAPTCHA is that most versions of the latter are a lot more subtle than the&amp;nbsp;former.&lt;/p&gt;
  5104.  
  5105. &lt;p&gt;The only reCAPTCHA that employed a similar challenge to CAPTCHA was v1, and that version is no longer in use. &lt;a href=&quot;https://akismet.com/blog/recaptcha-v2-vs-v3/&quot;&gt;reCAPTCHA v2 and v3&lt;/a&gt;, as well as the Enterprise version don’t interfere as much with the user&amp;nbsp;experience.&lt;/p&gt;
  5106.  
  5107. &lt;p&gt;In most cases, if a visitor is flagged as suspicious, they’ll be required to validate their legitimacy by simply checking a box or clicking on a button. And in the case of the invisible CAPTCHA, they may not have to perform any action at&amp;nbsp;all.&lt;/p&gt;
  5108.  
  5109. &lt;h3 id=&quot;captcha-vs akismet&quot; class=&quot;wp-block-heading&quot;&gt;CAPTCHA vs&amp;nbsp;Akismet&lt;/h3&gt;
  5110.  
  5111.  
  5112. &lt;p&gt;If you put CAPTCHA and Akismet head to head, there’s no competition. They offer opposite types of anti-spam solutions.&amp;nbsp;&lt;/p&gt;
  5113.  
  5114.  
  5115.  
  5116. &lt;p&gt;CAPTCHA very overtly interrupts the user experience, requiring visitors who are filling out a web form to complete a test before they can proceed through the conversion funnel.&amp;nbsp;&lt;/p&gt;
  5117.  
  5118.  
  5119. &lt;p&gt;Meanwhile, Akismet works completely on the back end, using AI and machine learning to detect malicious spambots and stop them in their tracks. It won’t interfere with the experience of legitimate&amp;nbsp;visitors.&lt;/p&gt;
  5120.  
  5121. &lt;h3 id=&quot;recaptcha-vs akismet&quot; class=&quot;wp-block-heading&quot;&gt;reCAPTCHA vs&amp;nbsp;Akismet&lt;/h3&gt;
  5122.  
  5123. &lt;p&gt;It only really makes sense to compare reCAPTCHA Enterprise and &lt;a href=&quot;https://akismet.com/enterprise/&quot;&gt;Akismet&lt;/a&gt;. This is because reCAPTCHA v1 and v2 can’t compete with Akismet as they interfere with the user experience, just like CAPTCHA. And all non&amp;#8209;enterprise versions of reCAPTCHA (including v3) can only be implemented on forms or actions (like button&amp;nbsp;clicks).&lt;/p&gt;
  5124.  
  5125. &lt;p&gt;Akismet offers complete solutions for both small businesses and enterprises. These tools won’t work on just one form or page, but on your entire website and everything it&amp;nbsp;contains.&lt;/p&gt;
  5126.  
  5127. &lt;p&gt;What’s more, the software is very user&amp;#8209;friendly, both for your security team and your website visitors. Once you install and configure the tool, you won’t have to worry about anything else. It will work silently in the background, using AI and machine learning to identify and filter out multiple types of spam in real&amp;nbsp;time.&lt;/p&gt;
  5128.  
  5129. &lt;p&gt;Additionally, most versions of reCAPTCHA just focus on forms and button interactions, whereas Akismet &lt;a href=&quot;https://akismet.com/blog/forum-spam/&quot;&gt;blocks form spam&lt;/a&gt;, &lt;a href=&quot;https://akismet.com/blog/comment-spam/&quot;&gt;spam comments&lt;/a&gt;, and any type of text&amp;#8209;based&amp;nbsp;spam.&lt;/p&gt;
  5130.  
  5131. &lt;p&gt;While reCAPTCHA Enterprise can offer a full&amp;#8209;site solution, it still won’t give you the same level of sophistication and coverage as Akismet Enterprise. In fact, many &lt;a href=&quot;https://akismet.com/blog/convertkit-customerstory/&quot;&gt;well&amp;#8209;known enterprises like ConvertKit&lt;/a&gt; use Akismet for their anti&amp;#8209;spam&amp;nbsp;needs.&lt;/p&gt;
  5132.  
  5133. &lt;h2 id=&quot;captcha-vs-recaptcha-vs-akismet-comparative analysis&quot; class=&quot;wp-block-heading&quot;&gt;CAPTCHA vs reCAPTCHA vs Akismet: Comparative&amp;nbsp;Analysis&lt;/h2&gt;
  5134.  
  5135. &lt;p&gt;Now, it’s time to delve into a more in&amp;#8209;depth analysis of Akismet vs reCAPTCHA vs CAPTCHA. This section puts these anti&amp;#8209;spam solutions head&amp;#8209;to&amp;#8209;head on factors like effectiveness, user experience, accessibility, and&amp;nbsp;more.&lt;/p&gt;
  5136.  
  5137. &lt;h3 id=&quot;1-effectiveness-against-spam-and bots&quot; class=&quot;wp-block-heading&quot;&gt;1. Effectiveness against spam and&amp;nbsp;bots&lt;/h3&gt;
  5138.  
  5139. &lt;p&gt;When you’re choosing an anti&amp;#8209;spam solution for a business of any size, effectiveness is obviously a key consideration. So, how do CAPTCHA, reCAPTCHA, and Akismet compare in this&amp;nbsp;area?&lt;/p&gt;
  5140.  
  5141. &lt;p&gt;First, studies show that &lt;a href=&quot;https://www.usatoday.com/story/tech/2023/08/17/captcha-tests-keep-more-humans-than-bots-out-study-shows/70609691007/&quot;&gt;bots are now more effective&lt;/a&gt; than humans at passing CAPTCHA tests.&lt;br /&gt;That means CAPTCHAs are essentially&amp;nbsp;obsolete.&lt;/p&gt;
  5142.  
  5143. &lt;p&gt;Meanwhile, due to poor user experience and accessibility issues, reCAPTCHAs can hurt your bottom line. They can end up alienating legitimate visitors. Furthermore, CAPTCHAs and most reCAPTCHAs can only be implemented on individual forms and web&amp;nbsp;pages.&lt;/p&gt;
  5144.  
  5145. &lt;p&gt;Akismet is the most comprehensive option, and the most effective. It provides coverage for your entire website, not just a single web form or page. That includes protection against comment, form, and text spam. Plus, it doesn’t impact the user experience in any&amp;nbsp;way.&lt;/p&gt;
  5146.  
  5147.  
  5148. &lt;p&gt;While you can implement reCAPTCHA Enterprise across an entire website, and it will protect against multiple types of spam, the code behind it has some downsides. It uses a JavaScript API, which can slow down your website.&amp;nbsp;&lt;/p&gt;
  5149.  
  5150.  
  5151.  
  5152. &lt;p&gt;On the other hand, Akismet uses artificial intelligence and machine learning to identify, filter, and block spam in real time. Akismet maintains a huge spam database (probably the biggest in the world), but all of this data is stored in the cloud so it doesn’t impact your site’s performance.&amp;nbsp;&lt;/p&gt;
  5153.  
  5154.  
  5155. &lt;h3 id=&quot;2-user-experience-and accessibility&quot; class=&quot;wp-block-heading&quot;&gt;2. User experience and&amp;nbsp;accessibility&lt;/h3&gt;
  5156.  
  5157. &lt;p&gt;If you run an online business, offering a top&amp;#8209;notch experience is essential. Your site’s visitors should be able to navigate seamlessly through your website and its components, including forms and comment&amp;nbsp;sections.&lt;/p&gt;
  5158.  
  5159. &lt;p&gt;When visitors encounter issues, they may become frustrated and abandon the page. Plus, a poor website experience can damage your company’s&amp;nbsp;reputation.&lt;/p&gt;
  5160.  
  5161.  
  5162. &lt;p&gt;Unfortunately, CAPTCHA and reCAPTCHA both fall short in terms of user experience.&amp;nbsp;&lt;/p&gt;
  5163.  
  5164.  
  5165.  
  5166. &lt;p&gt;CAPTCHA is &lt;a href=&quot;https://www.youtube.com/watch?v=FjD1gyFHULI&quot;&gt;well-known for being frustrating at times&lt;/a&gt;, as some of the character-based and image challenges can be difficult to solve. Legitimate site visitors may fail the test and end up blocked from completing an important action, like filling out a &lt;a href=&quot;https://akismet.com/blog/lead-capture-form/&quot;&gt;lead capture form&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
  5167.  
  5168.  
  5169. &lt;p&gt;Furthermore, CAPTCHAs and some reCAPTCHAs (v1 and v2) present a major accessibility problem, as individuals with vision impairments may have trouble completing the reverse Turing tests. Likewise, anyone with a hearing impairment may be unable to complete audio&amp;nbsp;CAPTCHAs.&lt;/p&gt;
  5170.  
  5171. &lt;p&gt;Similarly, reCAPTCHA v3 can alienate any individuals who are navigating the web in alternative ways. For instance, if a site visitor is using a voice tool or keyboard navigation, their keystrokes or interactions could be unfairly flagged as&amp;nbsp;“suspicious”.&lt;/p&gt;
  5172.  
  5173. &lt;h3 id=&quot;3-impact-on-form-conversion rates&quot; class=&quot;wp-block-heading&quot;&gt;3. Impact on form conversion&amp;nbsp;rates&lt;/h3&gt;
  5174.  
  5175. &lt;p&gt;When visitors can navigate seamlessly through your site’s conversion funnel, your company will be better able to maximize profits. On the contrary, if an anti&amp;#8209;spam tool is causing friction, the business might lose&amp;nbsp;conversions.&lt;/p&gt;
  5176.  
  5177. &lt;p&gt;Most versions of reCAPTCHA can interfere with the steps in a sales funnel. For example, a site visitor may encounter a reCAPTCHA when creating a customer account, and another one when making a purchase. Both create opportunities for them to become frustrated and&amp;nbsp;leave.&lt;/p&gt;
  5178.  
  5179. &lt;p&gt;Only reCAPTCHA v3 and reCAPTCHA Enterprise can provide a solution as discreet as Akismet. But as mentioned earlier, reCAPTCHA’s JavaScript API can impact your site’s&amp;nbsp;performance.&lt;/p&gt;
  5180.  
  5181. &lt;h3 id=&quot;4-impact-on-page speed&quot; class=&quot;wp-block-heading&quot;&gt;4. Impact on page&amp;nbsp;speed&lt;/h3&gt;
  5182.  
  5183.  
  5184. &lt;p&gt;Fast load times are an important aspect of a positive user experience. They also impact your &lt;a href=&quot;https://jetpack.com/blog/wordpress-core-web-vitals/&quot;&gt;Core Web Vitals scores&lt;/a&gt;, and as a result, they may affect your search engine rankings.&amp;nbsp;&lt;/p&gt;
  5185.  
  5186.  
  5187.  
  5188. &lt;p&gt;With this in mind, you’ll want an anti-spam solution that minimally impacts your website’s loading times. Since reCAPTCHA uses JavaScript or a JavaScript API on the back end of your site, this will likely slow it down — especially if you’re using a lot of other scripts.&amp;nbsp;&lt;/p&gt;
  5189.  
  5190.  
  5191.  
  5192. &lt;p&gt;Google’s developers recommend that reCAPTCHA should be &lt;a href=&quot;https://developers.google.com/recaptcha/docs/loading&quot;&gt;loaded asynchronously&lt;/a&gt;. But this can require some advanced configuration, or adding another optimization tool to your site.&amp;nbsp;&lt;/p&gt;
  5193.  
  5194.  
  5195. &lt;p&gt;In contrast, Akismet is cloud&amp;#8209;based, so it won’t have any negative impact on your page&amp;nbsp;speed.&lt;/p&gt;
  5196.  
  5197. &lt;h3 id=&quot;5-integration-and compatibility&quot; class=&quot;wp-block-heading&quot;&gt;5. Integration and&amp;nbsp;compatibility&lt;/h3&gt;
  5198.  
  5199. &lt;p&gt;You might not want to use reCAPTCHA on websites that are already using a lot of JavaScript (unless you’re optimizing for speed with another tool). Additionally, reCAPTCHA Enterprise works with Google Cloud, so you’ll need to make sure it supports the infrastructure of your&amp;nbsp;website.&lt;/p&gt;
  5200.  
  5201. &lt;p&gt;Akismet and Akismet Enterprise can be used on WordPress and many &lt;a href=&quot;https://akismet.com/support/getting-started/does-akismet-only-work-with-wordpress/&quot;&gt;other platforms&lt;/a&gt;, including Drupal, phpBB3, Joomla, and&amp;nbsp;more.&lt;/p&gt;
  5202.  
  5203. &lt;p&gt;In terms of compatibility, Akismet offers a more streamlined, hands&amp;#8209;off solution. This is likely ideal if you’re a busy security professional with lots of other important tasks on your&amp;nbsp;schedule.&lt;/p&gt;
  5204.  
  5205.  
  5206. &lt;p&gt;If your business only has access to a small team, you might not have the personnel required for the services that reCAPTCHA Enterprise offers. Therefore, Akismet will be a better solution for you, as it doesn’t entail much work to run and maintain.&amp;nbsp;&lt;/p&gt;
  5207.  
  5208.  
  5209. &lt;h2 id=&quot;captcha-vs-recaptcha-vs-akismet-the-bottom line&quot; class=&quot;wp-block-heading&quot;&gt;CAPTCHA vs reCAPTCHA vs Akismet: The bottom&amp;nbsp;line&lt;/h2&gt;
  5210.  
  5211.  
  5212. &lt;p&gt;Whether you run a small business or manage a team of security experts at an enterprise, you’ll need a robust anti-spam solution for your website.&amp;nbsp;&lt;/p&gt;
  5213.  
  5214.  
  5215.  
  5216. &lt;p&gt;As discussed in this article, there’s no reason to use CAPTCHAs anymore, as they are outdated and present serious issues in terms of user experience and accessibility.&amp;nbsp;&lt;/p&gt;
  5217.  
  5218.  
  5219. &lt;p&gt;Meanwhile, most reCAPTCHAs can disturb the customer journey, and unless you’re using reCAPTCHA Enterprise, you’ll need to implement them on individual forms and&amp;nbsp;pages.&lt;/p&gt;
  5220.  
  5221. &lt;p&gt;Akismet, on the other hand, offers a complete solution for your enterprise website. What’s more, it’s cloud&amp;#8209;based and uses sophisticated AI and machine learning to get the job&amp;nbsp;done.&lt;/p&gt;
  5222.  
  5223. &lt;h2 id=&quot;how-to-get-started-with-akismet-in-three steps&quot; class=&quot;wp-block-heading&quot;&gt;How to get started with Akismet (in three&amp;nbsp;steps)&lt;/h2&gt;
  5224.  
  5225. &lt;p&gt;If you’ve decided to use Akismet, here’s how to set it up on a WordPress&amp;nbsp;site.&lt;/p&gt;
  5226.  
  5227. &lt;h3 id=&quot;step-1-install-and-activate-the-akismet plugin&quot; class=&quot;wp-block-heading&quot;&gt;Step 1: Install and activate the Akismet&amp;nbsp;plugin&lt;/h3&gt;
  5228.  
  5229.  
  5230. &lt;p&gt;First, you’ll want to navigate to your WordPress dashboard and go to &lt;strong&gt;Plugins → Add New&lt;/strong&gt;.&amp;nbsp;&lt;/p&gt;
  5231.  
  5232.  
  5233. &lt;p&gt;You should see Akismet as one of the featured options. But if not, you can use the search tool to find&amp;nbsp;it.&lt;/p&gt;
  5234.  
  5235.  
  5236. &lt;img width=&quot;1600&quot; height=&quot;612&quot; src=&quot;https://akismet455732288.files.wordpress.com/2024/04/image-14.png&quot; alt=&quot;Akismet plugin in the WordPress Plugins section&quot; class=&quot;wp-image-283869&quot; /&gt;
  5237.  
  5238.  
  5239. &lt;p&gt;Then click &lt;strong&gt;Install Now&lt;/strong&gt;, followed by&amp;nbsp;&lt;strong&gt;Activate&lt;/strong&gt;.&lt;/p&gt;
  5240.  
  5241. &lt;h3 id=&quot;step-2-set-up-your-akismet account&quot; class=&quot;wp-block-heading&quot;&gt;Step 2: Set up your Akismet&amp;nbsp;account&lt;/h3&gt;
  5242.  
  5243. &lt;p&gt;After you activate the Akismet plugin, you’ll be directed to a setup page in your WordPress dashboard. Alternatively, you could click on &lt;strong&gt;Settings → Akismet&amp;nbsp;Anti&amp;#8209;spam&lt;/strong&gt;.&lt;/p&gt;
  5244.  
  5245.  
  5246. &lt;img width=&quot;1600&quot; height=&quot;859&quot; src=&quot;https://akismet455732288.files.wordpress.com/2024/04/image-15.png&quot; alt=&quot;prompt to set up an Akismet account&quot; class=&quot;wp-image-283870&quot; /&gt;
  5247.  
  5248.  
  5249. &lt;p&gt;To proceed, simply hit the &lt;strong&gt;Set up your Akismet account&lt;/strong&gt; button. Then you’ll be led to a page that shows all the different Akismet pricing plans. You’ll need to choose a plan and sign up for an&amp;nbsp;account.&lt;/p&gt;
  5250.  
  5251. &lt;h3 id=&quot;step-3-enter-your-api key&quot; class=&quot;wp-block-heading&quot;&gt;Step 3: Enter your API&amp;nbsp;key&lt;/h3&gt;
  5252.  
  5253. &lt;p&gt;Once you’ve purchased an Akismet plan, you’ll be given an API key to connect your account to your WordPress website. Go ahead and enter this key into&amp;nbsp;WordPress.&lt;/p&gt;
  5254.  
  5255.  
  5256. &lt;img width=&quot;1600&quot; height=&quot;303&quot; src=&quot;https://akismet455732288.files.wordpress.com/2024/04/image-16.png&quot; alt=&quot;field to enter an API key&quot; class=&quot;wp-image-283871&quot; /&gt;
  5257.  
  5258.  
  5259. &lt;p&gt;Then, click on &lt;strong&gt;Connect with API key&lt;/strong&gt;, and that’s it! Akismet doesn’t require any configuration, but &lt;a href=&quot;https://akismet.com/support/getting-started/confirm/&quot;&gt;you can easily check to see if it’s&amp;nbsp;working&lt;/a&gt;.&lt;/p&gt;
  5260.  
  5261.  
  5262. &lt;p&gt;Ready to improve your site and eliminate spam? Organizations both big and small can start here: &lt;a href=&quot;https://akismet.com/pricing/&quot;&gt;https://akismet.com/pricing/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
  5263.  
  5264.  
  5265. &lt;h2 id=&quot;frequently-asked questions&quot; class=&quot;wp-block-heading&quot;&gt;Frequently asked&amp;nbsp;questions&lt;/h2&gt;
  5266.  
  5267. &lt;p&gt;This article has covered everything you’ll need to know about CAPTCHA vs reCAPTCHA vs Akismet. To sum up the key points, here are some answers to frequently asked questions about these&amp;nbsp;tools.&lt;/p&gt;
  5268.  
  5269. &lt;h3 id=&quot;what-is captcha&quot; class=&quot;wp-block-heading&quot;&gt;What is&amp;nbsp;CAPTCHA?&lt;/h3&gt;
  5270.  
  5271. &lt;p&gt;CAPTCHA stands for “completely automated public Turing test to tell computers and humans apart”. It’s a test or “challenge” that a site visitor must complete in order to fill out a web form. The most common types of CAPTCHAs require individuals to decipher distorted characters or select specific&amp;nbsp;images.&lt;/p&gt;
  5272.  
  5273. &lt;p&gt;CAPTCHAs provide a poor user experience and can lead to accessibility issues. So you’ll likely want to look for a &lt;a href=&quot;https://akismet.com/blog/captcha-alternatives/&quot;&gt;CAPTCHA&amp;nbsp;alternative&lt;/a&gt;.&lt;/p&gt;
  5274.  
  5275. &lt;h3 id=&quot;what-are-the-different-types-of captchas&quot; class=&quot;wp-block-heading&quot;&gt;What are the different types of&amp;nbsp;CAPTCHAs?&lt;/h3&gt;
  5276.  
  5277.  
  5278. &lt;p&gt;There are a few different types of CAPTCHAs. In the past, the most common options were character-based or image-based. These required individuals to either decipher distorted letters and numbers, or select images that contain certain elements.&amp;nbsp;&lt;/p&gt;
  5279.  
  5280.  
  5281. &lt;p&gt;There were also audio CAPTCHAs, which required visitors to listen to a series of letters and numbers, then input them into the fields&amp;nbsp;provided.&lt;/p&gt;
  5282.  
  5283. &lt;h3 id=&quot;what-is recaptcha&quot; class=&quot;wp-block-heading&quot;&gt;What is&amp;nbsp;reCAPTCHA?&lt;/h3&gt;
  5284.  
  5285. &lt;p&gt;reCAPTCHA is an iteration of the original CAPTCHA test. It’s more user&amp;#8209;friendly than basic CAPTCHA, and tends to be invisible. At most, it may require site visitors to check a box to confirm their&amp;nbsp;legitimacy.&lt;/p&gt;
  5286.  
  5287. &lt;h3 id=&quot;what-is akismet&quot; class=&quot;wp-block-heading&quot;&gt;What is&amp;nbsp;Akismet?&lt;/h3&gt;
  5288.  
  5289. &lt;p&gt;Akismet is a comprehensive anti&amp;#8209;spam software solution that you can install on the back end of your site. It uses AI and machine learning to block form spam, comment spam, and any other text&amp;#8209;based&amp;nbsp;spam.&lt;/p&gt;
  5290.  
  5291. &lt;h3 id=&quot;is-akismet-better-than-captcha-and recaptcha&quot; class=&quot;wp-block-heading&quot;&gt;Is Akismet better than CAPTCHA and&amp;nbsp;reCAPTCHA?&lt;/h3&gt;
  5292.  
  5293.  
  5294. &lt;p&gt;Akismet is a better solution than CAPTCHA and reCAPTCHA. It protects against a wide net of spam (not just form spam) and can be implemented on an entire site (not just an individual page). Akismet can do this thanks to AI and machine learning.&amp;nbsp;&lt;/p&gt;
  5295.  
  5296.  
  5297. &lt;p&gt;Plus, it’s user&amp;#8209;friendly, accessible, and discreet. It doesn’t interfere with the user experience the way that CAPTCHAs and some reCAPTCHAs do. And since it’s cloud&amp;#8209;based, it won’t negatively impact your website’s&amp;nbsp;performance.&lt;/p&gt;
  5298.  
  5299. &lt;h3 id=&quot;how-accurate-is-akismet-at-stopping spam&quot; class=&quot;wp-block-heading&quot;&gt;How accurate is Akismet at stopping&amp;nbsp;spam?&lt;/h3&gt;
  5300.  
  5301. &lt;p&gt;Akismet offers a 99.99% accuracy rate when stopping&amp;nbsp;spam.&lt;/p&gt;
  5302.  
  5303. &lt;h3 id=&quot;how-many-sites-use akismet&quot; class=&quot;wp-block-heading&quot;&gt;How many sites use&amp;nbsp;Akismet?&lt;/h3&gt;
  5304.  
  5305. &lt;p&gt;More than 100 million websites use Akismet, and the software has blocked more than 548,914,109,725 pieces of spam (at the time of this writing). Furthermore, plenty of well&amp;#8209;known brands, like Microsoft and Bluehost, use&amp;nbsp;Akismet.&lt;/p&gt;
  5306.  
  5307. &lt;h3 id=&quot;where-can-i-learn-more-about akismet&quot; class=&quot;wp-block-heading&quot;&gt;Where can I learn more about&amp;nbsp;Akismet?&lt;/h3&gt;
  5308.  
  5309.  
  5310. &lt;p&gt;You can learn more about Akismet by checking out its &lt;a href=&quot;https://akismet.com/features/&quot;&gt;full list of features&lt;/a&gt; on the official website.&amp;nbsp;&lt;/p&gt;</description>
  5311. <pubDate>Wed, 17 Apr 2024 13:00:00 +0000</pubDate>
  5312. <dc:creator>Jen Swisher</dc:creator>
  5313. </item>
  5314. <item>
  5315. <title>Do The Woo Community: New Show, Open Talk on Open Source with Robert Jacobi and Courtney Robertson</title>
  5316. <guid>https://dothewoo.io/?p=82929</guid>
  5317. <link>https://dothewoo.io/new-show-open-talk-on-open-source-with-robert-jacobi-and-courtney-robertson/</link>
  5318. <description>In the premier episode of Open Talk On Open Source Show, hosts Robert and Courtney discuss their open source journeys and the need for collaboration and understanding between different open source communities.</description>
  5319. <pubDate>Wed, 17 Apr 2024 08:14:32 +0000</pubDate>
  5320. <dc:creator>BobWP</dc:creator>
  5321. </item>
  5322. <item>
  5323. <title>Do The Woo Community: From a Full Stack Developer to a Product Developer with Alexander Gilmanov</title>
  5324. <guid>https://dothewoo.io/?p=82913</guid>
  5325. <link>https://dothewoo.io/from-a-full-stack-developer-to-a-product-developer-with-alexander-gilmanov/</link>
  5326. <description>Alexander Gilmanov shares insights into his journey in the WordPress and WooCommerce space, growing a plugin business and the importance of community and events.</description>
  5327. <pubDate>Tue, 16 Apr 2024 09:59:00 +0000</pubDate>
  5328. <dc:creator>BobWP</dc:creator>
  5329. </item>
  5330. <item>
  5331. <title>WordPress.org blog: How WordPress Is Creating a Faster Web</title>
  5332. <guid>https://wordpress.org/news/?p=17208</guid>
  5333. <link>https://wordpress.org/news/2024/04/how-wordpress-is-creating-a-faster-web/</link>
  5334. <description>&lt;p&gt;Today, WordPress powers &lt;a href=&quot;https://w3techs.com/technologies/overview/content_management&quot;&gt;more than 40% of the web&lt;/a&gt;. That’s a massive reach—one that comes with a similarly large responsibility. With so many people using the CMS, the WordPress community should always consider strategies for improving the visitor experience. This is where website performance plays a crucial role.&lt;/p&gt;
  5335.  
  5336.  
  5337.  
  5338. &lt;p&gt;How fast a web page loads, how quickly a page reacts when you click a button, or how smoothly it scrolls can all significantly impact the end-user experience. A more performant site can lead to &lt;a href=&quot;https://web.dev/case-studies/vitals-business-impact&quot;&gt;higher reader engagement and more conversions&lt;/a&gt;. Thankfully, over the past few years, the WordPress project has made major performance improvements across the board for the core platform, plugins, and themes.&lt;/p&gt;
  5339.  
  5340.  
  5341.  
  5342. &lt;p&gt;Many enhancements are available out of the box, with no configuration required. They improve the website frontend&amp;#8217;s performance—the part visitors see—and various parts of the administrative experience, such as the editor.&lt;/p&gt;
  5343.  
  5344.  
  5345.  
  5346. &lt;p&gt;Here’s a partial list of performance upgrades from the past year:&lt;/p&gt;
  5347.  
  5348.  
  5349.  
  5350. &lt;ul&gt;
  5351. &lt;li&gt;WordPress 6.3 brought several &lt;a href=&quot;https://make.wordpress.org/core/2023/09/19/analyzing-the-core-web-vitals-performance-impact-of-wordpress-6-3-in-the-field/&quot;&gt;enhancements to image loading&lt;/a&gt;. This resulted in an improvement of up to 21% in loading time for any WordPress page with a hero image.&lt;/li&gt;
  5352.  
  5353.  
  5354.  
  5355. &lt;li&gt;WordPress 6.5 launched with a &lt;a href=&quot;https://make.wordpress.org/core/2023/11/08/merging-performant-translations-into-core/&quot;&gt;more efficient translation engine&lt;/a&gt;. In benchmark testing, it improved WordPress response time by 23% for all localized WordPress sites. &lt;a href=&quot;https://wordpress.org/about/stats/&quot;&gt;More than 55% of all WordPress sites&lt;/a&gt; worldwide use a language other than US English and would benefit from this enhancement.&lt;/li&gt;
  5356.  
  5357.  
  5358.  
  5359. &lt;li&gt;WordPress 6.5 also included several performance optimizations for the Block Editor, leading to &lt;a href=&quot;https://github.com/WordPress/gutenberg/issues/57935&quot;&gt;5x faster typing processing and 2x faster load times&lt;/a&gt; when creating or editing content in the site and post editors.&lt;/li&gt;
  5360. &lt;/ul&gt;
  5361.  
  5362.  
  5363.  
  5364. &lt;p&gt;In addition to the Core enhancements listed above, the WordPress project continues to work on several efforts that indirectly benefit the ecosystem&amp;#8217;s performance.&lt;/p&gt;
  5365.  
  5366.  
  5367.  
  5368. &lt;p&gt;For instance, WordPress Core leverages &lt;a href=&quot;https://codehealth.vercel.app/project/wordpress&quot;&gt;automated tooling for continuously monitoring its performance&lt;/a&gt;, covering every product update. This helps measure new features&amp;#8217; performance improvements and enables contributors to detect potential performance problems during the development of a new feature or release so any issues can be proactively addressed long before end users are affected. A project is currently underway to make the same tooling used by WordPress Core developers available to plugin and theme authors as well.&lt;/p&gt;
  5369.  
  5370.  
  5371.  
  5372. &lt;p&gt;Additionally, the new &lt;a href=&quot;https://wordpress.org/plugins/plugin-check/&quot;&gt;WordPress plugin checker&lt;/a&gt; allows checking any plugin for performance best practices, among other requirements and recommendations. The plugin checker should lead to more performance awareness in plugin authors and, eventually, faster plugins. If you develop plugins, consider integrating this tool into your development and testing workflow.&lt;/p&gt;
  5373.  
  5374.  
  5375.  
  5376. &lt;p&gt;Last but not least, WordPress 6.5 introduced the &lt;a href=&quot;https://make.wordpress.org/core/2024/03/04/interactivity-api-dev-note/&quot;&gt;Interactivity API&lt;/a&gt;, which is a technical foundation that facilitates more performant user interactions. This new infrastructure drastically simplifies the implementation of interactive website features and can even centrally control certain aspects of performance, keeping multiple independent plugins operating efficiently.&lt;/p&gt;
  5377.  
  5378.  
  5379.  
  5380. &lt;p&gt;These performance updates result from a collaborative effort from all corners of the community, including the &lt;a href=&quot;https://make.wordpress.org/performance/handbook/about-the-team/&quot;&gt;WordPress Performance Team&lt;/a&gt;. This team, founded in 2021, underscores the WordPress project’s commitment to performance. And the results are substantial: Compared to a year ago, 8% more WordPress sites &lt;a href=&quot;https://make.wordpress.org/core/2023/12/19/wordpress-performance-impact-on-core-web-vitals-in-2023/&quot;&gt;deliver good load time performance at scale&lt;/a&gt;—significantly better than the overall web’s 5.5% load time improvement. The web is getting more performant, and WordPress is leading the way.&lt;/p&gt;
  5381.  
  5382.  
  5383.  
  5384. &lt;p&gt;WordPress contributors are determined to continue this trend by working on further performance iterations. Whether you’re a WordPress end user, administrator, site builder, or developer, you can contribute to this effort. Anyone can test the performance features before being released in Core through individual feature plugins. Each feature can be tested via the &lt;a href=&quot;https://wordpress.org/plugins/performance-lab/&quot;&gt;Performance Lab plugin&lt;/a&gt;, so please try them! Testing features early helps the team assess their impact and collect valuable feedback.&lt;/p&gt;
  5385.  
  5386.  
  5387.  
  5388. &lt;p&gt;Are you eager for more WordPress performance news and updates? Then check out the &lt;a href=&quot;https://make.wordpress.org/performance/roadmap-2024/&quot;&gt;2024 performance roadmap&lt;/a&gt;. Thanks to the entire community for your hard work. Not only does it ensure WordPress’ continued improvement and growth, but it benefits the entire open web.&lt;/p&gt;
  5389.  
  5390.  
  5391.  
  5392. &lt;p class=&quot;has-text-align-right&quot;&gt;&lt;em&gt;Thank you to &lt;a href=&quot;https://profiles.wordpress.org/annezazu/&quot; class=&quot;mention&quot;&gt;&lt;span class=&quot;mentions-prefix&quot;&gt;@&lt;/span&gt;annezazu&lt;/a&gt; &lt;a href=&quot;https://profiles.wordpress.org/clarkeemily/&quot; class=&quot;mention&quot;&gt;&lt;span class=&quot;mentions-prefix&quot;&gt;@&lt;/span&gt;clarkeemily&lt;/a&gt; &lt;a href=&quot;https://profiles.wordpress.org/tweetythierry/&quot; class=&quot;mention&quot;&gt;&lt;span class=&quot;mentions-prefix&quot;&gt;@&lt;/span&gt;tweetythierry&lt;/a&gt; &lt;a href=&quot;https://profiles.wordpress.org/swissspidy/&quot; class=&quot;mention&quot;&gt;&lt;span class=&quot;mentions-prefix&quot;&gt;@&lt;/span&gt;swissspidy&lt;/a&gt; &lt;a href=&quot;https://profiles.wordpress.org/westonruter/&quot; class=&quot;mention&quot;&gt;&lt;span class=&quot;mentions-prefix&quot;&gt;@&lt;/span&gt;westonruter&lt;/a&gt; &lt;a href=&quot;https://profiles.wordpress.org/adamsilverstein/&quot; class=&quot;mention&quot;&gt;&lt;span class=&quot;mentions-prefix&quot;&gt;@&lt;/span&gt;adamsilverstein&lt;/a&gt; &lt;a href=&quot;https://profiles.wordpress.org/joemcgill/&quot; class=&quot;mention&quot;&gt;&lt;span class=&quot;mentions-prefix&quot;&gt;@&lt;/span&gt;joemcgill&lt;/a&gt; for content review and &lt;a href=&quot;https://profiles.wordpress.org/provenself/&quot; class=&quot;mention&quot;&gt;&lt;span class=&quot;mentions-prefix&quot;&gt;@&lt;/span&gt;provenself&lt;/a&gt; &lt;a href=&quot;https://profiles.wordpress.org/dansoschin/&quot; class=&quot;mention&quot;&gt;&lt;span class=&quot;mentions-prefix&quot;&gt;@&lt;/span&gt;dansoschin&lt;/a&gt; for editorial review.&lt;/em&gt;&lt;/p&gt;</description>
  5393. <pubDate>Mon, 15 Apr 2024 14:00:00 +0000</pubDate>
  5394. <dc:creator>Felix Arntz</dc:creator>
  5395. </item>
  5396. <item>
  5397. <title>WordPress.org blog: WP Briefing: Episode 77: Let’s Talk About Data Liberation</title>
  5398. <guid>https://wordpress.org/news/?post_type=podcast&amp;p=17205</guid>
  5399. <link>https://wordpress.org/news/2024/04/episode-77-lets-talk-about-data-liberation/</link>
  5400. <description>&lt;p&gt;Explore the WordPress Data Liberation project in this exclusive behind-the-scenes episode discussing WordPress migrations. Joining us is WordPress Executive Director Josepha Haden Chomphosy, along with special guest and sponsored contributor Jordan Gillman. Together, they&amp;#8217;ll look at how the project is expanding opportunities to benefit from the freedom and flexibility WordPress offers. Don&amp;#8217;t miss this enlightening discussion!&lt;/p&gt;
  5401.  
  5402.  
  5403.  
  5404. &lt;h2 class=&quot;wp-block-heading&quot;&gt;Credits&lt;/h2&gt;
  5405.  
  5406.  
  5407.  
  5408. &lt;p&gt;Host:&amp;nbsp;&lt;a href=&quot;https://profiles.wordpress.org/chanthaboune/&quot;&gt;Josepha Haden Chomphosy&lt;/a&gt;&lt;br /&gt;Guest:&amp;nbsp;&lt;a href=&quot;https://profiles.wordpress.org/jordesign/&quot;&gt;Jordan Gillman&lt;/a&gt;&lt;br /&gt;Editor:&amp;nbsp;&lt;a href=&quot;https://profiles.wordpress.org/dustinhartzler/&quot;&gt;Dustin Hartzler&lt;/a&gt;&lt;br /&gt;Logo:&amp;nbsp;&lt;a href=&quot;https://profiles.wordpress.org/javiarce/&quot;&gt;Javier Arce&lt;/a&gt;&lt;br /&gt;Production:&amp;nbsp;&lt;a href=&quot;https://profiles.wordpress.org/bjmcsherry/&quot;&gt;Brett McSherry&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href=&quot;https://profiles.wordpress.org/eidolonnight/&quot;&gt;Nicholas Garofalo&lt;/a&gt;&lt;br /&gt;Song: Fearless First by Kevin MacLeod&lt;/p&gt;
  5409.  
  5410.  
  5411.  
  5412. &lt;h2 class=&quot;wp-block-heading&quot;&gt;Show Notes&lt;/h2&gt;
  5413.  
  5414.  
  5415.  
  5416. &lt;ul&gt;
  5417. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/polyglots/2023/04/13/idea-translate-wordpress-org-tour/&quot;&gt;Idea: translate.wordpress.org tour&lt;/a&gt;&lt;/li&gt;
  5418.  
  5419.  
  5420.  
  5421. &lt;li&gt;&lt;a href=&quot;https://playground.wordpress.net/&quot;&gt;WordPress Playground&lt;/a&gt;&lt;/li&gt;
  5422.  
  5423.  
  5424.  
  5425. &lt;li&gt;&lt;a href=&quot;https://wordpress.org/data-liberation/&quot;&gt;Want to get involved with Data Liberation?&lt;/a&gt;&lt;/li&gt;
  5426.  
  5427.  
  5428.  
  5429. &lt;li&gt;&lt;a href=&quot;https://github.com/wordpress/data-liberation&quot;&gt;GitHub &amp;#8211; Data Liberation&lt;/a&gt;&lt;/li&gt;
  5430.  
  5431.  
  5432.  
  5433. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/chat/&quot;&gt;Making WordPress Slack&lt;/a&gt; &amp;#8211; &lt;a href=&quot;https://wordpress.slack.com/archives/C069AKUBPHB&quot;&gt;data-liberation channel&lt;/a&gt;&lt;/li&gt;
  5434.  
  5435.  
  5436.  
  5437. &lt;li&gt;&lt;strong&gt;Small List of Big Things&lt;/strong&gt;
  5438. &lt;ul&gt;
  5439. &lt;li&gt;&lt;a href=&quot;https://us.wordcamp.org/2024/tickets/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;WordCamp US 2024 Tickets are now on Sale&lt;/a&gt;&lt;/li&gt;
  5440.  
  5441.  
  5442.  
  5443. &lt;li&gt;&lt;a href=&quot;https://wordpress.org/download/releases/6-5/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;WordPress 6.5 Available to Download&lt;/a&gt;&lt;/li&gt;
  5444.  
  5445.  
  5446.  
  5447. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/04/08/dropping-support-for-php-7-1/&quot;&gt;Dropping support for PHP 7.0 and 7.1&lt;/a&gt;&lt;/li&gt;
  5448. &lt;/ul&gt;
  5449. &lt;/li&gt;
  5450.  
  5451.  
  5452.  
  5453. &lt;li&gt;Have a question you&amp;#8217;d like answered? Submit them to&amp;nbsp;&lt;a href=&quot;mailto:wpbriefing@WordPress.org&quot;&gt;WPBriefing@WordPress.org&lt;/a&gt;.&lt;/li&gt;
  5454. &lt;/ul&gt;
  5455.  
  5456.  
  5457.  
  5458. &lt;h2 class=&quot;wp-block-heading&quot;&gt;Transcript&lt;/h2&gt;
  5459.  
  5460.  
  5461.  
  5462. &lt;span id=&quot;more-17205&quot;&gt;&lt;/span&gt;
  5463.  
  5464.  
  5465.  
  5466. &lt;p&gt;[00:00:00]&amp;nbsp;&lt;strong&gt;Josepha:&lt;/strong&gt;&amp;nbsp;Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.&lt;/p&gt;
  5467.  
  5468.  
  5469.  
  5470. &lt;p&gt;I&amp;#8217;m your host, Josepha Haden Chomphosy. Here we go!&amp;nbsp;&lt;/p&gt;
  5471.  
  5472.  
  5473.  
  5474. &lt;p&gt;[00:00:28] (Intro Music)&amp;nbsp;&lt;/p&gt;
  5475.  
  5476.  
  5477.  
  5478. &lt;p&gt;[00:00:40] &lt;strong&gt;Josepha:&lt;/strong&gt; Today, I want to talk about the Data Liberation project that we first introduced at State of the Word. It&amp;#8217;s a very big project with a lot of philosophical underpinning. So today, I have with me Jordan Gillman, who&amp;#8217;s going to help us dig in a little bit deeper.&lt;/p&gt;
  5479.  
  5480.  
  5481.  
  5482. &lt;p&gt;Jordan, welcome to the show. It&amp;#8217;s so great to have you here.&lt;/p&gt;
  5483.  
  5484.  
  5485.  
  5486. &lt;p&gt;[00:00:57] &lt;strong&gt;Jordan:&lt;/strong&gt; Thank you. It&amp;#8217;s lovely to be here.&lt;/p&gt;
  5487.  
  5488.  
  5489.  
  5490. &lt;p&gt;[00:00:59] &lt;strong&gt;Josepha:&lt;/strong&gt; Before we get started, why don&amp;#8217;t you tell us a little bit about yourself? Like what parts of the WordPress project you contribute to, and how long you&amp;#8217;ve been hanging around in open source?&lt;/p&gt;
  5491.  
  5492.  
  5493.  
  5494. &lt;p&gt;[00:01:09] &lt;strong&gt;Jordan:&lt;/strong&gt; Yeah, beautiful. I would love to. My name is Jordan. I live on the east coast of Australia, about an hour out of Sydney—about 10 minutes from the beach, which is a pretty great place to live. My relationship with WordPress began 19 or 18 years ago, I guess. I was tinkering with Movable Type, and they changed their license.&lt;/p&gt;
  5495.  
  5496.  
  5497.  
  5498. &lt;p&gt;And I went, I need to find something that&amp;#8217;s free. And at that point, I had no idea what open source was. I just knew that I could use this WordPress platform for free to you know, tinker around and build websites. At the time, I was a graphic designer and, so web stuff was just fun. But gradually, that kind of took over, and I ended up doing a lot of front-end development and eventually freelancing for about ten years, building WordPress sites for churches and schools and kind of non-profit organizations like that. And through that, I&amp;#8217;ve also then ended up doing some support for WordPress and landed being lucky enough now to be sponsored to contribute full-time into the WordPress project. I do a lot of work with the support team, so working in the public forums, particularly on core WordPress plugins and themes like Gutenberg and bundled themes, Twenty Twenty-Four.&lt;/p&gt;
  5499.  
  5500.  
  5501.  
  5502. &lt;p&gt;[00:02:15] &lt;strong&gt;Jordan:&lt;/strong&gt; But also working with the team itself, trying to make sure the forums are a nice place for people to hang out and answer questions and get their questions answered. And I also help out with a few other things around the place. I have an eye on the work the plugins team&amp;#8217;s doing, working with the WordPress Foundation on a few different things. I&amp;#8217;m lucky to have my fingers in a few pies but the biggest pie at the moment I have is the Data Liberation project.&lt;/p&gt;
  5503.  
  5504.  
  5505.  
  5506. &lt;p&gt;[00:02:36] &lt;strong&gt;Josepha:&lt;/strong&gt; Yeah. So let&amp;#8217;s talk about that. We&amp;#8217;re going to give everyone a quick like starting line. If, for some reason, you have not read or seen anything about the WordPress project plans so far in the last four months, you may not know what the Data Liberation project is, and that&amp;#8217;s fine, too. Because Jordan and I are here to help you understand what it is. But, the Data Liberation project is something that Matt introduced to the project at State of the Word last year in December. And you, Jordan, are the one who are really helping us to take this project into a space where we have everything that we need, all the kind of tools and guides that users will need in order to do what exactly? Like, let&amp;#8217;s go through what this Data Liberation project is from your standpoint and what made you excited to work on it.&lt;/p&gt;
  5507.  
  5508.  
  5509.  
  5510. &lt;p&gt;[00:03:27] &lt;strong&gt;Jordan:&lt;/strong&gt; Thank you. Yeah, so the general idea of the Data Liberation project is it should be super duper easy for anyone to bring their site to WordPress. That&amp;#8217;s the first main part of it, is that regardless of the platform you are on currently, be it something that&amp;#8217;s pretty open, be it something that&amp;#8217;s really kind of walls and closed, be it a social media platform, another web building platform, it should be really easy to bring your content over to a WordPress site, because once it&amp;#8217;s in a WordPress site, it&amp;#8217;s essentially free. You can then take it and do what you want with it once it&amp;#8217;s in WordPress, but we want to make it as easy as possible to get it here, basically.&amp;nbsp;&lt;/p&gt;
  5511.  
  5512.  
  5513.  
  5514. &lt;p&gt;[00:04:03] &lt;strong&gt;Josepha:&lt;/strong&gt; Free as in liberated, not free as in like, now the stuff that was in your mind has no value.&lt;/p&gt;
  5515.  
  5516.  
  5517.  
  5518. &lt;p&gt;[00:04:10] &lt;strong&gt;Jordan:&lt;/strong&gt; Yeah, free as in liberated, free as in you own it and can do what you want with it. So that&amp;#8217;s a big part of it. It&amp;#8217;s, let&amp;#8217;s get, make it easier for people to come to WordPress. I think it&amp;#8217;s also important that if we&amp;#8217;re talking about Data Liberation and freedom of content and democratizing publishing, that also means we make it easier for people to take their content from WordPress and use it somewhere else if that&amp;#8217;s the decision that they make. And there&amp;#8217;s some moves we can make to make that easier and nicer for people as well.&lt;/p&gt;
  5519.  
  5520.  
  5521.  
  5522. &lt;p&gt;[00:04:37] &lt;strong&gt;Josepha:&lt;/strong&gt; Yeah. Yeah, absolutely. So, recently, we just finished up an outreach period where we were making sure that we were talking to, like, folks in the community and anyone, anyone who uses WordPress that wanted to talk to us about what they needed, what they were hoping for, what issues, what pain points they&amp;#8217;ve had when they were looking at site migrations.&lt;/p&gt;
  5523.  
  5524.  
  5525.  
  5526. &lt;p&gt;So, what, to the best of your knowledge at the moment, like what are the big themes that you got out of that feedback loop? Out of that outreach?&lt;/p&gt;
  5527.  
  5528.  
  5529.  
  5530. &lt;p&gt;[00:05:08] &lt;strong&gt;Jordan:&lt;/strong&gt; Yeah, thank you. That was really enjoyable, actually. I was lucky enough to, I got to speak to a bunch of people in person at WordCamp Asia, which was great. We&amp;#8217;d done some, some online, did a hallway hangout, and we&amp;#8217;ve had a survey out for a while to folks predominantly kind of in the hosting agency freelancer space. So, folks who are working with end users who are often the ones doing migrations. We got a lot of feedback about WordPress to WordPress migration and the challenges of different hosting platforms and access from users and a bunch of information, which is useful and interesting but not immediately relevant to the comparison to migrating to WordPress from another platform entirely.&lt;br /&gt;&lt;br /&gt;But at the same time, talking to particularly agencies who do a lot of big-scale migrations, there&amp;#8217;s a lot of challenges just when it comes to, for starters, getting the content out of the platform. Some platforms are kind of helpful, and they&amp;#8217;ll even provide a WordPress formatted export. For every one of those, there are&amp;#8230;&lt;/p&gt;
  5531.  
  5532.  
  5533.  
  5534. &lt;p&gt;[00:06:03] &lt;strong&gt;&lt;strong&gt;Josepha:&lt;/strong&gt; &lt;/strong&gt;That&amp;#8217;s very helpful.&lt;/p&gt;
  5535.  
  5536.  
  5537.  
  5538. &lt;p&gt;[00:06:05] &lt;strong&gt;Jordan:&lt;/strong&gt; Yeah, those are super helpful. For every one of those there are probably two or three who aren&amp;#8217;t as helpful, and you start to resort to tricks with, you know, manually exporting databases or getting RSS feeds and trying to convert them, or a lot of agencies said, &amp;#8220;You know what? Often, we end up just copying and pasting page by page from the source site into a brand-new WordPress site.&amp;#8221;&lt;br /&gt;&lt;br /&gt;[00:06:27] &lt;strong&gt;Jordan:&lt;/strong&gt; So, there&amp;#8217;s challenges about the access to the content. There&amp;#8217;s lots of challenges around getting the content from the shape of one platform into WordPress. What constitutes a page? What constitutes a post? How do we handle all of the extra metadata of images and dates and taxonomies, and anything else that might be associated with a blob of content in one platform?&lt;br /&gt;&lt;br /&gt;How do we translate that into the way WordPress likes to handle those things? And particularly taking that to another level, even just bringing it into the Block Editor? It was great to hear how many people are just migrating straight to the Block Editor like they want the content in blocks, which is wonderful to hear.&lt;br /&gt;&lt;br /&gt;[00:07:05] &lt;strong&gt;Josepha:&lt;/strong&gt; Yay!&lt;br /&gt;&lt;br /&gt;[00:07:05] &lt;strong&gt;Jordan:&lt;/strong&gt; But there are challenges. I know it&amp;#8217;s great. But there are some, there are challenges with that and getting it to kind of format the way they expect, when it comes in particularly because there&amp;#8217;s some kind of functional challenges with that in validating the way the content comes in because it all happens client side in the browser. &lt;/p&gt;
  5539.  
  5540.  
  5541.  
  5542. &lt;p&gt;It&amp;#8217;s hard to do that in big batches. So, there was some really great feedback around all of those kinds of places. It was really interesting to see how much of it centers around that getting the content and then getting the content, and yeah, for the agencies I spoke to, they do a lot of trial and error of, you know, custom scripts, and let&amp;#8217;s try it. Oh, that did this. Let&amp;#8217;s try again with a few tweaks. So I&amp;#8217;m excited to see how we can kind of make that easier for them and, you know, maybe get it happening first time.&amp;nbsp;&lt;/p&gt;
  5543.  
  5544.  
  5545.  
  5546. &lt;p&gt;[00:07:49] &lt;strong&gt;Josepha:&lt;/strong&gt; Yeah, absolutely. It has been a long time since I migrated any sites personally, but I remember the first time that I tried to migrate a site. So, I was on Xanga before Xanga was on WordPress, and I remember that when I was like, I can&amp;#8217;t figure out this WordPress thing, but I think I need some stuff in it so that, like, I know what it&amp;#8217;s going to look like.&lt;/p&gt;
  5547.  
  5548.  
  5549.  
  5550. &lt;p&gt;[00:08:11] &lt;strong&gt;Josepha:&lt;/strong&gt; I know what to move around cause I didn&amp;#8217;t know the names for anything in, in CSS or HTML. Like I didn&amp;#8217;t know what to look for in the code, but if I had a piece of content in it, I could be like, find the content in the code and then move that. And so I was like, I&amp;#8217;m going to export everything because there was an export option in Xanga. And move it into WordPress, and WordPress was like if you can manage to get it out of Xanga, super easy to get it in. But it was actually really difficult to figure out how to get it out. And fortunately, I&amp;#8217;d only been writing on it for like four years, three, four years at that point. So there wasn&amp;#8217;t like, a huge amount of content, but also, I was a pretty prolific writer. I was a bad writer, but the only way to get better at things you&amp;#8217;re bad at is to do it a lot. So, I did a lot of bad writing for three or four years. And I think that in the end, I did, like, just pay some service to scrape everything that was public on it, and then go through and get the private things and pull it out later.&lt;/p&gt;
  5551.  
  5552.  
  5553.  
  5554. &lt;p&gt;[00:09:08] &lt;strong&gt;Josepha:&lt;/strong&gt; I think later on down the road, I did an actual like full migration when it was easier to get it done and got all the content out, including like drafts and private posts and things. So that&amp;#8217;s good. But yeah, it was really difficult then. And then, like, we have the blocks now that are supposed to help get a little bit more consistency in the way that you can move content in and out of a WordPress site.&lt;/p&gt;
  5555.  
  5556.  
  5557.  
  5558. &lt;p&gt;And is that something that we are then focusing on with the Data Liberation project? Is that something that&amp;#8217;s being done in concert with our Gutenberg plugin, or like how are we accounting for that?&lt;/p&gt;
  5559.  
  5560.  
  5561.  
  5562. &lt;p&gt;[00:09:46] &lt;strong&gt;Jordan:&lt;/strong&gt; That is a great question. The way things are looking at the moment, having come out of this feedback and the way we&amp;#8217;re looking at going forward that, that work on getting content coming into blocks is going to be a really, really major part of Data Liberation. And it kind of sits in the middle of things to my mind.&lt;/p&gt;
  5563.  
  5564.  
  5565.  
  5566. &lt;p&gt;[00:10:01] &lt;strong&gt;Jordan:&lt;/strong&gt; The improvements that we can make with handling the way content is transformed into blocks gives us the potential of wins in a lot of places. So, as long as we can get to the content, this work on HTML to blocks for a better, lack of a better way of putting it, gives us wins with importing from another platform because we can take the content in whatever form it is, turn it into blocks in the post editor.&lt;/p&gt;
  5567.  
  5568.  
  5569.  
  5570. &lt;p&gt;It gives us wins with migrating from classic editor because, similarly, we can take the HTML of the classic editor generates and turn it into blocks. That already kind of happens, but there&amp;#8217;s definitely some work that we can do to keep improving that. It gives us potential wins around the spaces of moving from between proprietary builders and block libraries and things. Because if we start to have a better-standardized set of ways to handle HTML into blocks. &lt;/p&gt;
  5571.  
  5572.  
  5573.  
  5574. &lt;p&gt;Then, you can essentially move from whatever form your content is in into, you know, core native blocks in the editor. So, I think work there is going to be really important because it gives us a foundation to aim for from whatever the migration is happening from.&lt;/p&gt;
  5575.  
  5576.  
  5577.  
  5578. &lt;p&gt;[00:11:09] &lt;strong&gt;Jordan:&lt;/strong&gt; So, there&amp;#8217;ll be some work there. There&amp;#8217;s already work happening on the HTML API. Like, ongoingly and regularly and so we&amp;#8217;ll be talking to those folks. There&amp;#8217;s obviously going to be a lot of overlap with the work within Gutenberg as well, which is doing you know, parsing of content into blocks. So, it&amp;#8217;s going to take a lot of collaboration and a lot of work from everyone, but I&amp;#8217;m really excited because if we can get that foundational platform of transforming HTML into blocks really, really smooth, then what we can do is we can, you know, activate contributors in the community say, we&amp;#8217;ve got this part figured out. If you can get it to here, it&amp;#8217;s going to come in beautifully. So what we want your help with is to say, how do I get out of this platform to a format that we can do the rest? So, hopefully, we&amp;#8217;re getting a common flow for a big part of that important migration process. And then we can throw it open to others to say, &amp;#8220;You&amp;#8217;ve got expertise with this platform. That&amp;#8217;s excellent. Can you get us to here? And we&amp;#8217;ll take it from there.&amp;#8221; And maybe we&amp;#8217;ll get some wins by doing that work in parallel, and we&amp;#8217;ll really start to see some movement.&lt;/p&gt;
  5579.  
  5580.  
  5581.  
  5582. &lt;p&gt;[00:12:13] &lt;strong&gt;Josepha:&lt;/strong&gt; And speaking of the, we&amp;#8217;ll take it from there. I know that also, in addition to the work that you are doing with Data Liberation and that is happening on the Gutenberg side and WordPress core in general, we also have a little bit of work happening on the after you get it to here point.&lt;/p&gt;
  5583.  
  5584.  
  5585.  
  5586. &lt;p&gt;So, the folks over at Playground have been doing a bit of research about how to use the guides and tools that are in the Data Liberation repo. To run all of that through Playground so that you can not only like import it, but you can put it into Playground and check it before you launch it in someplace else, which I think is a great user-facing, like, super important thing for an everyday user to be able to have at their fingertips that way.&lt;/p&gt;
  5587.  
  5588.  
  5589.  
  5590. &lt;p&gt;But then also the tour plugin that was built, I think specifically for the Polyglots team, is where we are looking at using, and I can&amp;#8217;t remember which little project we&amp;#8217;re doing some research on to make this possible, but we&amp;#8217;re looking at taking that tour plugin and making it so that anyone can build a tour on anyone&amp;#8217;s version of something in a browser so that you can just say, okay, so I did these things. I got it to here as you requested. I&amp;#8217;m moving it to here. But now that I have got it into WordPress, what are the literal buttons I have to press in order to make sure it&amp;#8217;s live? What do I literally have to press in order to make sure that I&amp;#8217;m in the right time zone? Like, things like that. And we tested it on Wix, and it was able to work.&lt;/p&gt;
  5591.  
  5592.  
  5593.  
  5594. &lt;p&gt;[00:13:40] &lt;strong&gt;Josepha:&lt;/strong&gt; Not that we&amp;#8217;re trying to get anyone to Wix. But on the subject of, like, getting things out of WordPress and into someone else, that sounds counterintuitive for folks, like, you&amp;#8217;re here listening to a WordPress podcast, and we&amp;#8217;re talking about how and why we want to make it easier for people to get their content to us, of course, but then also, if needed, get it out of a version of WordPress and either into a different version of WordPress with a new host or, whatever.&lt;/p&gt;
  5595.  
  5596.  
  5597.  
  5598. &lt;p&gt;Or if this is not your long-term destination, which we think it will be once you figure us out, but like, if it&amp;#8217;s not, like, how to get out of it, too. So, from your perspective, how does that fit with the basic philosophies of open source or of WordPress in general?&lt;/p&gt;
  5599.  
  5600.  
  5601.  
  5602. &lt;p&gt;[00:14:24] &lt;strong&gt;Jordan:&lt;/strong&gt; Yeah, thank you. If I may, there&amp;#8217;s a couple of things I wanted to touch on from what you&amp;#8217;ve said. First of all the other work that is going on in the project at the moment that you mentioned, the tour guide and the Playground, I think both of those are going to be super important to the approach we take to Data Liberation.&lt;/p&gt;
  5603.  
  5604.  
  5605.  
  5606. &lt;p&gt;I wanted to elaborate just a little bit on the Playground because I&amp;#8217;m particularly excited about the potential that gives for two particular scenarios two particular use cases for migration. One is, where I&amp;#8217;ve already set up a WordPress site, I&amp;#8217;ve got the theme that I&amp;#8217;d like, and I&amp;#8217;ve got some, you know, some plugins, maybe I&amp;#8217;ve got a little bit there, but I want to import content, but I want to check how it is the potential for the Playground to make essentially a staging copy of my site and migrate the content into that staging copy so I can see how it lands in my chosen theme and check everything out and then go, yep, that looks great. And apply it. That&amp;#8217;s great for it&amp;#8217;s safe. You can check how it looks before it&amp;#8217;s, you know, committed. So that&amp;#8217;s brilliant. I&amp;#8217;m excited about that. I&amp;#8217;m also excited about the potential it has for people who don&amp;#8217;t know WordPress, or don&amp;#8217;t have a WordPress site, or they don&amp;#8217;t have a host, they don&amp;#8217;t have anything.&lt;/p&gt;
  5607.  
  5608.  
  5609.  
  5610. &lt;p&gt;[00:15:30] &lt;strong&gt;Jordan:&lt;/strong&gt; But if they can say, I want to see how this would go in WordPress. Playground, through some platform, somewhere, will allow them to just have an immediate in-browser preview of what their site would look like on WordPress. And if they like it, we then move them. We help them find a host. We help them export that in a way that they can use, but it helps the people who already have sites.&lt;/p&gt;
  5611.  
  5612.  
  5613.  
  5614. &lt;p&gt;But I think, more importantly, it helps those who don&amp;#8217;t have a site yet. And they don&amp;#8217;t have to set up an empty WordPress install in order to start migrating. They can just get into it.&amp;nbsp;&lt;/p&gt;
  5615.  
  5616.  
  5617.  
  5618. &lt;p&gt;[00:16:01] &lt;strong&gt;Josepha:&lt;/strong&gt; And also, you don&amp;#8217;t have to, like know who your host needs to be before you can take a look at the back end of a WordPress site and see if it makes sense to you. Like I think that that is a huge, huge win on behalf of users, current users, and future users of WordPress.&lt;/p&gt;
  5619.  
  5620.  
  5621.  
  5622. &lt;p&gt;It&amp;#8217;s the try before you buy. Come kick our tires without having to find a server. If you all don&amp;#8217;t know what we&amp;#8217;re talking about, if you have not heard of Playground yet, you can go to playground.WordPress.net and give it a try. It&amp;#8217;s a one-click, serverless local version of WordPress that you can test out themes on and plugins, and just like put all your data into all your content into, and pretty soon also be able to export or just load directly onto the host of your choice. It&amp;#8217;s really, really cool.&lt;/p&gt;
  5623.  
  5624.  
  5625.  
  5626. &lt;p&gt;[00:16:44] &lt;strong&gt;Jordan:&lt;/strong&gt; It&amp;#8217;s, it&amp;#8217;s pretty much magic, I think.&amp;nbsp;&lt;/p&gt;
  5627.  
  5628.  
  5629.  
  5630. &lt;p&gt;[00:16:47] &lt;strong&gt;Josepha:&lt;/strong&gt; Yes, I remember the first hackathon where we took it because we took it basically on a hackathon roadshow for six months. I remember the first one we took it to. Routinely, we could get developers, not me, routinely, Adam Zieliński could get a developer to do the thing, and they&amp;#8217;d be like, I can do it if you&amp;#8217;re next to me telling me what to do, but it&amp;#8217;s literal magic. I don&amp;#8217;t know what&amp;#8217;s happening. And he was like, okay, I&amp;#8217;ll come explain it to you. And like, he was using English, but also I was like, that is still magic. I&amp;#8217;m so glad someone understands it. It&amp;#8217;s brilliant.&lt;/p&gt;
  5631.  
  5632.  
  5633.  
  5634. &lt;p&gt;[00:17:18] &lt;strong&gt;Jordan:&lt;/strong&gt; Yeah, so the Playground I&amp;#8217;m super excited by. I think it&amp;#8217;s going to be really important. The tour stuff the tour functionality is going to be really important as well. Because on some level, We&amp;#8217;re going to have to wrap all of this work on improving HTML to blocks, the process of taking an export file and importing it into WordPress, the process of telling people how to get the content, all that&amp;#8217;s going to have to be ideally wrapped up in a nice user-friendly way so that users aren&amp;#8217;t having to, you know, read plain text articles and then going and installing a plugin and all of those kinds of things.&lt;/p&gt;
  5635.  
  5636.  
  5637.  
  5638. &lt;p&gt;I think the potential for the tours is we may have some kind of wrapper plugin or something which will detect the platform of your existing site if you put the URL in, and it will start walking you through the steps. So, part of that might be action you need to take on your existing platform, and we have some of that information already in the guides on the Data Liberation site at WordPress.org/data-liberation. That information is already there, but I&amp;#8217;m hoping that we can start pulling those guides into the WP Admin so you just get walked through it while you&amp;#8217;re there. And we can start using the tour functionality to really specifically pinpoint: you need to go here, now you can do this, go and click this, and just walk users through that migration process a little bit more neatly.&lt;/p&gt;
  5639.  
  5640.  
  5641.  
  5642. &lt;p&gt;[00:18:37] &lt;strong&gt;Jordan:&lt;/strong&gt; I&amp;#8217;m really excited that we&amp;#8217;re going to be able to utilize a lot of these existing projects that are exciting and happening at the moment. And I think, ideally, they&amp;#8217;re all going to make it much easier for users to not have to jump through so many hoops. And the hoops that they do have to jump through, we can hold their hand while they do it.&lt;/p&gt;
  5643.  
  5644.  
  5645.  
  5646. &lt;p&gt;[00:18:54] &lt;strong&gt;Josepha:&lt;/strong&gt; Yeah, absolutely. Create safe scaffolding for fun, I used to say.&lt;/p&gt;
  5647.  
  5648.  
  5649.  
  5650. &lt;p&gt;[00:18:59] &lt;strong&gt;Jordan:&lt;/strong&gt; So those are the two projects existing that are happening at the moment that I&amp;#8217;m excited about rolling into and working with for the Data Liberation work.&lt;/p&gt;
  5651.  
  5652.  
  5653.  
  5654. &lt;p&gt;[00:19:07] &lt;strong&gt;Jordan:&lt;/strong&gt; You also asked about the getting content back out, which is something that I&amp;#8217;m particularly passionate about, I suppose. Which may be ironic when a lot of the aim of this project is to get people into WordPress. But I&amp;#8217;m a really firm believer that if our mission is to democratize publishing, then that doesn&amp;#8217;t mean just get everyone onto WordPress and go, yes, now you&amp;#8217;re trapped. It&amp;#8217;s like the Hotel California, you can never leave. If we&amp;#8217;re going to be, you know, fully all in on democratizing publishing, then that means giving folks the freedom to take their content to do with it, whatever they want. It&amp;#8217;s fair to say at the moment that that is possible.&lt;/p&gt;
  5655.  
  5656.  
  5657.  
  5658. &lt;p&gt;So you can export your content from WordPress. We don&amp;#8217;t hang onto it. We don&amp;#8217;t lock it down. You can take it. At the moment, the format that you get that content in has some limitations. It&amp;#8217;s fair to say it doesn&amp;#8217;t handle bringing the media of your site particularly well unless you&amp;#8217;re turning it into another WordPress site somewhere else.&lt;/p&gt;
  5659.  
  5660.  
  5661.  
  5662. &lt;p&gt;So, the export functionality is very, very focused at the moment on migration to another host, or to a local site, or to another WordPress installation, basically. But if you want to use that content for something else, maybe another platform. Maybe you just want to have a copy of your blog posts that you can.&amp;nbsp;&lt;/p&gt;
  5663.  
  5664.  
  5665.  
  5666. &lt;p&gt;[00:20:17] &lt;strong&gt;Josepha:&lt;/strong&gt; Print it into a book.&lt;/p&gt;
  5667.  
  5668.  
  5669.  
  5670. &lt;p&gt;[00:20:18] &lt;strong&gt;Jordan:&lt;/strong&gt; Yeah, to put into a book. Maybe you want to put it on a thumb drive and put it in a lockbox somewhere. Maybe you want some kind of hundred-year archive of your intellectual property that you&amp;#8217;ve written and created. And so I think we&amp;#8217;ve got some room to make improvements there. Not only to the way we provide content for other platforms to pick up and bring in but also just in the ways that we provide content to users who just really want to have a physical, digital copy of what they&amp;#8217;ve created.&amp;nbsp;&lt;/p&gt;
  5671.  
  5672.  
  5673.  
  5674. &lt;p&gt;There are some challenges at the moment when you get an export, if you&amp;#8217;ve got shortcodes in your content, if you&amp;#8217;ve got content that&amp;#8217;s generated by plugins, all kinds of dynamic content that is great when it&amp;#8217;s a website, and WordPress is wonderful. And there&amp;#8217;s all of these options, but if you take an export, you have references to those functions, and you have references to those shortcodes, which aren&amp;#8217;t actually fully realized. So I think there&amp;#8217;s some room for us to investigate what does a better export for other platforms look like and what does a better export for &amp;#8220;I want to print it out or turn it into a book or just have a static version of that&amp;#8221; content look like. And so I&amp;#8217;m particularly excited about that, even though it&amp;#8217;s kind of, bring it in, and we want to let them get it out. But that&amp;#8217;s part of the whole liberation of data, I suppose, is, you know, the freedom to do with it what you want.&lt;/p&gt;
  5675.  
  5676.  
  5677.  
  5678. &lt;p&gt;[00:21:40] &lt;strong&gt;Josepha:&lt;/strong&gt; Yes, absolutely. And everything that increases freedom on the open web, I think we are in favor of. So, I don&amp;#8217;t know if you follow many, like WordPress futurists, our people who are out there saying, if only WordPress had these additional 2,500 hours worth of work, then we could do this with it. Like, I don&amp;#8217;t know if you follow a lot of them.&amp;nbsp;&lt;/p&gt;
  5679.  
  5680.  
  5681.  
  5682. &lt;p&gt;[00:22:02] &lt;strong&gt;Josepha:&lt;/strong&gt; But, a lot of them look at that thing that Matt said, like, I want to say, five years ago about WordPress becoming the operating system of the web and putting some thought into what would be required to make that possible. And when we look at composable CMSs, like the option to have something that is a framework and a core of what you are doing in your digital experience of the web. And making it possible to add anything to it required.&amp;nbsp;&lt;/p&gt;
  5683.  
  5684.  
  5685.  
  5686. &lt;p&gt;I think that also the work that we&amp;#8217;re doing with Data Liberation to provide a little bit more consistency and just standardization of the way that content comes in and out, I think, can only help with that potential future implementation of WordPress as the operating system for the web so that you have this basic place where you hold and manage all your content and also not only does WordPress cooperate nicely with all these other tools and applications that you can put on top of it but also all of the content has standard conversational touch points and so everything moves quickly in and out including the dynamic content that is maybe being created inside your WordPress core itself. I think that is also a really important not primary focus, but certainly future-like, if only we could get to that state kind of focus.&amp;nbsp;&lt;/p&gt;
  5687.  
  5688.  
  5689.  
  5690. &lt;p&gt;[00:23:31] &lt;strong&gt;Josepha:&lt;/strong&gt; I&amp;#8217;m really interested. I think that the Data Liberation project is big, and I know that we expected primarily only new contributors to work on it, but honestly, we know that&amp;#8217;s not the case. It&amp;#8217;s you&amp;#8217;re working on old WordPress in here and so not necessarily new contributors. But I think that you&amp;#8217;re right that the place for new contributors to help us is saying like we can get the content to here, we can get the data to here, and then we need help getting it into WordPress or help getting it into something else.&lt;/p&gt;
  5691.  
  5692.  
  5693.  
  5694. &lt;p&gt;So, as like a last question here, or if you have things to add to that, and then I can do last question.&lt;/p&gt;
  5695.  
  5696.  
  5697.  
  5698. &lt;p&gt;[00:24:04] &lt;strong&gt;Jordan:&lt;/strong&gt; Okay, so to loop back to your conversation about futurists and moving content and stuff, I am really excited about this idea that the open web at the moment, I think, is really, really exciting. I just started mucking around with federating my content in the fediverse. Again, recently, I tried it a little while ago and really struggled, but I&amp;#8217;ve just started again, and it&amp;#8217;s sitting really comfortably with me, and it&amp;#8217;s, it&amp;#8217;s feeling like it&amp;#8217;s a great time for posting and owning your content, and then syndicating it elsewhere. I have seen a couple of really interesting conversations about what you were saying about, like I&amp;#8217;ve seen the conversations in the past about, you know, operating system of the web, but also some talk and ideas recently about what would it look like if we stored all of our data in a WordPress instance?&lt;/p&gt;
  5699.  
  5700.  
  5701.  
  5702. &lt;p&gt;What if all of my photos aren&amp;#8217;t on Instagram? They are on my WordPress site. What if I pull in my Fitbit or my Strava information and just store it in WordPress so that I can do with it what I want once it&amp;#8217;s there? What if I, I don&amp;#8217;t know, what if I pull in kind of all of my different sources of data and I, and I house them in WordPress and then I can do with them what they want, would do with them what I want.&lt;/p&gt;
  5703.  
  5704.  
  5705.  
  5706. &lt;p&gt;[00:25:08] &lt;strong&gt;Jordan:&lt;/strong&gt; And that is when the Data Liberation stuff becomes especially important because if it&amp;#8217;s your everything, you want to take your everything somewhere else. But I&amp;#8217;m really excited for kind of all of that kind of space at the moment and giving people the freedom to own that data and when they create stuff.&lt;/p&gt;
  5707.  
  5708.  
  5709.  
  5710. &lt;p&gt;In actual fact, this is one of the things that you said in your talk at WordCamp Asia, which has really stuck with me was, and I can&amp;#8217;t remember the exact phrase, but you said if you&amp;#8217;re going to do all of this work of creating something, you may as well do it somewhere where you own it and can keep it. And that, for me, is just such a strong driver for getting people onto WordPress. Particularly from, at the moment, social media platforms. I&amp;#8217;ve got two young daughters who are just getting to the age where they&amp;#8217;re creating videos at home, which aren&amp;#8217;t being published anywhere, but they&amp;#8217;re starting to. They&amp;#8217;ve got friends who are doing YouTube channels, and they&amp;#8217;ve got friends on Instagram.&lt;/p&gt;
  5711.  
  5712.  
  5713.  
  5714. &lt;p&gt;And I&amp;#8217;m looking at all of that going, I get the urge to create, and I get the urge to publish, but I want them to have an alternative to do all of that so that in five years&amp;#8217; time, ten years time, whatever it is, when they go, wow, I did all of this stuff. I don&amp;#8217;t want that owned by someone else. I&amp;#8217;ve created all this, and I&amp;#8217;m excited by the possibility of having that become a simpler, more user-friendly, accessible option to folks, where it becomes just as easy to have a WordPress site, which is your Instagram feed or a WordPress site, which is your YouTube channel or something like that, where you own it, and you just create it, and it exists. And Data Liberation means you want to take a copy of all that stuff, go for it, download an archive, you know, print out the photos, do whatever you want, but they&amp;#8217;re yours. You have them. And so, it&amp;#8217;s really feeling like all of that is coalescing together a little bit at the moment. I think it&amp;#8217;s a really exciting time.&amp;nbsp;&lt;/p&gt;
  5715.  
  5716.  
  5717.  
  5718. &lt;p&gt;[00:26:52] &lt;strong&gt;Josepha:&lt;/strong&gt; And also, like, since we&amp;#8217;re just meandering around in philosophical spaces, two philosophical thoughts. One, I really, really feel like it&amp;#8217;s important and valuable for people to document their lives. I have a pretty private social media presence; mostly, if you&amp;#8217;re following me on social media, it&amp;#8217;s because, like, you have literally been in my living room or you&amp;#8217;re looking for WordPress news. Like that&amp;#8217;s it. But I am constantly am documenting my life just for myself, like the folks who are listening, which is everybody, because we don&amp;#8217;t do video, will not know that I have back behind me a shelf that is nothing but journals from my leadership journey, like from the moment that I realized that like leadership was something that was a skill and could change people&amp;#8217;s lives like I&amp;#8217;ve done nothing but document like I ran into this problem. This is the research that I did to figure out what was happening and not, and just like it&amp;#8217;s really mundane things in my work now. But the work and the process of documenting, like, what&amp;#8217;s happening for you and with you in your life and how you&amp;#8217;re interacting with it, like, it&amp;#8217;s just important for your mental health and for your understanding of the passage of time.&lt;/p&gt;
  5719.  
  5720.  
  5721.  
  5722. &lt;p&gt;[00:28:05] &lt;strong&gt;Josepha:&lt;/strong&gt; But then also you were talking about, like, having a hundred-year archive of your thoughts and things, like, there will be a point at which digital information being ephemeral because it&amp;#8217;s just electricity wandering around between screens, like, it&amp;#8217;s prone to getting lost in the same way that physical things are prone to getting lost, but the loss is less acute in the moment.&lt;/p&gt;
  5723.  
  5724.  
  5725.  
  5726. &lt;p&gt;And so you can accidentally lose it. And I think that that&amp;#8217;s a real long-term not problem for society necessarily, but I think it is something from a societal standpoint where we&amp;#8217;re gonna, at some point in the near future, realize that some of us have huge missing gaps where we, like just got rid of everything that we ever documented because we had a moment on social media or because it seemed like the only way to reclaim our content or our data or our privacy or whatever it was. And so I have a yeah. I love it. I love everything that we&amp;#8217;re talking about, about the speculative future and WordPress. And so yes, now, well, now everybody knows all my thoughts on speculative WordPress.&amp;nbsp;&lt;/p&gt;
  5727.  
  5728.  
  5729.  
  5730. &lt;p&gt;[00:29:06] &lt;strong&gt;Jordan:&lt;/strong&gt; There&amp;#8217;s an interesting philosophical conversation which we&amp;#8217;re like coming towards of what&amp;#8217;s the equivalent in a hundred years, in 200 years of now, of the Library of Congress for philosophical and powerful writing. There is so much great stuff that is written on the web, and it just exists there.&lt;/p&gt;
  5731.  
  5732.  
  5733.  
  5734. &lt;p&gt;In a hundred years, when people are writing about the early work of an artist or a politician or, you know, a notable figure, we don&amp;#8217;t, we&amp;#8217;re not going to have handwritten letters. We&amp;#8217;re not going to have correspondence. But we&amp;#8217;ll have tweets. We could have blog posts. Like, it interests me to think, like, the stuff that we take for granted of historical creation is happening digitally now. And so, equivalently, in the future, how, how is that gonna get retained? How much amazing knowledge and thinking is gonna just, you know, have their hosting account expire and get removed? And it&amp;#8217;s an, it&amp;#8217;s it&amp;#8217;s a big conversation, but it&amp;#8217;s an interesting one.&lt;/p&gt;
  5735.  
  5736.  
  5737.  
  5738. &lt;p&gt;[00:30:09] &lt;strong&gt;Josepha:&lt;/strong&gt; Yeah. Oh, what a fascinating discussion we&amp;#8217;ve had today. So, by way of wrapping up our discussion here, why don&amp;#8217;t you give us a sense for, like, if you are a user of WordPress and you were like, this sounds really interesting, I want to learn more, where can they go? But also, if you are someone who wants to learn how to contribute to WordPress and this sounds like a good opportunity for you to get started with that. Where can people find more about this project, about how to get started, how to contribute, all that stuff?&amp;nbsp;&lt;/p&gt;
  5739.  
  5740.  
  5741.  
  5742. &lt;p&gt;[00:30:38] &lt;strong&gt;Jordan:&lt;/strong&gt; If you are someone who is hearing about this for the first time and coming to it pretty fresh and haven&amp;#8217;t been working in the WordPress community much before. The best place to go will be WordPress.org/data-liberation, that will give you not only access to the tools and guides that exist but also some information on where the development and discussion is happening.&lt;/p&gt;
  5743.  
  5744.  
  5745.  
  5746. &lt;p&gt;That&amp;#8217;s the easiest pathway to find your way into those conversations as well. For folks who already have a little bit of experience and, it may be contributed code or a part of discussions already. The place to go to would be github.com/WordPress/data-liberation. That&amp;#8217;s where there&amp;#8217;s a lot of discussion. That&amp;#8217;s where the existing tools and guides are being managed and worked on. So, if you really want to dive in. Please come and join us there. There are discussions to be had. There are ideas to be floated. That&amp;#8217;s where all of the boots-on-the-ground work is going to be happening.&lt;/p&gt;
  5747.  
  5748.  
  5749.  
  5750. &lt;p&gt;[00:31:25] &lt;strong&gt;Jordan:&lt;/strong&gt; The other great place is within the Make WordPress Slack organization. And we have a Data Liberation channel in there. That is primarily where we have higher-level conversations, and we chat about stuff, and I&amp;#8217;m hoping that becomes a real hub for work-adjacent discussion. So GitHub is going to be for all of this is where all the work&amp;#8217;s happening, but the Slack channel is where people can share their thoughts on what&amp;#8217;s possible, and big picture ideas, and that kind of stuff. So those will be the three best places. WordPress.org/data-liberation for the overview, github.com/WordPress/data-liberation for where the work&amp;#8217;s actually happening, and WordPress Slack in the Data Liberation channel. If you want to come and chat more about the possibilities and, you know, helping get the future of the open web happening.&lt;/p&gt;
  5751.  
  5752.  
  5753.  
  5754. &lt;p&gt;[00:32:17] &lt;strong&gt;Josepha:&lt;/strong&gt; I mean, that is an enticing call to action. We&amp;#8217;ll have links to all of the, all three of those in the show notes, as well as links to everything that we kind of mentioned over the course of our conversation. But Jordan, thank you so much for joining me today.&lt;/p&gt;
  5755.  
  5756.  
  5757.  
  5758. &lt;p&gt;[00:32:32] &lt;strong&gt;Jordan:&lt;/strong&gt; Thank you so much for having me. It&amp;#8217;s been great.&lt;/p&gt;
  5759.  
  5760.  
  5761.  
  5762. &lt;p&gt;[00:32:34] (Music interlude)&amp;nbsp;&lt;/p&gt;
  5763.  
  5764.  
  5765.  
  5766. &lt;p&gt;[00:32:41] &lt;strong&gt;Josepha:&lt;/strong&gt; And now it&amp;#8217;s time for our small list of big things. I&amp;#8217;ve got three things for you this week.&amp;nbsp;&lt;/p&gt;
  5767.  
  5768.  
  5769.  
  5770. &lt;p&gt;The first thing on the list is that WordCamp US tickets are now on sale. So that event is happening from September 17th through the 20th in Portland, Oregon. There are general admission tickets and micro sponsor tickets available. And if you have seen the cost of the ticket but had not quite noted the length of the event, I just want to assure you that the cost per day is the same now as it was and has been for years. It&amp;#8217;s still that same 25-dollar-a-day ticket that you&amp;#8217;ve got; it&amp;#8217;s just that it&amp;#8217;s four days long this time. We&amp;#8217;ll have a link to the tickets in the show notes, but then also you can always wander over to us.wordcamp.org, and it&amp;#8217;ll take you right there.&amp;nbsp;&lt;/p&gt;
  5771.  
  5772.  
  5773.  
  5774. &lt;p&gt;The second thing on our list is that WordPress 6.5 is here. It is named Regina. If you listened to our show last week, you know that it was a huge release and kind of has something for everyone. So, if you have not yet downloaded it to take a look at it, do that. If you have not updated your sites yet, run a backup because you should always do a backup and then get that on your site and start testing everything out.&lt;/p&gt;
  5775.  
  5776.  
  5777.  
  5778. &lt;p&gt;And the third thing on our big list, our small list of big things, is actually that we&amp;#8217;re looking at dropping support for PHP 7. 0 and 7. 1 in upcoming releases of WordPress this year. It should not be too disruptive a change. However, it is going to take a lot of people to test it and make sure that everything&amp;#8217;s working as we want it to work and as we need it to work. And so while we head toward that, I want to make sure you&amp;#8217;ve got the resources that you need to know what&amp;#8217;s happening, where it&amp;#8217;s happening, how it&amp;#8217;s going to affect you. I&amp;#8217;ll leave some resources in the show notes for that as well.&amp;nbsp;&lt;/p&gt;
  5779.  
  5780.  
  5781.  
  5782. &lt;p&gt;[00:34:27] &lt;strong&gt;Josepha:&lt;/strong&gt; And that, my friends, is your small list of big things. Don&amp;#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&amp;#8217;ll get a friendly reminder whenever there&amp;#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser, or if you had questions about what you heard, you can share those with me at WPBriefing@WordPress.org. I&amp;#8217;m your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I&amp;#8217;ll see you again in a couple of weeks.&amp;nbsp;&lt;/p&gt;
  5783.  
  5784.  
  5785.  
  5786. &lt;p&gt;[00:34:54] (Music outro)&amp;nbsp;&lt;/p&gt;</description>
  5787. <pubDate>Mon, 15 Apr 2024 12:00:00 +0000</pubDate>
  5788. <dc:creator>Brett McSherry</dc:creator>
  5789. </item>
  5790. <item>
  5791. <title>Do The Woo Community: All Things WordPress 6.5 with Anne McCarthy and Bud Kraus</title>
  5792. <guid>https://dothewoo.io/?p=82889</guid>
  5793. <link>https://dothewoo.io/all-things-wordpress-6-5-with-anne-mccarthy-and-bud-kraus/</link>
  5794. <description>In the latest episode of The WordPress Way, host Abha and guests Anne McCarthy and Bud Kraus deep-dive into the details of the recent WordPress 6.5 release. They discuss the new font library feature, enhancements in revisions, plugin dependencies, and the significance of data views plus a lot more</description>
  5795. <pubDate>Mon, 15 Apr 2024 10:00:00 +0000</pubDate>
  5796. <dc:creator>BobWP</dc:creator>
  5797. </item>
  5798. <item>
  5799. <title>HeroPress: WCEU, Overcoming Limits, A Visit To Torino</title>
  5800. <guid>https://heropress.com/?p=6676</guid>
  5801. <link>https://heropress.com/wceu-overcoming-limits-a-visit-to-torino/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=wceu-overcoming-limits-a-visit-to-torino</link>
  5802. <description>&lt;img width=&quot;768&quot; height=&quot;1024&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/04/861643910234c0390.14265675-rotated-1-768x1024.jpg&quot; class=&quot;attachment-large size-large wp-post-image&quot; alt=&quot;Bicycles in Piazza San Carlo - Turin&quot; /&gt;&lt;div class=&quot;wp-block-kadence-spacer aligncenter kt-block-spacer-6676_e6503c-43&quot;&gt;&lt;div class=&quot;kt-block-spacer kt-block-spacer-halign-center&quot;&gt;&lt;hr class=&quot;kt-divider&quot; /&gt;&lt;/div&gt;&lt;/div&gt;
  5803.  
  5804.  
  5805. &lt;div class=&quot;kb-row-layout-wrap kb-row-layout-id6676_7d9033-94 alignnone kt-row-has-bg wp-block-kadence-rowlayout&quot;&gt;&lt;div class=&quot;kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width&quot;&gt;
  5806.  
  5807. &lt;div class=&quot;wp-block-kadence-column kadence-column6676_75aa20-5c inner-column-1&quot;&gt;&lt;div class=&quot;kt-inside-inner-col&quot;&gt;
  5808. &lt;h2 class=&quot;kt-adv-heading6676_8ef415-a0 wp-block-kadence-advancedheading&quot;&gt;WordCamp Europe 2024 In Torino Italy!&lt;/h2&gt;
  5809.  
  5810.  
  5811.  
  5812. &lt;div class=&quot;wp-block-kadence-image kb-image6676_750fd9-20&quot;&gt;&lt;a href=&quot;https://europe.wordcamp.org/2024/schedule/&quot; class=&quot;kb-advanced-image-link&quot;&gt;&lt;img width=&quot;1024&quot; height=&quot;296&quot; src=&quot;https://heropress.com/wp-content/uploads/2025/04/wceu_updates-1024x296.jpg&quot; alt=&quot;WCEU Latest Updates&quot; class=&quot;kb-img wp-image-6680&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
  5813.  
  5814.  
  5815.  
  5816. &lt;p&gt;This week the WCEU crew announced the &lt;a href=&quot;https://europe.wordcamp.org/2024/schedule/&quot;&gt;schedule&lt;/a&gt; for the event. Someone recently mentioned to me that we seem to have moved forward quite a bit regarding diversity, and I agree. &lt;/p&gt;
  5817.  
  5818.  
  5819.  
  5820. &lt;p&gt;Contributor day &lt;a href=&quot;https://europe.wordcamp.org/2024/contributor-day/&quot;&gt;registration&lt;/a&gt; is also open. If you&amp;#8217;ve never been to a contributor day at a big WordCamp I highly recommend it.  It&amp;#8217;s quite different from a small camp.&lt;/p&gt;
  5821.  
  5822.  
  5823.  
  5824. &lt;p&gt;Lastly, &lt;a href=&quot;https://b09g9.r.sp1-brevo.net/mk/cl/f/sh/SMK1E8tHeG7uhthZ8hSlW9L0vytS/HPvqHlk-yGv5&quot;&gt;Visa invitation letters are now available&lt;/a&gt;, so if you need that to get to Italy I recommend starting that process as quickly as possible.&lt;/p&gt;
  5825. &lt;/div&gt;&lt;/div&gt;
  5826.  
  5827. &lt;/div&gt;&lt;/div&gt;
  5828.  
  5829.  
  5830. &lt;div class=&quot;wp-block-kadence-spacer aligncenter kt-block-spacer-6676_653e6c-d2&quot;&gt;&lt;div class=&quot;kt-block-spacer kt-block-spacer-halign-center&quot;&gt;&lt;hr class=&quot;kt-divider&quot; /&gt;&lt;/div&gt;&lt;/div&gt;
  5831.  
  5832.  
  5833. &lt;div class=&quot;kb-row-layout-wrap kb-row-layout-id6676_b27eb7-3e alignnone kt-row-has-bg wp-block-kadence-rowlayout&quot;&gt;&lt;div class=&quot;kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width&quot;&gt;
  5834.  
  5835. &lt;div class=&quot;wp-block-kadence-column kadence-column6676_569127-df inner-column-1&quot;&gt;&lt;div class=&quot;kt-inside-inner-col&quot;&gt;
  5836. &lt;h2 class=&quot;kt-adv-heading6676_b7b26d-d0 wp-block-kadence-advancedheading&quot;&gt;&lt;a href=&quot;https://heropress.com/&quot;&gt;HeroPress.com&lt;/a&gt; &amp;#8211; &lt;a href=&quot;https://heropress.com/essays/words-to-wordpress-the-uncharted-path-of-syed-laden/&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://heropress.com/essays/the-time-i-left-my-island-quella-volta-che-sono-uscito-dalla-mia-isola/&quot;&gt;The Time I Left My Island – Quella volta che sono uscito dalla mia isola&lt;/a&gt;&lt;/h2&gt;
  5837.  
  5838.  
  5839.  
  5840.  
  5841. &lt;div class=&quot;wp-block-image is-style-default&quot;&gt;
  5842. &lt;a href=&quot;https://heropress.com/essays/the-time-i-left-my-island-quella-volta-che-sono-uscito-dalla-mia-isola/&quot;&gt;&lt;img width=&quot;300&quot; height=&quot;300&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/03/matteo-min-300x300.jpg&quot; alt=&quot;Matteo Enna&quot; class=&quot;wp-image-6652&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
  5843.  
  5844.  
  5845. &lt;p&gt;Matteo Enna was born and raised on an island, Sardinia in the Mediterranean. The sea protected him from people, the world, and everything.&lt;/p&gt;
  5846.  
  5847.  
  5848.  
  5849. &lt;p&gt;&lt;em&gt;My story begins here, with a strong introversion orchestrating my life, a passion for computer science, PHP which had been accompanying me for about 5 years, and some small attempts to overcome my shyness.&lt;/em&gt;&lt;/p&gt;
  5850.  
  5851.  
  5852.  
  5853. &lt;p&gt;Mattero&amp;#8217;s&amp;#8217;s essay is &lt;a href=&quot;https://heropress.com/essays/the-time-i-left-my-island-quella-volta-che-sono-uscito-dalla-mia-isola/&quot;&gt;available&lt;/a&gt; on &lt;a href=&quot;https://heropress.com&quot;&gt;HeroPress.com&lt;/a&gt;.&lt;/p&gt;
  5854. &lt;/div&gt;&lt;/div&gt;
  5855.  
  5856. &lt;/div&gt;&lt;/div&gt;
  5857.  
  5858.  
  5859. &lt;div class=&quot;wp-block-kadence-spacer aligncenter kt-block-spacer-6676_d45f15-09&quot;&gt;&lt;div class=&quot;kt-block-spacer kt-block-spacer-halign-center&quot;&gt;&lt;hr class=&quot;kt-divider&quot; /&gt;&lt;/div&gt;&lt;/div&gt;
  5860.  
  5861.  
  5862. &lt;div class=&quot;kb-row-layout-wrap kb-row-layout-id6676_e64ecb-bf alignnone kt-row-has-bg wp-block-kadence-rowlayout&quot;&gt;&lt;div class=&quot;kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width&quot;&gt;
  5863.  
  5864. &lt;div class=&quot;wp-block-kadence-column kadence-column6676_cd0912-23 inner-column-1&quot;&gt;&lt;div class=&quot;kt-inside-inner-col&quot;&gt;
  5865. &lt;h2 class=&quot;kt-adv-heading6676_0a1329-f0 wp-block-kadence-advancedheading&quot;&gt;&lt;a href=&quot;https://wppodcasts.com&quot;&gt;WP Podcasts&lt;/a&gt;&lt;/h2&gt;
  5866.  
  5867.  
  5868.  
  5869.  
  5870.  
  5871. &lt;a href=&quot;https://wppodcasts.com&quot;&gt;&lt;img src=&quot;https://heropressnetwork.com/wp-content/uploads/2024/01/pocket_casts_single_315.png&quot; alt=&quot;Pocket Casts image&quot; class=&quot;wp-image-4316&quot; /&gt;&lt;/a&gt;
  5872.  
  5873.  
  5874.  
  5875. &lt;p&gt;There were &lt;em&gt;thirty-six&lt;/em&gt; WordPress podcast episodes released this week! Also, &lt;a href=&quot;https://underrepresented-in-tech-1.castos.com/episodes/new-cohost-and-partner#new_tab&quot;&gt;Underrepresented in Tech has a new cohost&lt;/a&gt;! I&amp;#8217;ve known Samah Nasr for a couple years now, and she&amp;#8217;s a fantastic pick!&lt;/p&gt;
  5876.  
  5877.  
  5878.  
  5879. &lt;p&gt;FURTHERMORE, The WordPress Podcast has added a &lt;em&gt;fifth&lt;/em&gt; translation to their arsenal!  Check out the &lt;a href=&quot;https://wppodcasts.com/podcast/wordpress-podcast-deutsch/&quot;&gt;Deutch&lt;/a&gt; version!&lt;/p&gt;
  5880.  
  5881.  
  5882.  
  5883. &lt;ul&gt;
  5884. &lt;li&gt;&lt;a href=&quot;https://dothewoo.io/introducing-groundbreaker-empowering-women-in-tech-in-uganda/#new_tab&quot;&gt;Introducing Groundbreaker, Empowering Women in Tech in Uganda&lt;/a&gt; from &lt;a href=&quot;https://wppodcasts.com/podcast/do-the-woo-a-woocommerce-podcast/&quot;&gt;Do the Woo &amp;#8211; A WooCommerce Podcast&lt;/a&gt;&lt;/li&gt;
  5885.  
  5886.  
  5887.  
  5888. &lt;li&gt;&lt;a href=&quot;https://share.transistor.fm/s/ad6e19da#new_tab&quot;&gt;Looking ahead to WordPress 6.6&lt;/a&gt; from &lt;a href=&quot;https://wppodcasts.com/podcast/the-wp-minute/&quot;&gt;The WP Minute&lt;/a&gt;&lt;/li&gt;
  5889.  
  5890.  
  5891.  
  5892. &lt;li&gt;&lt;a href=&quot;https://unbilleteachattanooga.com/episodio-257-de-pintxos-por-wordcamp-bilbao-con-fran-madrillano/#new_tab&quot;&gt;Episodio 257: De pintxos por WordCamp Bilbao, con Fran Madrillano&lt;/a&gt; from &lt;a href=&quot;https://wppodcasts.com/podcast/un-billete-a-chattanooga/&quot;&gt;Un billete a Chattanooga&lt;/a&gt;&lt;/li&gt;
  5893.  
  5894.  
  5895.  
  5896. &lt;li&gt;&lt;a href=&quot;https://wpcoffeetalk.castos.com/episodes/wpcoffeetalk-hazel-quimpo#new_tab&quot;&gt;WPCoffeeTalk: Hazel Quimpo&lt;/a&gt; from &lt;a href=&quot;https://wppodcasts.com/podcast/wpcoffeetalk/&quot;&gt;WPCoffeeTalk&lt;/a&gt;&lt;/li&gt;
  5897. &lt;/ul&gt;
  5898.  
  5899.  
  5900.  
  5901. &lt;p&gt;There are new episodes every single day, so be sure to stop by &lt;a href=&quot;https://wppodcasts.com&quot;&gt;WPPodcasts.com&lt;/a&gt; and search for things that interest you!&lt;/p&gt;
  5902. &lt;/div&gt;&lt;/div&gt;
  5903.  
  5904. &lt;/div&gt;&lt;/div&gt;
  5905.  
  5906.  
  5907. &lt;div class=&quot;wp-block-kadence-spacer aligncenter kt-block-spacer-6676_e51ca4-06&quot;&gt;&lt;div class=&quot;kt-block-spacer kt-block-spacer-halign-center&quot;&gt;&lt;hr class=&quot;kt-divider&quot; /&gt;&lt;/div&gt;&lt;/div&gt;
  5908.  
  5909.  
  5910. &lt;div class=&quot;kb-row-layout-wrap kb-row-layout-id6676_05f4fd-e9 alignnone kt-row-has-bg wp-block-kadence-rowlayout&quot;&gt;&lt;div class=&quot;kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width&quot;&gt;
  5911.  
  5912. &lt;div class=&quot;wp-block-kadence-column kadence-column6676_6cbf4d-13 inner-column-1&quot;&gt;&lt;div class=&quot;kt-inside-inner-col&quot;&gt;
  5913. &lt;h2 id=&quot;wpphotos&quot; class=&quot;kt-adv-heading6676_f6d5b2-4b wp-block-kadence-advancedheading&quot;&gt;&lt;a href=&quot;https://wordpress.org/photos&quot;&gt;WP Photos&lt;/a&gt;&lt;/h2&gt;
  5914.  
  5915.  
  5916.  
  5917. &lt;p&gt;Here are some of the great photos submitted to the &lt;a href=&quot;https://wordpress.org/photos&quot;&gt;WPPhotos&lt;/a&gt; project this week!&lt;/p&gt;
  5918.  
  5919.  
  5920.  
  5921.  
  5922. &lt;a href=&quot;https://heropress.com/wp-content/uploads/2024/04/88166195b49103be7.73317852-scaled.jpg&quot;&gt;&lt;img width=&quot;1024&quot; height=&quot;683&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/04/88166195b49103be7.73317852-1024x683.jpg&quot; alt=&quot;Scottish highland cow walking in the heath&quot; class=&quot;wp-image-6688&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://creativecommons.org/share-your-work/public-domain/cc0/&quot;&gt;CC0&lt;/a&gt; licensed &lt;a href=&quot;https://wordpress.org/photos/photo/88166195b4/&quot;&gt;photo&lt;/a&gt; by &lt;a href=&quot;https://wordpress.org/photos/author/ramonvanraaij/&quot;&gt;Rámon van Raaij&lt;/a&gt; from the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;WordPress Photo Directory&lt;/a&gt;.
  5923.  
  5924.  
  5925.  
  5926. &lt;a href=&quot;https://heropress.com/wp-content/uploads/2024/04/346661b9e0cb19533.76383018-scaled.jpg&quot;&gt;&lt;img width=&quot;1024&quot; height=&quot;683&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/04/346661b9e0cb19533.76383018-1024x683.jpg&quot; alt=&quot;A tiny spider of 1mm in size (cricket-bat orbweaver) touching and feeling two threads of it’s web, patiently waiting for it’s next meal.&quot; class=&quot;wp-image-6687&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://creativecommons.org/share-your-work/public-domain/cc0/&quot;&gt;CC0&lt;/a&gt; licensed &lt;a href=&quot;https://wordpress.org/photos/photo/346661b9e0/&quot;&gt;photo&lt;/a&gt; by &lt;a href=&quot;https://wordpress.org/photos/author/ramonvanraaij/&quot;&gt;Rámon van Raaij&lt;/a&gt; from the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;WordPress Photo Directory&lt;/a&gt;.
  5927.  
  5928.  
  5929.  
  5930. &lt;a href=&quot;https://heropress.com/wp-content/uploads/2024/04/95661a3b98e44915.97778049-scaled.jpg&quot;&gt;&lt;img width=&quot;1024&quot; height=&quot;683&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/04/95661a3b98e44915.97778049-1024x683.jpg&quot; alt=&quot;A black-orange bug (Cercopis vulnerata, en: Black-and-red Froghopper, dt: Blutzikade) on the tip of a green fern frond&quot; class=&quot;wp-image-6686&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://creativecommons.org/share-your-work/public-domain/cc0/&quot;&gt;CC0&lt;/a&gt; licensed &lt;a href=&quot;https://wordpress.org/photos/photo/95661a3b98/&quot;&gt;photo&lt;/a&gt; by &lt;a href=&quot;https://wordpress.org/photos/author/werkform/&quot;&gt;werkform&lt;/a&gt; from the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;WordPress Photo Directory&lt;/a&gt;.
  5931.  
  5932.  
  5933.  
  5934. &lt;a href=&quot;https://heropress.com/wp-content/uploads/2024/04/417661a5b074b8106.10890799-scaled.jpg&quot;&gt;&lt;img width=&quot;1024&quot; height=&quot;683&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/04/417661a5b074b8106.10890799-1024x683.jpg&quot; alt=&quot;Brown longhaired cows with a calf in pasture with a river in the background&quot; class=&quot;wp-image-6685&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://creativecommons.org/share-your-work/public-domain/cc0/&quot;&gt;CC0&lt;/a&gt; licensed &lt;a href=&quot;https://wordpress.org/photos/photo/417661a5b0/&quot;&gt;photo&lt;/a&gt; by &lt;a href=&quot;https://wordpress.org/photos/author/ramonvanraaij/&quot;&gt;Rámon van Raaij&lt;/a&gt; from the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;WordPress Photo Directory&lt;/a&gt;.
  5935.  
  5936.  
  5937.  
  5938. &lt;a href=&quot;https://heropress.com/wp-content/uploads/2024/04/531661ad94d12f749.22038538-scaled.jpeg&quot;&gt;&lt;img width=&quot;844&quot; height=&quot;1024&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/04/531661ad94d12f749.22038538-844x1024.jpeg&quot; alt=&quot;A close-up of a tabby cat with green eyes, slightly open mouth showing teeth, standing on a wooden floor.&quot; class=&quot;wp-image-6684&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://creativecommons.org/share-your-work/public-domain/cc0/&quot;&gt;CC0&lt;/a&gt; licensed &lt;a href=&quot;https://wordpress.org/photos/photo/531661ad94/&quot;&gt;photo&lt;/a&gt; by &lt;a href=&quot;https://wordpress.org/photos/author/mbigul/&quot;&gt;Bigul Malayi&lt;/a&gt; from the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;WordPress Photo Directory&lt;/a&gt;.
  5939.  
  5940.  
  5941.  
  5942. &lt;a href=&quot;https://heropress.com/wp-content/uploads/2024/04/5616618ae7c4966d5.43056222-rotated-1-scaled.jpeg&quot;&gt;&lt;img width=&quot;768&quot; height=&quot;1024&quot; src=&quot;https://heropress.com/wp-content/uploads/2024/04/5616618ae7c4966d5.43056222-rotated-1-768x1024.jpeg&quot; alt=&quot;Statue of lord Krishna and Arjun representing the Mahabharat battle of Hindu religion.&quot; class=&quot;wp-image-6683&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://creativecommons.org/share-your-work/public-domain/cc0/&quot;&gt;CC0&lt;/a&gt; licensed &lt;a href=&quot;https://wordpress.org/photos/photo/5616618ae7/&quot;&gt;photo&lt;/a&gt; by &lt;a href=&quot;https://wordpress.org/photos/author/kafleg/&quot;&gt;KafleG&lt;/a&gt; from the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;WordPress Photo Directory&lt;/a&gt;.
  5943.  
  5944.  
  5945.  
  5946.  
  5947. &lt;p&gt;Be sure to check out the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;hundreds of other great photos&lt;/a&gt;!&lt;/p&gt;
  5948. &lt;/div&gt;&lt;/div&gt;
  5949.  
  5950. &lt;/div&gt;&lt;/div&gt;
  5951.  
  5952.  
  5953. &lt;div class=&quot;wp-block-spacer&quot;&gt;&lt;/div&gt;
  5954.  
  5955.  
  5956.  
  5957. &lt;p&gt;The banner at the top of this post is a &lt;a href=&quot;https://creativecommons.org/share-your-work/public-domain/cc0/&quot;&gt;CC0&lt;/a&gt; licensed &lt;a href=&quot;https://wordpress.org/photos/photo/8616439102/&quot;&gt;photo&lt;/a&gt; by &lt;a href=&quot;https://wordpress.org/photos/author/elisascagnetti/&quot;&gt;elisascagnetti&lt;/a&gt; from the &lt;a href=&quot;https://wordpress.org/photos/&quot;&gt;WordPress Photo Directory&lt;/a&gt;.&lt;/p&gt;
  5958.  
  5959.  
  5960.  
  5961.  
  5962.  
  5963. &lt;p&gt;That&amp;#8217;s it for this week! If you&amp;#8217;d like to get this post in your email every week, &lt;a href=&quot;https://heropressnetwork.com/newsletter&quot;&gt;make sure you sign up&lt;/a&gt;!&lt;/p&gt;
  5964. &lt;p&gt;The post &lt;a href=&quot;https://heropress.com/wceu-overcoming-limits-a-visit-to-torino/&quot;&gt;WCEU, Overcoming Limits, A Visit To Torino&lt;/a&gt; appeared first on &lt;a href=&quot;https://heropress.com&quot;&gt;HeroPress&lt;/a&gt;.&lt;/p&gt;</description>
  5965. <pubDate>Sun, 14 Apr 2024 17:40:09 +0000</pubDate>
  5966. </item>
  5967. <item>
  5968. <title>Gutenberg Times: Grid Layouts are coming, Playground for preview, Interactivity API in the wild — Weekend Edition 291</title>
  5969. <guid>https://gutenbergtimes.com/?p=28216</guid>
  5970. <link>https://gutenbergtimes.com/grid-layouts-are-coming-playground-for-preview-interactivity-api-in-the-wild-weekend-edition-291/</link>
  5971. <description>&lt;p&gt;Howdy, &lt;/p&gt;
  5972.  
  5973.  
  5974.  
  5975. &lt;p&gt;Don&amp;#8217;t forget to save the date for the &lt;a href=&quot;https://make.wordpress.org/core/2024/04/04/hallway-hangout-lets-chat-about-whats-next-in-gutenberg/&quot;&gt;&lt;strong&gt;Hallway Hangout: Let’s chat about what’s next in Gutenberg&lt;/strong&gt;&lt;/a&gt; on April 24 at 11 pm UTC / 7pm EDT  / 4 pm PDT / 1 am CEST&lt;/p&gt;
  5976.  
  5977.  
  5978.  
  5979. &lt;p&gt;&lt;strong&gt;Rob Cairns&lt;/strong&gt; and I chatted on his podcast about &lt;a href=&quot;https://stunningdigitalmarketing.com/episode-405-wordpress-6-5-and-beyond-with-birgit-pauli-haack/&quot;&gt;WordPress 6.5 and beyond&lt;/a&gt;. &lt;/p&gt;
  5980.  
  5981.  
  5982.  
  5983. &lt;p&gt;Spring is back in Munich and it&amp;#8217;s beautiful. We are really pushing getting out and walking around town, along the river or in our big park, with 5,000 other individualists.&lt;/p&gt;
  5984.  
  5985.  
  5986.  
  5987. &lt;p&gt;Have a splendid weekend ahead! &lt;/p&gt;
  5988.  
  5989.  
  5990.  
  5991. &lt;p&gt;Yours, 💕&lt;br /&gt;&lt;em&gt;Birgit&lt;/em&gt;&lt;/p&gt;
  5992.  
  5993.  
  5994.  
  5995. &lt;div class=&quot;wp-block-group has-light-background-background-color has-background&quot;&gt;&lt;div class=&quot;wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow&quot;&gt;
  5996. &lt;p&gt;&lt;strong&gt;Table of Contents&lt;/strong&gt;&lt;/p&gt;
  5997.  
  5998.  
  5999.  
  6000. &lt;ol&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/grid-layouts-are-coming-playground-for-preview-interactivity-api-in-the-wild-weekend-edition-291/#0-word-press-release-information&quot;&gt;Developing Gutenberg and WordPress&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/grid-layouts-are-coming-playground-for-preview-interactivity-api-in-the-wild-weekend-edition-291/#0-p&quot;&gt;Plugins, Themes, and Tools for #nocode site builders and owners&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/grid-layouts-are-coming-playground-for-preview-interactivity-api-in-the-wild-weekend-edition-291/#2-word-press-6-0-1-and-6-1-scheduled&quot;&gt;Theme Development for Full Site Editing and Blocks&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/grid-layouts-are-coming-playground-for-preview-interactivity-api-in-the-wild-weekend-edition-291/#3-building-themes-for-fse-and-word-press&quot;&gt;Building Blocks and Tools for the Block editor. &lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;
  6001. &lt;/div&gt;&lt;/div&gt;
  6002.  
  6003.  
  6004.  
  6005. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;0-word-press-release-information&quot;&gt;Developing Gutenberg and WordPress&lt;/h2&gt;
  6006.  
  6007.  
  6008.  
  6009. &lt;p&gt;&lt;strong&gt;Justin Tadlock&lt;/strong&gt;, and others collected for you &lt;a href=&quot;https://developer.wordpress.org/news/2024/04/10/whats-new-for-developers-april-2024/&quot;&gt;&lt;strong&gt;What’s new for developers? (April 2024)&lt;/strong&gt;&lt;/a&gt; around WordPress 6.5, Core track and Gutenberg plugin. The table of contents listed 21 separate updates separated for Plugins developer and theme builders. &lt;/p&gt;
  6010.  
  6011.  
  6012.  
  6013. &lt;img width=&quot;652&quot; height=&quot;334&quot; src=&quot;https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/04/image-1.png?resize=652%2C334&amp;ssl=1&quot; alt=&quot;&quot; class=&quot;wp-image-28263&quot; /&gt;&lt;em&gt;Separate Color Style variations in sidebar. &lt;/em&gt;
  6014.  
  6015.  
  6016.  
  6017. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  6018.  
  6019.  
  6020.  
  6021. &lt;p&gt;On April 9th, &lt;strong&gt;Aaron Jorbin&lt;/strong&gt; and the merry band of Core contributors published the &lt;a href=&quot;https://wordpress.org/news/2024/04/wordpress-6-5-2-maintenance-and-security-release/&quot;&gt;&lt;strong&gt;WordPress 6.5.2 Maintenance and Security Release&lt;/strong&gt;&lt;/a&gt;. &amp;#8220;&lt;strong&gt;Because this is a security release, it is recommended that you update your sites immediately.&lt;/strong&gt;&amp;nbsp;Backports are also available for other major WordPress releases, 6.1 and later.&amp;#8221; Jorbin emphasized. Go and update if you haven&amp;#8217;t yet. This can wait. &lt;/p&gt;
  6022.  
  6023.  
  6024.  
  6025. &lt;p class=&quot;has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-a22ff20f0c15ad8f967a6e70bd8e8d04&quot;&gt;🎙️ Latest episode: &lt;a href=&quot;https://gutenbergtimes.com/podcast/gutenberg-changelog-99-wordpress-6-6-create-block-theme-updates/&quot;&gt;Gutenberg Changelog #99 – WordPress 6.6 + 6.5.3, Gutenberg 18.1 + 18.2, and Create Block Theme Updates&lt;/a&gt; with special guest Sarah Norris&lt;/p&gt;
  6026.  
  6027.  
  6028.  
  6029. &lt;p&gt;Release lead, &lt;strong&gt;Ramon Dodd&lt;/strong&gt;, published Gutenberg plugin version 18.1 and highlighted in his post &lt;a href=&quot;https://make.wordpress.org/core/2024/04/10/whats-new-in-gutenberg-18-1-10-april/&quot;&gt;&lt;strong&gt;What’s new in Gutenberg 18.1? (10 April)&lt;/strong&gt;&lt;/a&gt;:&lt;/p&gt;
  6030.  
  6031.  
  6032.  
  6033. &lt;ul&gt;
  6034. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/04/10/whats-new-in-gutenberg-18-1-10-april/#set-site-background-images-in-the-site-editor&quot;&gt;Set site background images in the Site Editor&lt;/a&gt;&lt;/li&gt;
  6035.  
  6036.  
  6037.  
  6038. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/04/10/whats-new-in-gutenberg-18-1-10-april/#see-more-with-data-views&quot;&gt;See more with data views&lt;/a&gt;&lt;/li&gt;
  6039.  
  6040.  
  6041.  
  6042. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/04/10/whats-new-in-gutenberg-18-1-10-april/#pattern-schema-and-insertion&quot;&gt;Pattern schema and insertion&lt;/a&gt;&lt;/li&gt;
  6043.  
  6044.  
  6045.  
  6046. &lt;li&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/04/10/whats-new-in-gutenberg-18-1-10-april/#swap-and-edit-template-parts&quot;&gt;Swap and edit template parts&lt;/a&gt;&lt;/li&gt;
  6047. &lt;/ul&gt;
  6048.  
  6049.  
  6050.  
  6051. &lt;img width=&quot;652&quot; height=&quot;376&quot; src=&quot;https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/04/18-1_background-1024x590-1.png?resize=652%2C376&amp;ssl=1&quot; alt=&quot;&quot; class=&quot;wp-image-28244&quot; /&gt;&lt;em&gt;Sidewide background image&lt;/em&gt;
  6052.  
  6053.  
  6054.  
  6055. &lt;p&gt;&lt;strong&gt;Anne McCarthy&lt;/strong&gt; demo&amp;#8217;d in this video &lt;a href=&quot;https://www.youtube.com/watch?v=dN_LaenY8bI&quot;&gt;&lt;strong&gt;WordPress Playground: the ultimate learning, testing, &amp;amp; teaching tool for WordPress&lt;/strong&gt;&lt;/a&gt;. WordPress Playground is an open-source project that makes makes WordPress instantly accessible for users, learners, extenders, and contributors.  Thanks to the easy creation of instant, temporary WordPress sites in your browser, you don&amp;#8217;t need a server or a test site or local environment. &amp;#8220;At a high level, watching this video will give you a glimpse of what it is, what it does, and how you can use it today. I highly recommend getting comfortable using it, especially as we look to the future of WordPress.&amp;#8221; McCarthy wrote.&lt;/p&gt;
  6056.  
  6057.  
  6058.  
  6059. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  6060.  
  6061.  
  6062.  
  6063. &lt;p&gt;&lt;strong&gt;Estela Rueda&lt;/strong&gt; invites designers and theme builders to provide feedback &lt;a href=&quot;https://make.wordpress.org/design/2024/04/09/the-new-grid-experience-feedback-needed/&quot;&gt;&lt;strong&gt;The new grid experience&lt;/strong&gt;.&lt;/a&gt; The grid aims to enhance the visual layout capabilities within WordPress by making it more flexible and easier to use for various design needs. To gather a wide range of opinions and suggestions, the team is reaching out and encouraging people to participate in the feedback process. By visiting the provided link, users can learn more about the new grid experience and contribute their input to help shape this upcoming feature.&lt;/p&gt;
  6064.  
  6065.  
  6066.  
  6067. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  6068.  
  6069.  
  6070.  
  6071. &lt;p&gt;&lt;strong&gt;Joen Asmussen&lt;/strong&gt; highlighted in his &lt;a href=&quot;https://make.wordpress.org/design/2024/04/08/design-share-mar-25-apr-5/&quot;&gt;&lt;strong&gt;Design Share: Mar 25-Apr 5&lt;/strong&gt;&lt;/a&gt; the design team&amp;#8217;s work for the last two weeks, mostly about refinements of the data views.&lt;/p&gt;
  6072.  
  6073.  
  6074.  
  6075. &lt;ul&gt;
  6076. &lt;li&gt;Site Editor animation refinements&lt;/li&gt;
  6077.  
  6078.  
  6079.  
  6080. &lt;li&gt;Badge fields&lt;/li&gt;
  6081.  
  6082.  
  6083.  
  6084. &lt;li&gt;Explore&amp;nbsp;UX&amp;nbsp;around customizing bundled data views&lt;/li&gt;
  6085.  
  6086.  
  6087.  
  6088. &lt;li&gt;Bulk actions toolbar&lt;/li&gt;
  6089.  
  6090.  
  6091.  
  6092. &lt;li&gt;WP.org Homepage Updates&lt;/li&gt;
  6093.  
  6094.  
  6095.  
  6096. &lt;li&gt;Block&amp;nbsp;Naming &amp;amp; Connections&lt;/li&gt;
  6097. &lt;/ul&gt;
  6098.  
  6099.  
  6100.  
  6101. &lt;img width=&quot;652&quot; height=&quot;303&quot; src=&quot;https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/04/design-share-bundle-views.webp?resize=652%2C303&amp;ssl=1&quot; alt=&quot;&quot; class=&quot;wp-image-28264&quot; /&gt;&lt;em&gt;Bundled data views&lt;/em&gt;
  6102.  
  6103.  
  6104. &lt;div class=&quot;ngl-articles colored ngl-articles-50_50 ngl-articles-frontend&quot;&gt;
  6105.  
  6106. &lt;div class=&quot;ngl-articles-wrap ngl-articles-webview&quot;&gt;
  6107. &lt;div class=&quot;ngl-article-mobile&quot;&gt;
  6108. &lt;div width=&quot;100%&quot; border=&quot;0&quot;&gt;
  6109. &lt;div&gt;
  6110. &lt;div valign=&quot;top&quot;&gt;
  6111. &lt;div class=&quot;ngl-article-mob-wrap&quot;&gt;
  6112. &lt;div class=&quot;ngl-article-featured&quot;&gt;&lt;a href=&quot;https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/&quot; target=&quot;_self&quot; rel=&quot;&quot;&gt;&lt;img src=&quot;https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/04/Features-WordPress-6.5-scaled.jpeg?w=652&amp;ssl=1&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;ngl-article-title&quot;&gt;&lt;a href=&quot;https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/&quot; target=&quot;_self&quot; rel=&quot;&quot;&gt;&lt;span&gt;About WordPress 6.5 &amp;#8211; all in one list on blocks and site editor&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;ngl-article-excerpt&quot;&gt;This week, WordPress 6.5 certainly dominated the WordPress news cycle. Articles, Videos, Threads on X, and workshops are plenty available for every type of WordPress user. This list of resources&amp;hellip;&lt;/div&gt; &lt;/div&gt;
  6113. &lt;/div&gt;
  6114. &lt;/div&gt;
  6115. &lt;/div&gt;
  6116. &lt;/div&gt;
  6117.  
  6118. &lt;/div&gt;
  6119.  
  6120. &lt;/div&gt;
  6121.  
  6122.  
  6123. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;0-p&quot;&gt;Plugins, Themes, and Tools for #nocode site builders and owners&lt;/h2&gt;
  6124.  
  6125.  
  6126.  
  6127. &lt;p&gt;&lt;strong&gt;Anne McCarthy&lt;/strong&gt; highlighted the features of the Create-block Theme plugin on Automattic&amp;#8217;s Design blog: &lt;a href=&quot;https://automattic.design/2024/02/15/diy-block-theme/&quot;&gt;DIY Block Theme&lt;/a&gt; and invites you to &amp;#8220;&lt;em&gt;learn to use the Create Block Theme plugin, like our designers do, to build your own block theme&lt;/em&gt;&amp;#8220;&lt;/p&gt;
  6128.  
  6129.  
  6130.  
  6131. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  6132.  
  6133.  
  6134.  
  6135. &lt;p&gt;&lt;strong&gt;Nathan Wrigley&lt;/strong&gt; and &lt;strong&gt;Anchen Le Roux  &lt;/strong&gt;announced that this year&amp;#8217;s&lt;strong&gt; &lt;/strong&gt;&lt;a href=&quot;https://pagebuildersummit.com/&quot;&gt;&lt;strong&gt;Page Builder Summit 7.0&lt;/strong&gt;&lt;/a&gt; is scheduled for &lt;strong&gt;May 20 through May 24, 2024&lt;/strong&gt;. A stable for the last seven years, the Page builder Summit brings a large variety of experts together to help veteran and new site builders to get better at their craft. They provide insights into technology, business, and the design for freelancers building sites for others. The list of confirmed speakers is like the who-is-who of the business! &lt;/p&gt;
  6136.  
  6137.  
  6138.  
  6139. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  6140.  
  6141.  
  6142.  
  6143. &lt;p&gt;&lt;strong&gt;Jamie Marsland&lt;/strong&gt; shows you on YouTube how to &lt;a href=&quot;https://www.youtube.com/watch?v=xvLctp65j-Y&quot;&gt;&lt;strong&gt;Master the Grid Layouts&lt;/strong&gt;&lt;/a&gt;. Most great-looking websites utilize some sort of grid pattern in their page layout. But while many designers accomplish this using CSS Grid, new WordPress blocks let you do it right in the editor.  Marsland shows you how to use Grid and Grid Layout blocks to create a beautiful, functional WordPress site.&lt;/p&gt;
  6144.  
  6145.  
  6146.  
  6147. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;2-word-press-6-0-1-and-6-1-scheduled&quot;&gt;Theme Development for Full Site Editing and Blocks&lt;/h2&gt;
  6148.  
  6149.  
  6150.  
  6151. &lt;p&gt;In his article &amp;#8220;&lt;a href=&quot;https://kau-boys.com/3609/wordpress/adding-some-colors-to-the-block-theme&quot;&gt;&lt;strong&gt;Adding some Colors to the Block Theme&lt;/strong&gt;&lt;/a&gt;&amp;#8220;,  &lt;a href=&quot;https://twitter.com/2ndKauBoy&quot;&gt;&lt;strong&gt;Bernhard Kau&lt;/strong&gt; &lt;/a&gt;discusses how to best add various color options to a block theme.  It&amp;#8217;s a deep dive into the process, starting with selecting a naming convention and how they appear in theme.json as well as in the site editor&amp;#8217;s color picker. Then Kau describes how to apply colors to various sections of the site via the color picker to maintain brand recognition. &lt;/p&gt;
  6152.  
  6153.  
  6154.  
  6155. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  6156.  
  6157.  
  6158.  
  6159. &lt;p&gt;&lt;strong&gt;&amp;nbsp;&lt;a href=&quot;https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;&amp;#8220;Keeping up with Gutenberg &amp;#8211; Index 2024&amp;#8221;&lt;/a&gt;&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;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. The previous years are also available: &lt;strong&gt;&lt;strong&gt;&lt;a href=&quot;https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/&quot;&gt;2020&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a href=&quot;https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/&quot;&gt;2021&lt;/a&gt;&lt;/strong&gt;&amp;nbsp;|&amp;nbsp;&lt;strong&gt;&lt;a href=&quot;https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/&quot;&gt;2022&lt;/a&gt;&lt;/strong&gt;&lt;/strong&gt;&amp;nbsp;|&amp;nbsp;&lt;strong&gt;&lt;a href=&quot;https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023&quot;&gt;2023&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
  6160.  
  6161.  
  6162.  
  6163. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;3-building-themes-for-fse-and-word-press&quot;&gt;Building Blocks and Tools for the Block editor. &lt;/h2&gt;
  6164.  
  6165.  
  6166.  
  6167. &lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://twitter.com/magda_paciorek&quot;&gt;Magdalena Paciorek&lt;/a&gt;&lt;/strong&gt; took a &lt;strong&gt;&lt;a href=&quot;https://developer.wordpress.org/news/2024/04/11/a-first-look-at-the-interactivity-api/&quot;&gt;A first look at the Interactivity API&lt;/a&gt;,&lt;/strong&gt; and walks you through an examples code for a Donation Calculator. It&amp;#8217;s a great way to take a first deep dive into the Interactivity API with a great instructor from Poland. Paciorek is also a speaker at WordCamp Europe 2024. &lt;/p&gt;
  6168.  
  6169.  
  6170.  
  6171. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  6172.  
  6173.  
  6174.  
  6175. &lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://twitter.com/polevaultweb&quot;&gt;Iain Poulson&lt;/a&gt;&lt;/strong&gt;, Advanced Custom Fields, mentioned in their release post for &lt;a href=&quot;https://www.advancedcustomfields.com/blog/acf-6-2-8/&quot;&gt;ACF 6.2.8v&lt;/a&gt;, that the team started &lt;a href=&quot;https://www.advancedcustomfields.com/blog/acf-6-2-8/&quot;&gt;adding support&amp;nbsp;&lt;/a&gt;for Block Bindings API and Interactivity API. &amp;#8220;From&amp;nbsp;&lt;a href=&quot;https://developer.wordpress.org/news/2024/02/20/introducing-block-bindings-part-1-connecting-custom-fields/&quot;&gt;Block Bindings&lt;/a&gt;&amp;nbsp;to the&amp;nbsp;&lt;a href=&quot;https://make.wordpress.org/core/2024/03/04/interactivity-api-dev-note/&quot;&gt;Interactivity API&lt;/a&gt;, WordPress 6.5 brings new opportunities to use ACF data in core WordPress blocks, and new interactivity experiences to ACF Blocks. Some of these changes features require ACF to add compatibility, and this release begins that work.&amp;#8221; Paulson wrote. &lt;/p&gt;
  6176.  
  6177.  
  6178.  
  6179. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  6180.  
  6181.  
  6182.  
  6183. &lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://twitter.com/scottkclark&quot;&gt;Scott Kingsley Clark&lt;/a&gt;&lt;/strong&gt; mentioned in his release post for Pods 3.2v update that the framework supports the new WordPress 6.5&amp;nbsp;&lt;a href=&quot;https://pods.io/2024/03/25/pods-3-2-feature-release-meta-revisions-and-block-bindings/&quot;&gt;Block Bindings API&lt;/a&gt;.  &amp;#8220;Specify your source as&amp;nbsp;&lt;code&gt;pods/bindings-field&lt;/code&gt;&amp;nbsp;and then just pass the same arguments you would pass for a normal&amp;nbsp;&lt;code&gt;[pods]&lt;/code&gt;&amp;nbsp;Shortcode or block. This will bind that dynamic output to the block you are working with. &amp;#8221; he wrote. &lt;/p&gt;
  6184.  
  6185.  
  6186.  
  6187. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  6188.  
  6189.  
  6190.  
  6191. &lt;p&gt;The recording of this week&amp;#8217;s &lt;a href=&quot;https://www.youtube.com/watch?v=ndW-Kz0iDdY&quot;&gt;&lt;strong&gt;Developer Hours: Building custom blocks with the Interactivity API&lt;/strong&gt; &lt;/a&gt;is available on YouTube. Damon Cook from WP Engine demonstrates how he built a form submission block that leverages the API. This example will teach you how to kick-start a custom interactive block using the Create Block package, use directives to assign critical attributes to your HTML markup, create the store, and hook up the client-side JavaScript. &lt;a href=&quot;https://github.com/colorful-tones/feedback-block&quot;&gt;&lt;em&gt;The final plugin is also available on GitHub&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;
  6192.  
  6193.  
  6194.  
  6195. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  6196. &lt;div class=&quot;toolbelt-video-wrapper&quot;&gt;&lt;/div&gt;
  6197. &lt;/div&gt;
  6198.  
  6199.  
  6200.  
  6201. &lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://gutenbergtimes.com/need-a-zip-from-master/&quot;&gt;Need a plugin .zip from Gutenberg&amp;#8217;s master branch?&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;Gutenberg Times provides daily build for testing and review. &lt;/p&gt;
  6202.  
  6203.  
  6204.  
  6205. &lt;p&gt;Now also available via &lt;a href=&quot;https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json&quot;&gt;WordPress Playground&lt;/a&gt;. There is no need for a test site locally or on a server. Have you been using it? &lt;a href=&quot;mailto:pauli@gutenbergtimes.com&quot;&gt;Email me &lt;/a&gt;with your experience&lt;/p&gt;
  6206.  
  6207.  
  6208.  
  6209. &lt;p&gt;&lt;img alt=&quot;GitHub all releases&quot; src=&quot;https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge&quot; /&gt;&lt;/p&gt;
  6210.  
  6211.  
  6212.  
  6213. &lt;p class=&quot;has-text-align-center has-small-font-size&quot;&gt;&lt;em&gt;Questions? Suggestions? Ideas? &lt;/em&gt;&lt;br /&gt;&lt;em&gt;Don&amp;#8217;t hesitate to send &lt;a href=&quot;mailto:pauli@gutenbergtimes.com&quot;&gt;them via email&lt;/a&gt; or&lt;/em&gt;&lt;br /&gt;&lt;em&gt; send me a message on WordPress Slack or Twitter @bph&lt;/em&gt;.&lt;/p&gt;
  6214.  
  6215.  
  6216.  
  6217. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity&quot; /&gt;
  6218.  
  6219.  
  6220.  
  6221. &lt;p class=&quot;has-text-align-center has-small-font-size&quot;&gt;For questions to be answered on the &lt;a href=&quot;http://gutenbergtimes.com/podcast&quot;&gt;Gutenberg Changelog&lt;/a&gt;, &lt;br /&gt;send them to &lt;a href=&quot;mailto:changelog@gutenbergtimes.com&quot;&gt;changelog@gutenbergtimes.com&lt;/a&gt;&lt;/p&gt;
  6222.  
  6223.  
  6224.  
  6225. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  6226.  
  6227.  
  6228.  
  6229. &lt;p&gt;Featured Image: City with giant WordPress logo AI generated via Noel Tock&lt;/p&gt;
  6230.  
  6231.  
  6232.  
  6233. &lt;hr class=&quot;wp-block-separator has-css-opacity is-style-wide&quot; /&gt;
  6234.  
  6235.  
  6236.  
  6237. &lt;p class=&quot;has-text-align-left&quot;&gt;&lt;strong&gt;Don&amp;#8217;t want to miss the next Weekend Edition? &lt;/strong&gt;&lt;/p&gt;
  6238.  
  6239.  
  6240. &lt;form class=&quot;wp-block-newsletterglue-form ngl-form ngl-portrait&quot; action=&quot;https://gutenbergtimes.com/feed/&quot; method=&quot;post&quot;&gt;&lt;div class=&quot;ngl-form-container&quot;&gt;&lt;div class=&quot;ngl-form-field&quot;&gt;&lt;label class=&quot;ngl-form-label&quot; for=&quot;ngl_email&quot;&gt;&lt;br /&gt;Type in your Email address to subscribe.&lt;/label&gt;&lt;div class=&quot;ngl-form-input&quot;&gt;&lt;input type=&quot;email&quot; class=&quot;ngl-form-input-text&quot; name=&quot;ngl_email&quot; id=&quot;ngl_email&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;button type=&quot;submit&quot; class=&quot;ngl-form-button&quot;&gt;Subscribe&lt;/button&gt;&lt;p class=&quot;ngl-form-text&quot;&gt;We hate spam, too, and won&amp;#8217;t give your email address to anyone &lt;br /&gt;except Mailchimp to send out our Weekend Edition&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;ngl-message-overlay&quot;&gt;&lt;div class=&quot;ngl-message-svg-wrap&quot;&gt;&lt;/div&gt;&lt;div class=&quot;ngl-message-overlay-text&quot;&gt;Thanks for subscribing.&lt;/div&gt;&lt;/div&gt;&lt;input type=&quot;hidden&quot; name=&quot;ngl_list_id&quot; id=&quot;ngl_list_id&quot; value=&quot;26f81bd8ae&quot; /&gt;&lt;input type=&quot;hidden&quot; name=&quot;ngl_double_optin&quot; id=&quot;ngl_double_optin&quot; value=&quot;yes&quot; /&gt;&lt;/form&gt;
  6241.  
  6242.  
  6243. &lt;hr class=&quot;wp-block-separator has-css-opacity is-style-wide&quot; /&gt;</description>
  6244. <pubDate>Sat, 13 Apr 2024 04:44:00 +0000</pubDate>
  6245. <dc:creator>Birgit Pauli-Haack</dc:creator>
  6246. </item>
  6247. <item>
  6248. <title>Gravatar: Maximize Your Instagram Bio: The Top Tools to Consider</title>
  6249. <guid>http://blog.gravatar.com/?p=1340</guid>
  6250. <link>https://blog.gravatar.com/2024/04/12/maximize-your-instagram-bio-the-top-tools-to-consider/</link>
  6251. <description>&lt;p&gt;On Instagram, there are two places where you can put permanent and clickable links – your bio and your stories, which can become permanent highlights. Until April 2023, you could only put one link in your bio, but since then, Instagram has increased that number to five.&amp;nbsp;&lt;/p&gt;
  6252.  
  6253.  
  6254.  
  6255. &lt;p&gt;However, even with that change, the author bio is still quite restrictive and doesn’t allow you to customize your profile fully or add other elements.&amp;nbsp;&lt;/p&gt;
  6256.  
  6257.  
  6258.  
  6259. &lt;p&gt;The solution to that is to put a “transition” link – one that will open a new webpage filled with all the links your heart desires, whether it’s your blog, store, portfolio, or other relevant social media pages.&amp;nbsp;&lt;/p&gt;
  6260.  
  6261.  
  6262.  
  6263. &lt;p&gt;&lt;a href=&quot;https://www.instagram.com/?hl=bg&quot;&gt;Instagram&lt;/a&gt; doesn’t come with this feature, so in order to get the multifunctional “link in bio,” you need a specialized tool for the job. In this guide, we’ll introduce you to 10 excellent tools for breaking free from Instagram&amp;#8217;s limitations and expanding your online presence effectively.&lt;/p&gt;
  6264.  
  6265.  
  6266.  
  6267. &lt;p&gt;Let’s start!&amp;nbsp;&lt;/p&gt;
  6268.  
  6269.  
  6270.  
  6271. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;1. Gravatar&amp;nbsp;&lt;/strong&gt;&lt;/h2&gt;
  6272.  
  6273.  
  6274.  
  6275. &lt;img width=&quot;660&quot; height=&quot;403&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-21.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1342&quot; /&gt;&lt;em&gt;Gravatar homepage&lt;/em&gt;
  6276.  
  6277.  
  6278.  
  6279. &lt;p&gt;Instagram is just one platform, and if you want to create a permanent space on the internet, you need to think about your online presence beyond social media.&amp;nbsp;&lt;/p&gt;
  6280.  
  6281.  
  6282.  
  6283. &lt;p&gt;One way to do that is by creating a universal profile – an online identity that travels with you no matter where you go. &lt;a href=&quot;https://gravatar.com/&quot;&gt;Gravatar&lt;/a&gt; by &lt;a href=&quot;https://automattic.com/&quot;&gt;Automattic&lt;/a&gt; is a free tool that can do that and much more. While not exclusively a “link in bio” tool, Gravatar still brings a lot of useful features that you can use to expand your Instagram bio section.&amp;nbsp;&lt;/p&gt;
  6284.  
  6285.  
  6286.  
  6287. &lt;p&gt;Here is what you can do with it!&amp;nbsp;&lt;/p&gt;
  6288.  
  6289.  
  6290.  
  6291. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Personalize your “About” section&lt;/strong&gt;&lt;/h3&gt;
  6292.  
  6293.  
  6294.  
  6295. &lt;p&gt;It’s hard to describe yourself in a captivating way with just 150 characters, but that’s all Instagram gives you. With Gravatar, however, you have the opportunity to craft an “About” section brimming with personality. When users click on the Gravatar link, they’ll be redirected to your Gravatar profile which will look more or less like this.&amp;nbsp;&lt;/p&gt;
  6296.  
  6297.  
  6298.  
  6299. &lt;img width=&quot;660&quot; height=&quot;373&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-22.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1343&quot; /&gt;&lt;em&gt;Gravatar profile bio section&lt;/em&gt;
  6300.  
  6301.  
  6302.  
  6303. &lt;p&gt;It’s a space where you can tell &lt;em&gt;your story&lt;/em&gt;, sharing not just a basic bio but also details, such as your name, pronunciation, and location.&amp;nbsp;&lt;/p&gt;
  6304.  
  6305.  
  6306.  
  6307. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;List your verified accounts&lt;/strong&gt;&lt;/h3&gt;
  6308.  
  6309.  
  6310.  
  6311. &lt;p&gt;Linking and showing your verified accounts is important as it gives you more brand credibility, whether you&amp;#8217;re an influencer, CEO, author, academic speaker, and so on. As a result, people who open your Gravatar profile will be more inclined to follow you on different platforms beyond Instagram, and they&amp;#8217;ll know where to go.&lt;/p&gt;
  6312.  
  6313.  
  6314.  
  6315. &lt;p&gt;With Gravatar, you can add multiple popular platforms, including &lt;a href=&quot;https://wordpress.org/&quot;&gt;WordPress&lt;/a&gt;, &lt;a href=&quot;https://twitter.com/x&quot;&gt;X/Twitter&lt;/a&gt;, &lt;a href=&quot;https://www.tumblr.com/&quot;&gt;Tumblr&lt;/a&gt;, &lt;a href=&quot;https://www.tiktok.com/&quot;&gt;TikTok&lt;/a&gt;, &lt;a href=&quot;https://github.com/&quot;&gt;GitHub&lt;/a&gt;, &lt;a href=&quot;https://www.twitch.tv/&quot;&gt;Twitch&lt;/a&gt;, and more.&amp;nbsp;&lt;/p&gt;
  6316.  
  6317.  
  6318.  
  6319. &lt;img width=&quot;660&quot; height=&quot;383&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-23.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1344&quot; /&gt;&lt;em&gt;Gravatar’s verified accounts list&lt;/em&gt;
  6320.  
  6321.  
  6322.  
  6323. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Add important links&lt;/strong&gt;&lt;/h3&gt;
  6324.  
  6325.  
  6326.  
  6327. &lt;p&gt;Confined by Instagram&amp;#8217;s solo link policy? Gravatar can help! Accentuate your profile with curated links pointing to your latest blog posts, eCommerce stores, or other important profiles and pages.&amp;nbsp;&lt;/p&gt;
  6328.  
  6329.  
  6330.  
  6331. &lt;img width=&quot;660&quot; height=&quot;429&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-24.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1345&quot; /&gt;&lt;em&gt;Gravatar links feature&lt;/em&gt;
  6332.  
  6333.  
  6334.  
  6335. &lt;p&gt;The way you display your links matters! To increase their visibility, put your most important links at the top of your profile.&amp;nbsp;&lt;/p&gt;
  6336.  
  6337.  
  6338.  
  6339. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Share payment links and cryptocurrency wallet addresses&lt;/strong&gt;&lt;/h3&gt;
  6340.  
  6341.  
  6342.  
  6343. &lt;p&gt;Besides normal links, with Gravatar you can also create a versatile and personalized wallet, adding payment links and cryptocurrency wallets. This allows you to add another way of monetizing your online presence, as well as gather money for charity and important causes.&amp;nbsp;&lt;/p&gt;
  6344.  
  6345.  
  6346.  
  6347. &lt;img width=&quot;660&quot; height=&quot;446&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-25.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1346&quot; /&gt;&lt;em&gt;Adding payment links to your Gravatar profile&lt;/em&gt;
  6348.  
  6349.  
  6350.  
  6351. &lt;p&gt;Connect with websites like &lt;a href=&quot;https://play.google.com/store/apps/details?id=com.paypal.android.p2pmobile&amp;hl=en_US&quot;&gt;PayPal&lt;/a&gt;, &lt;a href=&quot;https://www.patreon.com/&quot;&gt;Patreon&lt;/a&gt;, &lt;a href=&quot;https://venmo.com/&quot;&gt;Venmo&lt;/a&gt;, &lt;a href=&quot;https://bitcoin.org/&quot;&gt;Bitcoin&lt;/a&gt;, &lt;a href=&quot;https://litecoin.org/&quot;&gt;Litecoin&lt;/a&gt;, and &lt;a href=&quot;https://dogecoin.com/&quot;&gt;Dogecoin&lt;/a&gt; in seconds! And the best part is that adding wallets will not clutter your “About” section. Instead, a new button will appear called “Pay” that people will be able to click and choose the best payment option.&amp;nbsp;&lt;/p&gt;
  6352.  
  6353.  
  6354.  
  6355. &lt;img width=&quot;660&quot; height=&quot;339&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-26.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1347&quot; /&gt;&lt;em&gt;The&lt;/em&gt; &lt;em&gt;“Pay” button in Gravatar’s “About” section&lt;/em&gt;
  6356.  
  6357.  
  6358.  
  6359. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Add your contact information&lt;/strong&gt;&lt;/h3&gt;
  6360.  
  6361.  
  6362.  
  6363. &lt;p&gt;With Gravatar, you can centralize your contact information and save users from the hunt and peck of tracking down your email or phone number.&amp;nbsp;&lt;/p&gt;
  6364.  
  6365.  
  6366.  
  6367. &lt;img width=&quot;660&quot; height=&quot;259&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-27.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1348&quot; /&gt;&lt;em&gt;Gravatar contact information&lt;/em&gt;
  6368.  
  6369.  
  6370.  
  6371. &lt;p&gt;Include only what you’re comfortable sharing publicly, striking a balance between transparency and privacy.&amp;nbsp;Similar to the payment options section, instead of putting everything in the same profile area, a new “Contact” button appears, containing all your contact information.&amp;nbsp;&lt;/p&gt;
  6372.  
  6373.  
  6374.  
  6375. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Add photos&lt;/strong&gt;&lt;/h3&gt;
  6376.  
  6377.  
  6378.  
  6379. &lt;p&gt;Curate a selection of images that enhance your profile’s narrative. For photographers, this is a great place to put some of your work. If you’re a thought-leadership expert, put some pictures from conferences or lectures that you’ve done.&amp;nbsp;&lt;/p&gt;
  6380.  
  6381.  
  6382.  
  6383. &lt;img width=&quot;660&quot; height=&quot;359&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-28.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1349&quot; /&gt;&lt;em&gt;Gravatar uploading photos to the profile&lt;/em&gt;
  6384.  
  6385.  
  6386.  
  6387. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Customize your profile design&lt;/strong&gt;&lt;/h3&gt;
  6388.  
  6389.  
  6390.  
  6391. &lt;p&gt;Your Gravatar extends the reach of your Instagram bio, so it’s very important to customize your profile to mirror your brand identity. With control over design elements such as background colors and imagery, you can align your digital profile across all social media platforms, ensuring a consistent brand journey throughout.&amp;nbsp;&lt;/p&gt;
  6392.  
  6393.  
  6394.  
  6395. &lt;img width=&quot;660&quot; height=&quot;338&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-29.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1350&quot; /&gt;&lt;em&gt;Gravatar custom color background&lt;/em&gt;
  6396.  
  6397.  
  6398.  
  6399. &lt;p&gt;&lt;/p&gt;
  6400.  
  6401.  
  6402.  
  6403. &lt;img width=&quot;660&quot; height=&quot;307&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-30.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1351&quot; /&gt;&lt;em&gt;Gravatar custom background image&lt;/em&gt;
  6404.  
  6405.  
  6406.  
  6407. &lt;p&gt;&lt;/p&gt;
  6408.  
  6409.  
  6410.  
  6411. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;2. w.link&lt;/strong&gt;&lt;/h2&gt;
  6412.  
  6413.  
  6414.  
  6415. &lt;img width=&quot;660&quot; height=&quot;405&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-31.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1352&quot; /&gt;&lt;em&gt;w.link homepage&lt;/em&gt;
  6416.  
  6417.  
  6418.  
  6419. &lt;p&gt;&lt;/p&gt;
  6420.  
  6421.  
  6422.  
  6423. &lt;p&gt;&lt;a href=&quot;https://w.link/&quot;&gt;w.link&lt;/a&gt; is a &lt;a href=&quot;https://wordpress.com/&quot;&gt;WordPress&lt;/a&gt; tool for creating a “link in bio” page that allows users to deeply personalize the presentation of their links. It works the same way as a WordPress site, which means that you need a domain to launch it and know how the &lt;a href=&quot;https://wordpress.org/gutenberg/&quot;&gt;Gutenberg editor&lt;/a&gt; works to get the most out of its features and customization options.&amp;nbsp;&lt;/p&gt;
  6424.  
  6425.  
  6426.  
  6427. &lt;p&gt;Its main features include:&amp;nbsp;&lt;/p&gt;
  6428.  
  6429.  
  6430.  
  6431. &lt;ul&gt;
  6432. &lt;li&gt;Customization with CSS. &lt;/li&gt;
  6433.  
  6434.  
  6435.  
  6436. &lt;li&gt;Free themes and patterns. &lt;/li&gt;
  6437.  
  6438.  
  6439.  
  6440. &lt;li&gt;Unlimited pages and users. &lt;/li&gt;
  6441.  
  6442.  
  6443.  
  6444. &lt;li&gt;Built-in newsletter and RSS. &lt;/li&gt;
  6445.  
  6446.  
  6447.  
  6448. &lt;li&gt;Brute force protection. &lt;/li&gt;
  6449.  
  6450.  
  6451.  
  6452. &lt;li&gt;1 GB of storage (this can be upgraded if you opt for a paid plan).&lt;/li&gt;
  6453. &lt;/ul&gt;
  6454.  
  6455.  
  6456.  
  6457. &lt;p&gt;w.link has a free version, meaning you don’t pay for the tool, but you’ll still have to pay for a custom domain. It also has four pricing tiers, starting at $4/ month paid annually and going up to $45/month, all of which include a free domain for 1 year.&amp;nbsp;&lt;/p&gt;
  6458.  
  6459.  
  6460.  
  6461. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;3. Linktree&lt;/strong&gt;&lt;/h2&gt;
  6462.  
  6463.  
  6464.  
  6465. &lt;img width=&quot;660&quot; height=&quot;324&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-32.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1353&quot; /&gt;&lt;em&gt;Linktree homepage&lt;/em&gt;
  6466.  
  6467.  
  6468.  
  6469. &lt;p&gt;&lt;/p&gt;
  6470.  
  6471.  
  6472.  
  6473. &lt;p&gt;As one of the pioneers in bio-link tools, &lt;a href=&quot;https://linktr.ee/&quot;&gt;Linktree&lt;/a&gt; remains a strong contender in the market and comes with a free plan that offers a decent number of options. Still, its most important features, such as enhanced customization, priority links, and advanced analytics, such as click-through rates and audience demographics, are only included in the premium tiers.&amp;nbsp;&lt;/p&gt;
  6474.  
  6475.  
  6476.  
  6477. &lt;p&gt;Other features include:&amp;nbsp;&lt;/p&gt;
  6478.  
  6479.  
  6480.  
  6481. &lt;ul&gt;
  6482. &lt;li&gt;Ability to add QR code. &lt;/li&gt;
  6483.  
  6484.  
  6485.  
  6486. &lt;li&gt;Unlimited links. &lt;/li&gt;
  6487.  
  6488.  
  6489.  
  6490. &lt;li&gt;Tip jar and “Buy Me a Gift” option. &lt;/li&gt;
  6491.  
  6492.  
  6493.  
  6494. &lt;li&gt;Button and font styles – only in paid plans. &lt;/li&gt;
  6495.  
  6496.  
  6497.  
  6498. &lt;li&gt;Custom background images – only in paid plans.&lt;/li&gt;
  6499. &lt;/ul&gt;
  6500.  
  6501.  
  6502.  
  6503. &lt;p&gt;There are three pricing options: Starter, $5/ month; Pro, $9/ month; and Premium, $24/month.&amp;nbsp;&lt;/p&gt;
  6504.  
  6505.  
  6506.  
  6507. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;4. Lnk.bio&lt;/strong&gt;&lt;/h2&gt;
  6508.  
  6509.  
  6510.  
  6511. &lt;img width=&quot;660&quot; height=&quot;314&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-33.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1354&quot; /&gt;&lt;em&gt;Lnk.bio homepage&lt;/em&gt;
  6512.  
  6513.  
  6514.  
  6515. &lt;p&gt;&lt;/p&gt;
  6516.  
  6517.  
  6518.  
  6519. &lt;p&gt;&lt;a href=&quot;https://lnk.bio/&quot;&gt;Lnk.bio&lt;/a&gt; is a tool specially designed to fit Instagram’s UI, making it easy for everyone to customize their link page and use the tool.&amp;nbsp;&lt;/p&gt;
  6520.  
  6521.  
  6522.  
  6523. &lt;p&gt;Other interesting features include:&amp;nbsp;&lt;/p&gt;
  6524.  
  6525.  
  6526.  
  6527. &lt;ul&gt;
  6528. &lt;li&gt;Instagram API. &lt;/li&gt;
  6529.  
  6530.  
  6531.  
  6532. &lt;li&gt;Unlimited links and a personal URL. &lt;/li&gt;
  6533.  
  6534.  
  6535.  
  6536. &lt;li&gt;Option to embed music tracks and videos. &lt;/li&gt;
  6537.  
  6538.  
  6539.  
  6540. &lt;li&gt;Customizable profile pictures and image backgrounds (only available in the highest tier).&lt;/li&gt;
  6541.  
  6542.  
  6543.  
  6544. &lt;li&gt;Reports that track link clicks and patterns in audience interactions over time (this is only for the paid plans).&lt;/li&gt;
  6545. &lt;/ul&gt;
  6546.  
  6547.  
  6548.  
  6549. &lt;p&gt;Their pricing structure is slightly different. You can use the free version, subscribe monthly for $0.99/month, or buy a lifetime subscription to the tool for $9.99 or $24.99, depending on the features you want.&amp;nbsp;&lt;/p&gt;
  6550.  
  6551.  
  6552.  
  6553. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;5. Link in Profile&lt;/strong&gt;&lt;/h2&gt;
  6554.  
  6555.  
  6556.  
  6557. &lt;img width=&quot;660&quot; height=&quot;282&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-34.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1355&quot; /&gt;&lt;em&gt;Link in Profile homepage&lt;/em&gt;
  6558.  
  6559.  
  6560.  
  6561. &lt;p&gt;The unique proposition of &lt;a href=&quot;https://linkinprofile.com/&quot;&gt;Link in Profile&lt;/a&gt; lies in its ability to use Instagram posts as direct transactional opportunities for eCommerce businesses.&amp;nbsp;&lt;/p&gt;
  6562.  
  6563.  
  6564.  
  6565. &lt;p&gt;Its main features include:&amp;nbsp;&lt;/p&gt;
  6566.  
  6567.  
  6568.  
  6569. &lt;ul&gt;
  6570. &lt;li&gt;Any URL mentioned in the post comments is sent directly to the landing page, transforming your Instagram feed into a marketplace. &lt;/li&gt;
  6571.  
  6572.  
  6573.  
  6574. &lt;li&gt;High levels of automation it provides so that when new posts are created, new links are added without extra effort from the user. &lt;/li&gt;
  6575.  
  6576.  
  6577.  
  6578. &lt;li&gt;Branded landing page with the Instagram profile picture and Instagram name. &lt;/li&gt;
  6579.  
  6580.  
  6581.  
  6582. &lt;li&gt;Easy integration with major websites and shopping platforms like &lt;a href=&quot;https://www.amazon.com/&quot;&gt;Amazon&lt;/a&gt;, &lt;a href=&quot;https://www.etsy.com/&quot;&gt;Etsy&lt;/a&gt;, and &lt;a href=&quot;https://www.shopify.com/&quot;&gt;Shopify&lt;/a&gt;. &lt;/li&gt;
  6583. &lt;/ul&gt;
  6584.  
  6585.  
  6586.  
  6587. &lt;p&gt;Link in Profile is a tool that mostly targets businesses and individuals who are looking for a good Return on Investment (ROI) and are focused on using Instagram to sell their products and services.&amp;nbsp;&lt;/p&gt;
  6588.  
  6589.  
  6590.  
  6591. &lt;p&gt;There is no free version, but there is a free trial to their one plan, which is $9.99/month.&amp;nbsp;&lt;/p&gt;
  6592.  
  6593.  
  6594.  
  6595. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;6. Campsite&lt;/strong&gt;&lt;/h2&gt;
  6596.  
  6597.  
  6598.  
  6599. &lt;img width=&quot;660&quot; height=&quot;355&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-35.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1356&quot; /&gt;&lt;em&gt;Campsite homepage&lt;/em&gt;
  6600.  
  6601.  
  6602.  
  6603. &lt;p&gt;&lt;a href=&quot;https://campsite.bio/&quot;&gt;Campsite&lt;/a&gt; is a versatile tool suitable for independent creators, agencies, organizations, and small businesses. Its paid plans come with detailed analytics that go beyond basic tracking to include metrics like bounce rate and visitor behavior, crucial for understanding the efficiency of your online content.&amp;nbsp;&lt;/p&gt;
  6604.  
  6605.  
  6606.  
  6607. &lt;p&gt;Other features include:&amp;nbsp;&lt;/p&gt;
  6608.  
  6609.  
  6610.  
  6611. &lt;ul&gt;
  6612. &lt;li&gt;User-friendly interface and easy navigation menus.&lt;/li&gt;
  6613.  
  6614.  
  6615.  
  6616. &lt;li&gt;Bulk link editing. &lt;/li&gt;
  6617.  
  6618.  
  6619.  
  6620. &lt;li&gt;Option to add images to links. &lt;/li&gt;
  6621.  
  6622.  
  6623.  
  6624. &lt;li&gt;Pre-made themes and high customization. &lt;/li&gt;
  6625.  
  6626.  
  6627.  
  6628. &lt;li&gt;SEO settings, UTM parameters, Google Analytics, and more marketing features for paid plans. &lt;/li&gt;
  6629. &lt;/ul&gt;
  6630.  
  6631.  
  6632.  
  6633. &lt;p&gt;You can choose between a personal account or an organization, both with two paid tiers – Pro and Pro+, starting from $7/month for a personal and $14 for organizations with two member profiles.&amp;nbsp;&lt;/p&gt;
  6634.  
  6635.  
  6636.  
  6637. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;7. Beacons.ai&lt;/strong&gt;&lt;/h2&gt;
  6638.  
  6639.  
  6640.  
  6641. &lt;img width=&quot;660&quot; height=&quot;314&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-36.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1357&quot; /&gt;&lt;em&gt;Beacons.ai homepage&lt;/em&gt;
  6642.  
  6643.  
  6644.  
  6645. &lt;p&gt;&lt;a href=&quot;https://beacons.ai/&quot;&gt;Beacons.ai&lt;/a&gt; is an all-in-one creator platform with multiple apps and services, such as an Audience Manager, Media Kit, Email Marketing, W-9 Generator, and &lt;a href=&quot;https://beacons.ai/i/app-pages/link-in-bio&quot;&gt;Link-in Bio&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
  6646.  
  6647.  
  6648.  
  6649. &lt;p&gt;Its main features include:&amp;nbsp;&lt;/p&gt;
  6650.  
  6651.  
  6652.  
  6653. &lt;ul&gt;
  6654. &lt;li&gt;Fully customizable landing page. &lt;/li&gt;
  6655.  
  6656.  
  6657.  
  6658. &lt;li&gt;Option to collect contact information from fans. &lt;/li&gt;
  6659.  
  6660.  
  6661.  
  6662. &lt;li&gt;Ability to sell digital products with 1-tap checkout. &lt;/li&gt;
  6663.  
  6664.  
  6665.  
  6666. &lt;li&gt;Traffic analytics. &lt;/li&gt;
  6667.  
  6668.  
  6669.  
  6670. &lt;li&gt;Access to all Beacon tools. &lt;/li&gt;
  6671. &lt;/ul&gt;
  6672.  
  6673.  
  6674.  
  6675. &lt;p&gt;Beacons.ai is a dynamic social commerce tool that offers a lot, even in its free version. Still, for those wanting to upgrade, there are two options: A marketing bundle for $30/month and a VIP package starting at $100/month. The VIP plan comes with everything in the lower plan, a personal advisor to help you set up everything and a physical NFC business card for US and Canada users.&amp;nbsp;&lt;/p&gt;
  6676.  
  6677.  
  6678.  
  6679. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;8. Milkshake&lt;/strong&gt;&lt;/h2&gt;
  6680.  
  6681.  
  6682.  
  6683. &lt;img width=&quot;660&quot; height=&quot;364&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-37.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1358&quot; /&gt;&lt;em&gt;Milkshake homepage&lt;/em&gt;
  6684.  
  6685.  
  6686.  
  6687. &lt;p&gt;&lt;a href=&quot;https://milkshake.app/&quot;&gt;Milkshake&lt;/a&gt; is an interesting tool that allows its users to create an “Insta website” with its card-style layout, which adds a layer of interactivity. Each card represents a different page – an about section, testimonials, or showcase of work – offering a full-fledged website experience.&amp;nbsp;&lt;/p&gt;
  6688.  
  6689.  
  6690.  
  6691. &lt;p&gt;Other features include:&amp;nbsp;&lt;/p&gt;
  6692.  
  6693.  
  6694.  
  6695. &lt;ul&gt;
  6696. &lt;li&gt;Easy customization from your smartphone. &lt;/li&gt;
  6697.  
  6698.  
  6699.  
  6700. &lt;li&gt;Analytics similar to the Story Analytics page on Instagram. &lt;/li&gt;
  6701.  
  6702.  
  6703.  
  6704. &lt;li&gt;Option to create multiple Milkshake websites for different Instagram accounts. &lt;/li&gt;
  6705.  
  6706.  
  6707.  
  6708. &lt;li&gt;Integration with other social media platforms. &lt;/li&gt;
  6709. &lt;/ul&gt;
  6710.  
  6711.  
  6712.  
  6713. &lt;p&gt;Milkshake is a free mobile application.&amp;nbsp;&lt;/p&gt;
  6714.  
  6715.  
  6716.  
  6717. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;9. Shor.by&lt;/strong&gt;&lt;/h2&gt;
  6718.  
  6719.  
  6720.  
  6721. &lt;img width=&quot;660&quot; height=&quot;386&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-38.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1359&quot; /&gt;&lt;em&gt;Shor.by product page&lt;/em&gt;
  6722.  
  6723.  
  6724.  
  6725. &lt;p&gt;&lt;a href=&quot;https://dash.shor.by/smartpage?&amp;lp&quot;&gt;Shor.by&lt;/a&gt; is most popular for its dynamic feeds, which can auto-populate with content from blogs or online shops, making it a decent option for content creators and small business owners alike.&amp;nbsp;&lt;/p&gt;
  6726.  
  6727.  
  6728.  
  6729. &lt;p&gt;Other features include:&lt;/p&gt;
  6730.  
  6731.  
  6732.  
  6733. &lt;ul&gt;
  6734. &lt;li&gt;Messenger links that allow direct communication with followers and customers. &lt;/li&gt;
  6735.  
  6736.  
  6737.  
  6738. &lt;li&gt;Integration with popular services like &lt;a href=&quot;https://www.whatsapp.com/&quot;&gt;WhatsApp&lt;/a&gt; and &lt;a href=&quot;https://www.messenger.com/?locale=bg_BG&quot;&gt;Facebook Messenger&lt;/a&gt;. &lt;/li&gt;
  6739.  
  6740.  
  6741.  
  6742. &lt;li&gt;Block editor with an option to add images, videos, texts, products, RSS, and songs. &lt;/li&gt;
  6743. &lt;/ul&gt;
  6744.  
  6745.  
  6746.  
  6747. &lt;p&gt;Shor.by plans start from $15/month up to $99/month for agencies.&amp;nbsp;&lt;/p&gt;
  6748.  
  6749.  
  6750.  
  6751. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;10. Tap Bio&lt;/strong&gt;&lt;/h2&gt;
  6752.  
  6753.  
  6754.  
  6755. &lt;img width=&quot;660&quot; height=&quot;394&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-39.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1360&quot; /&gt;&lt;em&gt;Tap Bio homepage&lt;/em&gt;
  6756.  
  6757.  
  6758.  
  6759. &lt;p&gt;&lt;a href=&quot;https://tap.bio/@tap.bio&quot;&gt;Tap Bio&lt;/a&gt; is another tool that uses card-based profiles to engage audiences.&amp;nbsp;&lt;/p&gt;
  6760.  
  6761.  
  6762.  
  6763. &lt;p&gt;Its main features include:&amp;nbsp;&lt;/p&gt;
  6764.  
  6765.  
  6766.  
  6767. &lt;ul&gt;
  6768. &lt;li&gt;Accessible interface with a gradual learning process for those new to digital storyboarding. &lt;/li&gt;
  6769.  
  6770.  
  6771.  
  6772. &lt;li&gt;Option to put additional cards and Instagram accounts. &lt;/li&gt;
  6773.  
  6774.  
  6775.  
  6776. &lt;li&gt;Statistics and analytics. &lt;/li&gt;
  6777. &lt;/ul&gt;
  6778.  
  6779.  
  6780.  
  6781. &lt;p&gt;There is a free Basic plan and two paid tiers for $5/month and $12/month. You can also opt for an annual payment of $36 and $96, respectively.&amp;nbsp;&lt;/p&gt;
  6782.  
  6783.  
  6784.  
  6785. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Take the next step: Advance your Instagram bio with Gravatar&lt;/strong&gt;&lt;/h2&gt;
  6786.  
  6787.  
  6788.  
  6789. &lt;p&gt;Whether you’re an independent creator, an agency, or a business, you don’t have to be confined to the restrictive nature of Instagram bios. Expand into a rich hub that fully represents you, your work, and your services.&amp;nbsp;&lt;/p&gt;
  6790.  
  6791.  
  6792.  
  6793. &lt;p&gt;There are many great options for a “link in bio” tool, but Gravatar truly stands out as one of the best options. Not only is it completely free, but it also comes with a lot of important features, such as linking your other verified profiles, adding payment links and images, and customizing your profile to fit your brand fully.&amp;nbsp;&lt;/p&gt;
  6794.  
  6795.  
  6796.  
  6797. &lt;p&gt;Ready to transform your Instagram bio into a dynamic portal? &lt;a href=&quot;https://gravatar.com/&quot;&gt;Step into a broader digital footprint with Gravatar&lt;/a&gt; and define your universal online profile.&lt;/p&gt;</description>
  6798. <pubDate>Fri, 12 Apr 2024 18:22:37 +0000</pubDate>
  6799. <dc:creator>Ronnie Burt</dc:creator>
  6800. </item>
  6801. <item>
  6802. <title>Do The Woo Community: Reimagining Affiliate Programs for Your Woo Biz with Alex Standiford</title>
  6803. <guid>https://dothewoo.io/?p=82067</guid>
  6804. <link>https://dothewoo.io/reimagining-affiliate-programs-for-your-woo-biz-with-alex-standiford/</link>
  6805. <description>This episode discusses affiliate programs in depth, emphasizing the need for personalized, collaborative relationships and exploring potential drawbacks of traditional affiliate links.</description>
  6806. <pubDate>Fri, 12 Apr 2024 09:07:00 +0000</pubDate>
  6807. <dc:creator>BobWP</dc:creator>
  6808. </item>
  6809. <item>
  6810. <title>Do The Woo Community: CRM Insights and the Future of WordPress with Adrian Tobey</title>
  6811. <guid>https://dothewoo.io/?p=81057</guid>
  6812. <link>https://dothewoo.io/crm-insights-and-the-future-of-wordpress-with-adrian-tobey/</link>
  6813. <description>In today's episode of Woo BizChat, Adrian Tobey from Groundhogg emphasizes the importance of CRM for businesses and the early adoption of CRM for WooCommerce shops. He also discusses potential barriers to CRM success and contemplates the future of content consumption.</description>
  6814. <pubDate>Thu, 11 Apr 2024 09:55:00 +0000</pubDate>
  6815. <dc:creator>BobWP</dc:creator>
  6816. </item>
  6817. <item>
  6818. <title>Gravatar: Roadmap to a Killer Personal Brand: Essential Digital Tools</title>
  6819. <guid>http://blog.gravatar.com/?p=1305</guid>
  6820. <link>https://blog.gravatar.com/2024/04/10/personal-branding-tools/</link>
  6821. <description>&lt;p&gt;Whether you’re a content creator, influencer, CEO, academic, artist, or entrepreneur, building your personal brand is essential. Your brand is a mark of your unique value, so giving it more visibility helps you stand out, gives more credibility to your professional resume, and opens up a world of opportunities.&amp;nbsp;&lt;/p&gt;
  6822.  
  6823.  
  6824.  
  6825. &lt;p&gt;You might already be thinking about your brand in your daily life, from the way you interact with your peers to the way you present yourself at networking events. But as we know, for a brand to be truly successful, it has to exist on the internet.&amp;nbsp;&lt;/p&gt;
  6826.  
  6827.  
  6828.  
  6829. &lt;p&gt;But how do you even &lt;em&gt;start&lt;/em&gt; building your personal brand in an online space where everyone is trying to do the same? The answer lies in choosing the right digital tools and platforms that help you hit your branding goals. There are thousands of tools, and not all of them will be right for your needs, which can be daunting.&amp;nbsp;&lt;/p&gt;
  6830.  
  6831.  
  6832.  
  6833. &lt;p&gt;That’s why, to help you in your branding efforts, we gathered the best online tools to streamline this process, ensuring your personal brand reflects your true Unique Value Proposition (USP) and gets the visibility it deserves.&lt;/p&gt;
  6834.  
  6835.  
  6836.  
  6837. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Website creation tools&lt;/strong&gt;&lt;/h2&gt;
  6838.  
  6839.  
  6840.  
  6841. &lt;p&gt;Your website is the cornerstone of your brand. This is a given if you offer services or have an eCommerce platform, but if your brand centers around your online persona, you might be wondering whether you even need a website if you’re maintaining your social media profiles.&amp;nbsp;&lt;/p&gt;
  6842.  
  6843.  
  6844.  
  6845. &lt;p&gt;Social media is powerful for building an audience – there’s no doubt about that. But in reality, a website is still the granddaddy of online presence because of its dynamic and highly customizable nature.&amp;nbsp;&lt;/p&gt;
  6846.  
  6847.  
  6848.  
  6849. &lt;p&gt;Social media platforms will confine you to work within their limitations, which means you will need to adapt your content style to what works best for their algorithms. It can be hard to present a proper biography, an overview of your work, and evergreen content on such platforms.&amp;nbsp;&lt;/p&gt;
  6850.  
  6851.  
  6852.  
  6853. &lt;p&gt;On the other hand, a website can be whatever you want it to be – you are in full control of the way it looks and functions, and what content is posted.&amp;nbsp;&lt;/p&gt;
  6854.  
  6855.  
  6856.  
  6857. &lt;p&gt;Whether showcasing a portfolio, hosting a blog, or highlighting services, your site is where long-lasting impressions are made, and an essential part of creating an effective website lies in picking the right tools.&lt;/p&gt;
  6858.  
  6859.  
  6860.  
  6861. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Build your website on WordPress.com&lt;/strong&gt;&lt;/h3&gt;
  6862.  
  6863.  
  6864.  
  6865. &lt;img width=&quot;660&quot; height=&quot;378&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1308&quot; /&gt;
  6866.  
  6867.  
  6868.  
  6869. &lt;p&gt;&lt;em&gt;WordPress.com homepage&lt;/em&gt;&lt;/p&gt;
  6870.  
  6871.  
  6872.  
  6873. &lt;p&gt;&lt;a href=&quot;https://wordpress.org/&quot;&gt;WordPress.org&lt;/a&gt; is &lt;a href=&quot;https://w3techs.com/technologies/details/cm-wordpress&quot;&gt;the most popular Content Management System&lt;/a&gt; (CMS), and it’s used by brands like &lt;a href=&quot;https://slack.com/&quot;&gt;Slack&lt;/a&gt;, &lt;a href=&quot;https://thewaltdisneycompany.com/&quot;&gt;Disney&lt;/a&gt;, &lt;a href=&quot;https://edition.cnn.com/&quot;&gt;CNN&lt;/a&gt;, and &lt;a href=&quot;https://about.meta.com/&quot;&gt;Meta&lt;/a&gt;. If you want to build a site with WordPress, we recommend choosing &lt;a href=&quot;http://wordpress.com&quot;&gt;WordPress.com&lt;/a&gt; as your trusted hosting provider, as it comes with built-in security and analytics tools and automatic updates.&amp;nbsp;&lt;/p&gt;
  6874.  
  6875.  
  6876.  
  6877. &lt;p&gt;With all the technicalities taken care of, you’ll have the time and opportunity to build a great site that fully reflects your personal brand and professional goals.&amp;nbsp;&lt;/p&gt;
  6878.  
  6879.  
  6880.  
  6881. &lt;p&gt;There are several tiers to WordPress.com, but the &lt;a href=&quot;https://wordpress.com/pricing/&quot;&gt;Creator plan&lt;/a&gt; is the best option for professionals as it allows you to add unlimited plugins and themes. On the other hand, the integration with &lt;a href=&quot;https://jetpack.com/&quot;&gt;Jetpack&lt;/a&gt; gives you essential tools to track engagement, monitor traffic sources, and understand your target audience&amp;#8217;s demographics.&amp;nbsp;&lt;/p&gt;
  6882.  
  6883.  
  6884.  
  6885. &lt;img width=&quot;660&quot; height=&quot;429&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-1.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1309&quot; /&gt;
  6886.  
  6887.  
  6888.  
  6889. &lt;p&gt;&lt;em&gt;WordPress.com pricing&lt;/em&gt;&lt;/p&gt;
  6890.  
  6891.  
  6892.  
  6893. &lt;p&gt;With the Creator plan, it is very easy to get started, and if you’re serious about personal branding, having unlimited access to plugins and themes will be extremely helpful. Customize to your heart&amp;#8217;s content with design options that resonate with your personal aesthetic, or extend functionality with plugins that offer everything from Search Engine Optimization (SEO) to social media integration.&amp;nbsp;&lt;/p&gt;
  6894.  
  6895.  
  6896.  
  6897. &lt;p&gt;With its automatic updates, scheduling abilities, and built-in analytics, WordPress.com lets you spend more time creating brand-centric content instead of worrying about admin tasks.&amp;nbsp;&lt;/p&gt;
  6898.  
  6899.  
  6900.  
  6901. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Add eCommerce functionality with WooCommerce&lt;/strong&gt;&lt;/h3&gt;
  6902.  
  6903.  
  6904.  
  6905. &lt;img width=&quot;660&quot; height=&quot;330&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-2.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1310&quot; /&gt;
  6906.  
  6907.  
  6908.  
  6909. &lt;p&gt;&lt;em&gt;WooCommerce homepage&lt;/em&gt;&lt;/p&gt;
  6910.  
  6911.  
  6912.  
  6913. &lt;p&gt;One of the beautiful things about WordPress is that you can easily turn your website into an online store thanks to &lt;a href=&quot;https://woo.com/&quot;&gt;WooCommerce&lt;/a&gt; – the eCommerce platform &lt;a href=&quot;https://barn2.com/blog/woocommerce-stats/#:~:text=The%20wordpress.org%20plugin%20repository,on%20the%20internet%20use%20WooCommerce.&quot;&gt;used by more than 4 million websites worldwide&lt;/a&gt; to effectively sell their products and services online!&amp;nbsp;&lt;/p&gt;
  6914.  
  6915.  
  6916.  
  6917. &lt;p&gt;This interactive commercial platform comes with many useful features, such as the option to add customer reviews to your product, build beautiful and categorized product galleries, upsell and cross-sell products and services, and fully customize product and checkout pages.&amp;nbsp;&lt;/p&gt;
  6918.  
  6919.  
  6920.  
  6921. &lt;p&gt;If you want to branch out to eCommerce, we recommend opting for the &lt;a href=&quot;https://wordpress.com/pricing/#:~:text=power%20of%20WooCommerce.-,Entrepreneur,-Build%20an%20online&quot;&gt;Entrepreneur plan&lt;/a&gt; on WordPress.com, as it’s specially developed for people who want a full-fledged online store.&amp;nbsp;&lt;/p&gt;
  6922.  
  6923.  
  6924.  
  6925. &lt;img width=&quot;660&quot; height=&quot;569&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-3.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1311&quot; /&gt;
  6926.  
  6927.  
  6928.  
  6929. &lt;p&gt;&lt;em&gt;WordPress.com pricing plans&lt;/em&gt;&lt;/p&gt;
  6930.  
  6931.  
  6932.  
  6933. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Build a newsletter&lt;/strong&gt;&lt;/h2&gt;
  6934.  
  6935.  
  6936.  
  6937. &lt;p&gt;Email marketing is powerful and still very popular among digital marketers. In fact, this marketing strategy is one of the most profitable, with a &lt;a href=&quot;https://www.statista.com/statistics/804656/email-roi-perception/&quot;&gt;mind-boggling ROI of $36 for every dollar spent&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
  6938.  
  6939.  
  6940.  
  6941. &lt;p&gt;Email gives you a direct line of communication with your audience and builds a longer-lasting relationship, which is especially true with newsletters. A periodic newsletter filled with interesting how-to guides, industry insights, or inspiring success stories not only provides immense value but also bolsters engagement with your brand.&amp;nbsp;&lt;/p&gt;
  6942.  
  6943.  
  6944.  
  6945. &lt;p&gt;WordPress.com includes a &lt;a href=&quot;https://wordpress.com/newsletter/&quot;&gt;newsletter feature&lt;/a&gt; with every plan, and you can easily include one anywhere on your website by adding a “subscribe” block.&amp;nbsp;&lt;/p&gt;
  6946.  
  6947.  
  6948.  
  6949. &lt;img width=&quot;660&quot; height=&quot;198&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-4.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1312&quot; /&gt;
  6950.  
  6951.  
  6952.  
  6953. &lt;p&gt;&lt;em&gt;WordPress subscribe block&lt;/em&gt;&lt;/p&gt;
  6954.  
  6955.  
  6956.  
  6957. &lt;p&gt;The placement is very important, so we recommend putting this form above the fold on your homepage or as a call to action at the end of a compelling blog post to boost subscription rates.&amp;nbsp;&lt;/p&gt;
  6958.  
  6959.  
  6960.  
  6961. &lt;img width=&quot;660&quot; height=&quot;299&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-5.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1313&quot; /&gt;
  6962.  
  6963.  
  6964.  
  6965. &lt;p&gt;&lt;em&gt;Example of placing a subscribe option above the fold&lt;/em&gt;&lt;/p&gt;
  6966.  
  6967.  
  6968.  
  6969. &lt;p&gt;This functionality allows you to convert your blog updates into rich, engaging newsletters. With no cap on the number of emails you can send, WordPress.com hands you the reins to grow your subscriber base unconstrained, unlike other platforms that may restrict your reach.&amp;nbsp;&lt;/p&gt;
  6970.  
  6971.  
  6972.  
  6973. &lt;p&gt;Besides that, it also allows you to create gated content which is a strategy where exclusive content is provided to subscribers. The only thing you need to do is click on “Set up a paid plan” and a new window will pop up, allowing you to fully customize your paid newsletter.&amp;nbsp;&lt;/p&gt;
  6974.  
  6975.  
  6976.  
  6977. &lt;img width=&quot;660&quot; height=&quot;430&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-6.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1314&quot; /&gt;
  6978.  
  6979.  
  6980.  
  6981. &lt;p&gt;&lt;em&gt;Creating a paid newsletter with WordPress&lt;/em&gt;&lt;/p&gt;
  6982.  
  6983.  
  6984.  
  6985. &lt;p&gt;This feature on WordPress.com helps you reward and retain your most loyal followers, cementing a strong community around your personal brand.&lt;/p&gt;
  6986.  
  6987.  
  6988.  
  6989. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Unify your digital presence across all platforms with Gravatar&lt;/strong&gt;&lt;/h2&gt;
  6990.  
  6991.  
  6992.  
  6993. &lt;img width=&quot;660&quot; height=&quot;403&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-7.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1315&quot; /&gt;
  6994.  
  6995.  
  6996.  
  6997. &lt;p&gt;&lt;em&gt;Gravatar homepage&lt;/em&gt;&lt;/p&gt;
  6998.  
  6999.  
  7000.  
  7001. &lt;p&gt;When building your personal brand, you need to think of your online identity as a whole, not as different pieces independent of each other. Build your social media presence and blog as a cohesive online existence, which means syncing your information across platforms.&amp;nbsp;&lt;/p&gt;
  7002.  
  7003.  
  7004.  
  7005. &lt;p&gt;&lt;a href=&quot;https://gravatar.com/&quot;&gt;Gravatar&lt;/a&gt; is an efficient tool that centralizes and streamlines your online identity across the web, powered by your email address.&amp;nbsp;&lt;/p&gt;
  7006.  
  7007.  
  7008.  
  7009. &lt;p&gt;Getting started with Gravatar is quick and user-friendly. With just a few steps, you’ll have a unique avatar that follows you from site to site, attaching a familiar face to your online commentary and interactions.&amp;nbsp;&lt;/p&gt;
  7010.  
  7011.  
  7012.  
  7013. &lt;img width=&quot;660&quot; height=&quot;373&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-8.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1316&quot; /&gt;
  7014.  
  7015.  
  7016.  
  7017. &lt;p&gt;&lt;em&gt;Example of a Gravatar profile&amp;nbsp;&lt;/em&gt;&lt;/p&gt;
  7018.  
  7019.  
  7020.  
  7021. &lt;p&gt;Instead of adjusting your profile for each platform, you’ll have a consistent identity everywhere, including important and up-to-date details such as contact information and events.&amp;nbsp;&lt;/p&gt;
  7022.  
  7023.  
  7024.  
  7025. &lt;p&gt;A single digital signature allows you to build a consistent online identity, making your personal brand more memorable and credible. By unifying your digital presence, Gravatar alleviates the hassle of managing multiple logins and profiles. This convenience is not only a time-saver but ensures your online identity is uniform and professional.&amp;nbsp;&lt;/p&gt;
  7026.  
  7027.  
  7028.  
  7029. &lt;p&gt;When you create your profile, you can fully customize it to fit your needs. Here are some of the great things you can do with Gravatar’s profile editor:&amp;nbsp;&lt;/p&gt;
  7030.  
  7031.  
  7032.  
  7033. &lt;ul&gt;
  7034. &lt;li&gt;Finetune your profile background with custom colors and images.&amp;nbsp;&lt;/li&gt;
  7035. &lt;/ul&gt;
  7036.  
  7037.  
  7038.  
  7039. &lt;img width=&quot;660&quot; height=&quot;307&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-9.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1317&quot; /&gt;
  7040.  
  7041.  
  7042.  
  7043. &lt;p&gt;&lt;em&gt;Adding a custom background image to your Gravatar profile&lt;/em&gt;&lt;/p&gt;
  7044.  
  7045.  
  7046.  
  7047. &lt;ul&gt;
  7048. &lt;li&gt;Connect your verified social media accounts and other profiles.&amp;nbsp;&lt;/li&gt;
  7049. &lt;/ul&gt;
  7050.  
  7051.  
  7052.  
  7053. &lt;img width=&quot;660&quot; height=&quot;383&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-10.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1318&quot; /&gt;
  7054.  
  7055.  
  7056.  
  7057. &lt;p&gt;&lt;em&gt;Linking verified accounts to your Gravatar profile&lt;/em&gt;&lt;/p&gt;
  7058.  
  7059.  
  7060.  
  7061. &lt;ul&gt;
  7062. &lt;li&gt;Add customized links to promote blog posts, featured articles, upcoming events, and products.&amp;nbsp;&lt;/li&gt;
  7063. &lt;/ul&gt;
  7064.  
  7065.  
  7066.  
  7067. &lt;img width=&quot;660&quot; height=&quot;429&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-11.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1319&quot; /&gt;
  7068.  
  7069.  
  7070.  
  7071. &lt;p&gt;&lt;em&gt;Adding different links to your Gravatar profile&lt;/em&gt;&lt;/p&gt;
  7072.  
  7073.  
  7074.  
  7075. &lt;ul&gt;
  7076. &lt;li&gt;Add your contact information so that people can easily get in touch.&amp;nbsp;&lt;/li&gt;
  7077. &lt;/ul&gt;
  7078.  
  7079.  
  7080.  
  7081. &lt;img width=&quot;660&quot; height=&quot;259&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-12.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1320&quot; /&gt;
  7082.  
  7083.  
  7084.  
  7085. &lt;p&gt;&lt;em&gt;Adding contact information to your Gravatar profile&lt;/em&gt;&lt;/p&gt;
  7086.  
  7087.  
  7088.  
  7089. &lt;ul&gt;
  7090. &lt;li&gt;There is a QR code feature so you can quickly share your profile during networking events or put it on your physical business card.&amp;nbsp;&lt;/li&gt;
  7091. &lt;/ul&gt;
  7092.  
  7093.  
  7094.  
  7095. &lt;img width=&quot;660&quot; height=&quot;385&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-13.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1321&quot; /&gt;
  7096.  
  7097.  
  7098.  
  7099. &lt;p&gt;&lt;em&gt;QR code options for Gravatar profiles&lt;/em&gt;&lt;/p&gt;
  7100.  
  7101.  
  7102.  
  7103. &lt;p&gt;Besides the QR code, you can also generate a short link to put on your social media accounts, serving as a versatile “Link in bio” landing page.&amp;nbsp;&lt;/p&gt;
  7104.  
  7105.  
  7106.  
  7107. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Leverage the social media platforms that make sense for your brand&lt;/strong&gt;&lt;/h2&gt;
  7108.  
  7109.  
  7110.  
  7111. &lt;p&gt;We won’t go into too much detail about the different social media platforms, as you’re probably already aware of the most popular ones. But we do want to highlight two very important rules:&amp;nbsp;&lt;/p&gt;
  7112.  
  7113.  
  7114.  
  7115. &lt;ol&gt;
  7116. &lt;li&gt;&lt;strong&gt;Don’t worry about being everywhere. Instead, go where your target audience is.&lt;/strong&gt; If you’re building your personal brand as an eCommerce leadership expert, chances are your most loyal audience is on &lt;a href=&quot;https://www.linkedin.com/&quot;&gt;LinkedIn&lt;/a&gt; rather than &lt;a href=&quot;https://www.tiktok.com/&quot;&gt;TikTok&lt;/a&gt; or &lt;a href=&quot;https://www.instagram.com/?hl=bg&quot;&gt;Instagram&lt;/a&gt;. On the other hand, if you’re a creative personality, like an artist or a musician, then social media platforms with a younger demographic would be a better place&lt;/li&gt;
  7117.  
  7118.  
  7119.  
  7120. &lt;li&gt;&lt;strong&gt;Be consistent in your posting. &lt;/strong&gt;This is a universal rule among social media – you won’t be successful if you’re inconsistent with your posting schedule. What helps here is to create a social media calendar and plan out your content for the next month or two.&amp;nbsp;&lt;/li&gt;
  7121. &lt;/ol&gt;
  7122.  
  7123.  
  7124.  
  7125. &lt;p&gt;Another thing you should remember if you use various platforms is that you want to retain some level of consistency in terms of how you present yourself, and furthermore, it should be easy for people to recognize your personal profile across different profiles&lt;/p&gt;
  7126.  
  7127.  
  7128.  
  7129. &lt;p&gt;Gravatar can help you maintain this consistency by giving users a constantly updated overview of your professional identity, including a list of verified social media profiles like X/Twitter (the official one, not the fish one), TikTok, &lt;a href=&quot;https://www.tumblr.com/&quot;&gt;Tumblr&lt;/a&gt;, Instagram, &lt;a href=&quot;https://bsky.social/&quot;&gt;Bluesky&lt;/a&gt;, as well as your personal WordPress website, adding even more credibility. &lt;/p&gt;
  7130.  
  7131.  
  7132.  
  7133. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Other tools for content creation and sharing&lt;/strong&gt;&lt;/h2&gt;
  7134.  
  7135.  
  7136.  
  7137. &lt;p&gt;Consistently creating great content is hard! Thankfully, there are plenty of tools to help you out at all stages of the content development process, like the organization and planning, ideation, creation, optimization, and promotion of the final product. With the right tools, you can create a workflow that is tailored to your needs and individual processes, allowing you to be consistent with your production.&lt;/p&gt;
  7138.  
  7139.  
  7140.  
  7141. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Tools for organization and content mapping&lt;/strong&gt;&lt;/h3&gt;
  7142.  
  7143.  
  7144.  
  7145. &lt;p&gt;&lt;a href=&quot;https://www.notion.so/integrations/asana&quot;&gt;Notion&lt;/a&gt; and &lt;a href=&quot;https://asana.com/&quot;&gt;Asana&lt;/a&gt; are great for content planning, each offering unique benefits that can result in a more polished and professional brand persona.&amp;nbsp;&lt;/p&gt;
  7146.  
  7147.  
  7148.  
  7149. &lt;img width=&quot;660&quot; height=&quot;403&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-15.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1323&quot; /&gt;
  7150.  
  7151.  
  7152.  
  7153. &lt;p&gt;&lt;em&gt;Notion and Asana integration&lt;/em&gt;&lt;/p&gt;
  7154.  
  7155.  
  7156.  
  7157. &lt;p&gt;Notion&amp;#8217;s all-encompassing workspace allows for meticulous planning, crafting, and cataloging of ideas, ensuring a brand&amp;#8217;s narrative unfolds with precision. Asana guides the creative process with its strong project management tools, improving the content production and delivery process.&lt;/p&gt;
  7158.  
  7159.  
  7160.  
  7161. &lt;p&gt;It&amp;#8217;s worth noting, however, that the richness of features in &lt;a href=&quot;https://asana.com/apps/notion-asana&quot;&gt;Notion and Asana&lt;/a&gt; comes with a moderate learning curve, but there are many &lt;a href=&quot;https://forum.asana.com/t/multiple-ways-to-integrate-asana-and-notion-2023-guide/482947&quot;&gt;useful resources by brands&lt;/a&gt; and other users, &lt;a href=&quot;https://www.youtube.com/watch?v=g0rYATuSYnI&quot;&gt;especially on YouTube&lt;/a&gt;, to help you get used to the tools.&amp;nbsp;&lt;/p&gt;
  7162.  
  7163.  
  7164.  
  7165. &lt;p&gt;Thankfully, if you’re already familiar with the Gutenberg WordPress Editor, you shouldn’t have any issues with Notion, as their interfaces are very similar.&amp;nbsp;&lt;/p&gt;
  7166.  
  7167.  
  7168.  
  7169. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Google Trends for ideation&lt;/strong&gt;&lt;/h3&gt;
  7170.  
  7171.  
  7172.  
  7173. &lt;img width=&quot;660&quot; height=&quot;348&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-16.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1324&quot; /&gt;
  7174.  
  7175.  
  7176.  
  7177. &lt;p&gt;&lt;em&gt;Google Trends homepage&lt;/em&gt;&lt;/p&gt;
  7178.  
  7179.  
  7180.  
  7181. &lt;p&gt;Diving into &lt;a href=&quot;https://trends.google.com/trends/&quot;&gt;Google Trends&lt;/a&gt;&amp;#8216; ocean of insights reveals a highly valuable tool that offers a glimpse into the collective consciousness. By leveraging such data, brands can adjust their content to match audience interests.&amp;nbsp;&lt;/p&gt;
  7182.  
  7183.  
  7184.  
  7185. &lt;p&gt;Interpreting the peaks and valleys of trending topics leads to informed decisions that anchor a content strategy in the present. For instance, a digital marketer might spot an emerging trend in sustainable living and weave this theme into their blog articles, social media posts, and podcasts.&lt;/p&gt;
  7186.  
  7187.  
  7188.  
  7189. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Image and video editor tools&lt;/strong&gt;&lt;/h3&gt;
  7190.  
  7191.  
  7192.  
  7193. &lt;p&gt;According to a study by the US Chambers of Commerce, &lt;a href=&quot;https://gitnux.org/branding-statistics/#:~:text=The%20US%20Chamber%20of%20Commerce,recognition%20by%20up%20to%2080%25.&quot;&gt;55% of first impressions of brands are visual&lt;/a&gt;, which is another proof of how important your visual representation is. It needs to be engaging, unique, and, most importantly, represent your personal values and best qualities.&amp;nbsp;&lt;/p&gt;
  7194.  
  7195.  
  7196.  
  7197. &lt;p&gt;Not everyone is a designer but thankfully, there are tools to help every single professional to create a consistent visual brand. One of the most prominent platforms to do that is &lt;a href=&quot;https://www.canva.com/en_gb/&quot;&gt;Canva&lt;/a&gt;, which offers a library of templates, photos, and illustrations that can be customized to align with your personal brand’s visual theme.&amp;nbsp;&lt;/p&gt;
  7198.  
  7199.  
  7200.  
  7201. &lt;img width=&quot;660&quot; height=&quot;348&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-17.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1325&quot; /&gt;
  7202.  
  7203.  
  7204.  
  7205. &lt;p&gt;&lt;em&gt;Canva design tool homepage&lt;/em&gt;&lt;/p&gt;
  7206.  
  7207.  
  7208.  
  7209. &lt;p&gt;Canva Pro, the premium version, extends these capabilities with additional features like brand kits and background removal, providing an even more tailored design experience.&amp;nbsp;&lt;/p&gt;
  7210.  
  7211.  
  7212.  
  7213. &lt;p&gt;For people looking to enhance their video editing skills, &lt;a href=&quot;https://www.adobe.com/products/premiere-rush.html&quot;&gt;Adobe Premiere Rush&lt;/a&gt; is a free mobile and desktop app that offers various features to help your brand grow. Its built-in camera, for example, allows for high-quality video capture, while intuitive editing tools help edit and share from anywhere, ensuring your visual narrative remains cohesive.&amp;nbsp;&lt;/p&gt;
  7214.  
  7215.  
  7216.  
  7217. &lt;img width=&quot;660&quot; height=&quot;386&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-18.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1326&quot; /&gt;
  7218.  
  7219.  
  7220.  
  7221. &lt;p&gt;&lt;em&gt;Adobe Premiere Rush homepage&lt;/em&gt;&lt;/p&gt;
  7222.  
  7223.  
  7224.  
  7225. &lt;p&gt;For budding personal brands, this tool simplifies the creation of professional-looking content that can resonate with audiences across various platforms.&lt;/p&gt;
  7226.  
  7227.  
  7228.  
  7229. &lt;h3 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;URL Shorteners&lt;/strong&gt;&lt;/h3&gt;
  7230.  
  7231.  
  7232.  
  7233. &lt;p&gt;URLs can be very long which makes the process of integrating them troublesome and not aesthetically pleasing. To resolve this, you can use a URL shortener. These are smart tools that allow you to create custom links with your brand name and can also track engagement.&amp;nbsp;&lt;/p&gt;
  7234.  
  7235.  
  7236.  
  7237. &lt;p&gt;A great URL-shortening tool is &lt;a href=&quot;https://www.rebrandly.com/&quot;&gt;Rebrandly&lt;/a&gt; – an AI platform with more than 100 popular integrations.&amp;nbsp;&lt;/p&gt;
  7238.  
  7239.  
  7240.  
  7241. &lt;img width=&quot;660&quot; height=&quot;507&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-19.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1327&quot; /&gt;
  7242.  
  7243.  
  7244.  
  7245. &lt;p&gt;&lt;em&gt;Rebrandly homepage&lt;/em&gt;&lt;/p&gt;
  7246.  
  7247.  
  7248.  
  7249. &lt;p&gt;It works by selecting a relevant domain name related to your brand and using it as a consistent base for all your short links. This practice not only reinforces brand visibility but also offers detailed analytics insights to evaluate the effectiveness of your shared content.&amp;nbsp;&lt;/p&gt;
  7250.  
  7251.  
  7252.  
  7253. &lt;p&gt;Using these analytics can transform raw data into strategic action. By examining click patterns and traffic sources, you can fine-tune your content scheduling and distribution strategies to better capture your audience&amp;#8217;s attention.&lt;/p&gt;
  7254.  
  7255.  
  7256.  
  7257. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Monitor and refine your results with analytics tools&lt;/strong&gt;&lt;/h2&gt;
  7258.  
  7259.  
  7260.  
  7261. &lt;p&gt;Building a personal brand is a continuous process, and analytical tools can provide you with helpful performance indicators. These tools clarify which areas of your personal branding strategy are thriving and which require refinement.&amp;nbsp;&lt;/p&gt;
  7262.  
  7263.  
  7264.  
  7265. &lt;p&gt;For those just starting out on their personal branding journey, focusing on key analytics like engagement rate, follower growth over time, and website conversions can be incredibly insightful.&lt;/p&gt;
  7266.  
  7267.  
  7268.  
  7269. &lt;p&gt;Most social media platforms come with their own analytics dashboards that show metrics such as engagement rates, best-performing content by reach, and follower demographics. These data points highlight which content truly resonates with your audience, informing not only what you create but also how you can create deeper connections. You can then use these insights by experimenting with content types and posting times, and then measure the changes in engagement for continuous improvement.&amp;nbsp;&lt;/p&gt;
  7270.  
  7271.  
  7272.  
  7273. &lt;p&gt;For example, when open rates for your newsletter seem low, consider A/B testing with different subject lines or content structures. Track the subsequent open and click-through rates to identify the most engaging approach, thus maintaining a dynamic and relevant correspondence with your audience.&amp;nbsp;&lt;/p&gt;
  7274.  
  7275.  
  7276.  
  7277. &lt;p&gt;When it comes to website analytics, &lt;a href=&quot;https://accounts.google.com/signin/v2/identifier?service=analytics&amp;passive=1209600&amp;continue=https%3A%2F%2Fanalytics.google.com%2Fanalytics%2Fweb%2F%23&amp;followup=https%3A%2F%2Fanalytics.google.com%2Fanalytics%2Fweb%2F&amp;flowName=GlifWebSignIn&amp;flowEntry=ServiceLogin&quot;&gt;Google Analytics&lt;/a&gt; is the industry standard. However, for WordPress users, &lt;a href=&quot;https://jetpack.com/&quot;&gt;Jetpack&lt;/a&gt; offers an accessible alternative and it’s included in both the Creator and Entrepreneur plans with WordPress.com. It provides intuitive metrics such as daily visitors, page views, and top-performing pages, all critical in gauging the traction of your online content without the daunting complexity of Google&amp;#8217;s service.&lt;/p&gt;
  7278.  
  7279.  
  7280.  
  7281. &lt;img width=&quot;660&quot; height=&quot;362&quot; src=&quot;https://gravatar.files.wordpress.com/2024/04/image-20.png?w=660&quot; alt=&quot;&quot; class=&quot;wp-image-1328&quot; /&gt;
  7282.  
  7283.  
  7284.  
  7285. &lt;p&gt;&lt;em&gt;Jetpack homepage&lt;/em&gt;&lt;/p&gt;
  7286.  
  7287.  
  7288.  
  7289. &lt;p&gt;Conclude each analysis session with a commitment to apply what you&amp;#8217;ve learned. Set regular intervals for review – be it weekly, bi-weekly, or monthly – to ensure your personal brand remains vibrant and effective. Remember, consistent analysis is a foundational practice that nurtures a strong and resonant personal brand, keeping you one step ahead in the exciting world of online branding.&lt;/p&gt;
  7290.  
  7291.  
  7292.  
  7293. &lt;h2 class=&quot;wp-block-heading&quot;&gt;&lt;strong&gt;Create a personal brand that stands out with Gravatar&amp;nbsp;&lt;/strong&gt;&lt;/h2&gt;
  7294.  
  7295.  
  7296.  
  7297. &lt;p&gt;Creating and maintaining your personal brand is a lot of work, but don’t be discouraged! With the right tools, patience, and consistency, you can craft a professional brand that makes you proud and opens up a world of possibilities.&amp;nbsp;&lt;/p&gt;
  7298.  
  7299.  
  7300.  
  7301. &lt;p&gt;One of the tools that will be with you every step of the way is Gravatar – your trusted online identity that travels with you no matter where you go.&amp;nbsp;&lt;/p&gt;
  7302.  
  7303.  
  7304.  
  7305. &lt;p&gt;Gravatar is not just another addition to your digital toolset but a fundamental component that connects the dots between your various online activities. With Gravatar, you receive a unique advantage – a consistent identity that travels with you everywhere and allows you to be easily recognized by your audience.&amp;nbsp;&lt;/p&gt;
  7306.  
  7307.  
  7308.  
  7309. &lt;p&gt;Why wait to consolidate your digital brand? &lt;a href=&quot;https://gravatar.com/&quot;&gt;Sign up for Gravatar for free&lt;/a&gt; and take the first step towards a unified identity. It’s time to align your online presence with your professional aspirations.&lt;/p&gt;</description>
  7310. <pubDate>Wed, 10 Apr 2024 21:27:18 +0000</pubDate>
  7311. <dc:creator>Ronnie Burt</dc:creator>
  7312. </item>
  7313. <item>
  7314. <title>WPTavern: #115 – Jamie Marsland on Turning Technical Know-How Into Popular Content</title>
  7315. <guid>https://wptavern.com/?post_type=podcast&amp;p=155317</guid>
  7316. <link>https://wptavern.com/podcast/115-jamie-marsland-on-turning-technical-know-how-into-popular-content</link>
  7317. <description>Transcript&lt;div&gt;
  7318. &lt;p&gt;[00:00:00] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.&lt;/p&gt;
  7319.  
  7320.  
  7321.  
  7322. &lt;p&gt;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, turning technical know-how into popular content.&lt;/p&gt;
  7323.  
  7324.  
  7325.  
  7326. &lt;p&gt;If you&amp;#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 forward slash feed forward slash podcast. And you can copy that URL into most podcasts players.&lt;/p&gt;
  7327.  
  7328.  
  7329.  
  7330. &lt;p&gt;If you have a topic that you&amp;#8217;d like us to feature on the podcast, I&amp;#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com forward slash contact forward slash jukebox, and use the form there.&lt;/p&gt;
  7331.  
  7332.  
  7333.  
  7334. &lt;p&gt;So on the podcast today, we have Jamie Marsland.&lt;/p&gt;
  7335.  
  7336.  
  7337.  
  7338. &lt;p&gt;Jamie has a varied background in technical corporate leadership, and has been guiding Pootlepress for over a decade. Initially a training service, Pootlepress has become a product focused company known for its WordPress plugins. Jamie&amp;#8217;s depth of experience in the industry is increasingly overshadowed by his visibility as a YouTuber, where, as you&amp;#8217;ll hear, much of his attention is now focused.&lt;/p&gt;
  7339.  
  7340.  
  7341.  
  7342. &lt;p&gt;In this episode, we&amp;#8217;ll cover some new ground. We talk about a critical issue facing WordPress today, the fierce competition from platforms like Canva and Wix, and the marketing hurdles that WordPress must navigate to maintain its market share.&lt;/p&gt;
  7343.  
  7344.  
  7345.  
  7346. &lt;p&gt;We also explore Jamie&amp;#8217;s unconventional path to becoming a content creator, discussing how he went from teaching tennis to teaching tech, and how he&amp;#8217;s leveraged YouTube to grow his audience and business. His perspective is that it&amp;#8217;s important to make technical concepts accessible and easy to understand.&lt;/p&gt;
  7347.  
  7348.  
  7349.  
  7350. &lt;p&gt;Making his content is a lot of work, most of which happens behind the scenes. We get into this a little more deeply, and Jamie shares his strategies for effective video creation, from planning to execution, along with his thoughts on sponsored content and its place in the YouTube ecosystem.&lt;/p&gt;
  7351.  
  7352.  
  7353.  
  7354. &lt;p&gt;If you&amp;#8217;re curious about the future of WordPress, content creation, or the dynamics of digital learning this episode is for you.&lt;/p&gt;
  7355.  
  7356.  
  7357.  
  7358. &lt;p&gt;If you&amp;#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com forward slash podcast, where you&amp;#8217;ll find all the other episodes as well.&lt;/p&gt;
  7359.  
  7360.  
  7361.  
  7362. &lt;p&gt;And so without further delay, I bring you Jamie Marsland.&lt;/p&gt;
  7363.  
  7364.  
  7365.  
  7366. &lt;p&gt;I am joined on the podcast by Jamie Marsland. Hi Jamie.&lt;/p&gt;
  7367.  
  7368.  
  7369.  
  7370. &lt;p&gt;[00:03:08] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; Hey there. How are you?&lt;/p&gt;
  7371.  
  7372.  
  7373.  
  7374. &lt;p&gt;[00:03:10] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Very good. Thank you for joining me today. If you haven&amp;#8217;t checked out what Jamie&amp;#8217;s been doing, Jamie has had a really interesting career in the WordPress space. We&amp;#8217;re going to talk about that. We&amp;#8217;ll talk about his YouTube channel, and how he&amp;#8217;s managed to grow that over the last couple of years. Before we do that Jamie, I wonder if you could introduce yourself, give us your quick WordPress bio.&lt;/p&gt;
  7375.  
  7376.  
  7377.  
  7378. &lt;p&gt;[00:03:29] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; So quick WordPress bio. I&amp;#8217;ve been running this business, Pootlepress for 14 years. Prior to that though, I had a corporate career in technical, both public businesses and private businesses, running businesses. But always in publishing, and in software publishing. I always say that because people just see me as a YouTuber these days, so I want people to understand there&amp;#8217;s a bit more background to it.&lt;/p&gt;
  7379.  
  7380.  
  7381.  
  7382. &lt;p&gt;And then the last 14 years, I&amp;#8217;ve been running Pootlepress. And we started off as a training business, and then we morphed into a product business. Built some plugins, which we still provide. And then over the last three years, I&amp;#8217;ve been committing to creating content, primarily over YouTube.&lt;/p&gt;
  7383.  
  7384.  
  7385.  
  7386. &lt;p&gt;[00:04:04] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Tell us a little bit about Pootlepress. What were the bits and pieces that you got yourself involved in? And are you a coder? Do you write the code, or did you write the code yourself? Do any of those projects still have a life, or have they been shelved for now?&lt;/p&gt;
  7387.  
  7388.  
  7389.  
  7390. &lt;p&gt;[00:04:16] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; As I said, it started off as a training business, which was literally, I left my previous job. I&amp;#8217;d introduced WordPress into that business, and we had a very expensive development team. We were running a different CMS, which nobody would&amp;#8217;ve heard of, it was called Ektron. But it was about $5,000 per site, per year, so it was, you know, in terms of WordPress. But that was at the very low end of the CMS market. But in terms of WordPress, which is obviously free, it was much more expensive.&lt;/p&gt;
  7391.  
  7392.  
  7393.  
  7394. &lt;p&gt;And I introduced WordPress into that business. I could sort of see the market was shaking out a bit. And I looked at the WordPress market from that job, and seeing what was going on. And there were people running training courses in WordPress, but they were charging £500 a day for a WordPress training course, and selling them out.&lt;/p&gt;
  7395.  
  7396.  
  7397.  
  7398. &lt;p&gt;And I thought, that&amp;#8217;s quite interesting. But they were going after the sort of corporate market. When I left that business, they gave me a chunk of money, and so I had some time. So I thought, well, I could start a WordPress training business. And so I took out a Google ad, and I launched a WordPress training course, because I knew WordPress really well, because I&amp;#8217;d been using it personally for a long time.&lt;/p&gt;
  7399.  
  7400.  
  7401.  
  7402. &lt;p&gt;And I pitched a course, I think it was £99, or something like that. And within half a day I got my first order. I thought, well that&amp;#8217;s interesting, there&amp;#8217;s a market here. And then I ended up running 2 courses a week, with about 15 people in, traveling around the country. I ran them in London, where I&amp;#8217;m based in Chatham. Ended up in Scotland, also Wales.&lt;/p&gt;
  7403.  
  7404.  
  7405.  
  7406. &lt;p&gt;So all around the country, running these face-to-face training courses, with people in a room, training people on WordPress. And there&amp;#8217;s nothing quite like seeing face-to-face people using WordPress to understand, I&amp;#8217;m going to talk about the product business in a minute, but understand some of the issues people have with WordPress, when you&amp;#8217;re actually training them.&lt;/p&gt;
  7407.  
  7408.  
  7409.  
  7410. &lt;p&gt;I&amp;#8217;ve traveled a lot of miles, and personally trained thousands of people now on WordPress, which is just an incredible experience to have, which you don&amp;#8217;t actually realise until you&amp;#8217;ve sort of gone through it.&lt;/p&gt;
  7411.  
  7412.  
  7413.  
  7414. &lt;p&gt;And then, from that, we built some plugins, and we&amp;#8217;re going back a while now. So we built some plugins around Woo, as they were, Woo Themes. And, yeah, those plugins are still going, and we still have customers, and they&amp;#8217;re actively supported. And the plugins now we&amp;#8217;re releasing are Gutenberg based, I guess you&amp;#8217;d say. So block based plugins.&lt;/p&gt;
  7415.  
  7416.  
  7417.  
  7418. &lt;p&gt;And we were there right at the start of that. So we have a free plugin called Caxton, which nobody understands, but it&amp;#8217;s named after William Caxton. If you&amp;#8217;re English, you probably know that. He was a, the equivalent of Gutenberg but English. And that was launched in Nashville, which Matt Mullenweg demoed actually, as part of his presentation of the launch of Gutenberg. So we were right there, right at the start of Gutenberg. So I&amp;#8217;ve always understood that Gutenberg was going to be a big driver in the space.&lt;/p&gt;
  7419.  
  7420.  
  7421.  
  7422. &lt;p&gt;[00:06:38] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; It sounds like there&amp;#8217;s a common thread running through quite a bit of that, which is educator basically. Do you have a sort of traditional background in education, or is it just something you find yourself drawn towards and capable of doing?&lt;/p&gt;
  7423.  
  7424.  
  7425.  
  7426. &lt;p&gt;[00:06:50] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; Well, I was a tennis coach when I was 19 to 23, to help fund uni education, partly. So played a lot of tennis. And I loved coaching, I loved teaching. And looking back on that experience, that was like, okay, that&amp;#8217;s quite an interesting thing. So I&amp;#8217;m thinking of redoing my, they lapse tennis coaching qualifications, I&amp;#8217;m thinking of retaking them, and going back to it at some point. Because I absolutely love teaching. You realise this as you go through this career, but I love the teaching bit of it, so yeah.&lt;/p&gt;
  7427.  
  7428.  
  7429.  
  7430. &lt;p&gt;[00:07:18] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Do you find there&amp;#8217;s any, the same level of love for the online teaching? Because when you described your WordPress teaching, it sounded like you were in the room with the people. And so you obviously get that immediate feedback and, you know, it&amp;#8217;s not done via an email saying, thank you, I enjoyed your course, or whatever. You&amp;#8217;re actually seeing people&amp;#8217;s faces light up and what have you.&lt;/p&gt;
  7431.  
  7432.  
  7433.  
  7434. &lt;p&gt;But with the YouTube content, and all of the other bits and pieces, I just wonder if there&amp;#8217;s any connection between your end users, your students, if you like. Do you get that same warm and fuzzy feeling?&lt;/p&gt;
  7435.  
  7436.  
  7437.  
  7438. &lt;p&gt;[00:07:45] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; Yeah, definitely is, because the videos on YouTube get tons of comments these days, and I get loads of personal emails, and it&amp;#8217;s the same with teaching people in a room. You know, you teach people in a room and you literally, it sounds a bit overblown, but people do email you and say, this is, you know, I&amp;#8217;ve built a business out of this teaching, thank you. And it&amp;#8217;s changed the direction of my life.&lt;/p&gt;
  7439.  
  7440.  
  7441.  
  7442. &lt;p&gt;And you definitely get that, it&amp;#8217;s different on YouTube, but you definitely get that. Comments are fantastic, and the likes are fantastic as well. So yeah, I mean you do get that sense of fulfillment with it. And I think there&amp;#8217;s, part of it is, tennis coaching is a really, you can teach people to play tennis properly very quickly. You see a lot of people, what I&amp;#8217;m getting to is, I think there&amp;#8217;s lots of ways to teach people well, which I think is a real interest of mine.&lt;/p&gt;
  7443.  
  7444.  
  7445.  
  7446. &lt;p&gt;You know, how you can take a subject, and simplify it down to core elements, so they get the basics and start flying very quickly. With tennis, there&amp;#8217;s like three things you can teach any beginner, to get them playing decent tennis within half an hour, no problem. But you see a lot of coaches will overcomplicate things and people won&amp;#8217;t have the same improvement so quickly.&lt;/p&gt;
  7447.  
  7448.  
  7449.  
  7450. &lt;p&gt;And I think that&amp;#8217;s the real challenge in WordPress education as well. So I put a huge amount of thought into how I structure my videos in terms of, so people are going to be able to understand them, and do things more easily than just, this is this, this is this, this and this.&lt;/p&gt;
  7451.  
  7452.  
  7453.  
  7454. &lt;p&gt;So in terms of my videos, huge amount goes into the preparation of planning how to lay them out, to try and get the best possible outcome for the end user. Whilst at the same time, with YouTube, you have to make them engaging enough that they&amp;#8217;re going to click on the thing in the first place to watch it.&lt;/p&gt;
  7455.  
  7456.  
  7457.  
  7458. &lt;p&gt;So there&amp;#8217;s a lot. There&amp;#8217;s kind of multidimensional, creating YouTube videos. You want to be educational, but if you just do a tutorial video, nobody&amp;#8217;s going to potentially watch it, because it&amp;#8217;s going to be boring as heck. So there&amp;#8217;s multi-layers to doing YouTube education stuff.&lt;/p&gt;
  7459.  
  7460.  
  7461.  
  7462. &lt;p&gt;[00:09:23] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; But you don&amp;#8217;t have like a traditional, I don&amp;#8217;t know, pedagogy. You haven&amp;#8217;t got a, like a teacher training qualification, or anything like that? You&amp;#8217;ve just learned over time the process of creating something that is what you wish to create. And obviously, now that you&amp;#8217;ve got this huge uptick in your subscriber count on the YouTube channel, you&amp;#8217;ve obviously hit on some formula which is working.&lt;/p&gt;
  7463.  
  7464.  
  7465.  
  7466. &lt;p&gt;[00:09:40] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; And I actually don&amp;#8217;t think the traditional approach works on YouTube anyway. I don&amp;#8217;t think you can take, you can try, but I don&amp;#8217;t think if you take a traditional teaching approach, and stick it on YouTube, it&amp;#8217;s not going to work. So I wouldn&amp;#8217;t, you know, if I was putting a video on the Learn WordPress website, I wouldn&amp;#8217;t put that same video on YouTube, because it&amp;#8217;s a completely different context that people are consuming that information.&lt;/p&gt;
  7467.  
  7468.  
  7469.  
  7470. &lt;p&gt;[00:10:00] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So back in the day when you stumbled across WordPress in the business that you were working with, you probably had no intuition that it was going to work out quite so well, in terms of WordPress&amp;#8217;s ascendancy in the CMS market. How do you feel about that?&lt;/p&gt;
  7471.  
  7472.  
  7473.  
  7474. &lt;p&gt;We&amp;#8217;re obviously at this pivotal point, where it feels that there&amp;#8217;s maybe a little bit of slowdown in adoption. We keep talking about this number, this 43% of the internet. I can&amp;#8217;t quite work out what that means, but it&amp;#8217;s a big number. You know, it&amp;#8217;s a giant proportion of the internet. Do you have any intuitions as to whether or not that&amp;#8217;s going to keep going? Would it bother you in any way if it didn&amp;#8217;t keep rising?&lt;/p&gt;
  7475.  
  7476.  
  7477.  
  7478. &lt;p&gt;[00:10:33] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; A few things there, one is, when I was just starting off in WordPress, I could see it was going to fly, because it was starting to gain momentum. But I had all the same, you know, my developers were .net developers that were working for me. They were object orientated focused. They looked at PHP as some sort of dirt in the road, and they thought WordPress was terrible. So they&amp;#8217;re very sneering about it.&lt;/p&gt;
  7479.  
  7480.  
  7481.  
  7482. &lt;p&gt;That has led a lot of the, I guess, teaching I do as well. You know, there&amp;#8217;s a lot of, people will dismiss WordPress still, for not being, what I&amp;#8217;m trying to say is, WordPress has never won out because it&amp;#8217;s been the best CMS. It&amp;#8217;s won out because of the ecosystem, and the other market drivers that were driving it. Like there were CMSs that had amazing workflows, editorial workflows, back in the day, and WordPress didn&amp;#8217;t have any of that stuff.&lt;/p&gt;
  7483.  
  7484.  
  7485.  
  7486. &lt;p&gt;But WordPress won out because of the huge ecosystem, and the fact it was open source, and all these other drivers that were driving it. So I could sort of see that it was going to work back then.&lt;/p&gt;
  7487.  
  7488.  
  7489.  
  7490. &lt;p&gt;In terms of where we are now, it&amp;#8217;s not so much the market size that&amp;#8217;s important to me. There was a slide shared by Noel Tock, as part of his keynote at WordCamp Asia. It was a fascinating slide actually, and it talked about market share, which we know is about 43%, and leveling off a little bit.&lt;/p&gt;
  7491.  
  7492.  
  7493.  
  7494. &lt;p&gt;But then he overlaid that slide with search interest. So he looked at how many people were searching. And actually had a really interesting Twitter dialogue with Alex Denning about this as well. And that was basically showing how it grew in 2014, and then now its dived down quite steeply over the last, I think four years, in terms of search interest. So people aren&amp;#8217;t searching for it so much. And then he also overlaid that with number of sites that are being built, which has also gone down a lot.&lt;/p&gt;
  7495.  
  7496.  
  7497.  
  7498. &lt;p&gt;Now that, for me, is probably the most important metric, yeah. So that has gone down significantly as well, from where we were at the peak. And then he also overlaid that with another metric, which was maturity of sector. So in terms of how many people are actually engaged in building WordPress sites, or producing WordPress products. And that was kind of still going up.&lt;/p&gt;
  7499.  
  7500.  
  7501.  
  7502. &lt;p&gt;So what we&amp;#8217;ve potentially got here is the confluence of a declining market, which we&amp;#8217;re not seeing quite yet. This is the kind of worst case scenario, with over suppliers. So if that is the case, if we do start to see some of that over the next few years, that&amp;#8217;s going to cause a lot of pain to people, because we&amp;#8217;re going to have a declining market, in terms of number sites being built. But we&amp;#8217;ve got lots and lots of suppliers, lots of product people in that sector. So essentially not enough business for everyone.&lt;/p&gt;
  7503.  
  7504.  
  7505.  
  7506. &lt;p&gt;Who knows, that&amp;#8217;s conjecture. But my spidey senses are telling me, this is possibly where we&amp;#8217;re potentially at. And I think, if you look at the strategy, there&amp;#8217;s a few other things that play into my mind for this as well. One is, I was at Cloudfest last week in Germany, and a lot of the hosting companies now are pitching towards, deliberately, strategically, pitching towards the agency developer market. That&amp;#8217;s where they&amp;#8217;re going. And there&amp;#8217;s two reasons for that, potential reasons for that.&lt;/p&gt;
  7507.  
  7508.  
  7509.  
  7510. &lt;p&gt;One is, that&amp;#8217;s where people spend the most money. The second reason for that is, they&amp;#8217;re seeing a contraction of the DIY market, which would be my guess as well. So they&amp;#8217;re seeing their overall market go down, in terms of revenue, my guess. But they&amp;#8217;re seeing everyone trying to go after the agency developer market. Everyone that I speak to.&lt;/p&gt;
  7511.  
  7512.  
  7513.  
  7514. &lt;p&gt;I had a conversation with Wix this week, because I&amp;#8217;ve had a demo of their product. They are deliberately going after the agency market as well. So I don&amp;#8217;t think it&amp;#8217;s just WordPress that are seeing this pinch at the moment, because I think there&amp;#8217;s some recessional pressure on that stuff.&lt;/p&gt;
  7515.  
  7516.  
  7517.  
  7518. &lt;p&gt;But I do think it&amp;#8217;s potentially an issue for WordPress, that we&amp;#8217;re, it&amp;#8217;s a question of what is the canary in the mine? And I&amp;#8217;m seeing some of those signals. So yeah, I&amp;#8217;ve got some trepidation of where the market is going to head over the next few years.&lt;/p&gt;
  7519.  
  7520.  
  7521.  
  7522. &lt;p&gt;[00:13:57] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Can I plumb a little bit further into that, and ask you what the signals are, if you&amp;#8217;re willing to share them? The signals that you&amp;#8217;ve said that you were able to see. Just moments ago, you said that you had this, whatever the canary in the mine was. And you had a few little signals that you thought were illustrative of the general argument that you were making. Can you share those?&lt;/p&gt;
  7523.  
  7524.  
  7525.  
  7526. &lt;p&gt;[00:14:13] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; Well, it was just those really. It just the fact that I&amp;#8217;m seeing all the hosting companies that I&amp;#8217;m talking to, because I talk to a lot of hosting companies, and we&amp;#8217;ll probably come on to talk about wordpress.com. But everyone seems to have a strategy of going after the developer agency market.&lt;/p&gt;
  7527.  
  7528.  
  7529.  
  7530. &lt;p&gt;Everyone I speak to, that&amp;#8217;s their strategy. Which makes sense, but it&amp;#8217;s kind of interesting that it seems like that&amp;#8217;s the direction of travel right now. And I don&amp;#8217;t have insider information, in terms of the numbers for hosting companies. That&amp;#8217;s just my view from the outside.&lt;/p&gt;
  7531.  
  7532.  
  7533.  
  7534. &lt;p&gt;[00:14:42] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, there&amp;#8217;s been a lot of talk recently. Well, certainly over the last three or four years, from various different quarters, all about the sort of shattering of the community. And I think it was, maybe it was Joost, the person, as opposed to Yoast the company. Or maybe it was Marieke, I can&amp;#8217;t remember.&lt;/p&gt;
  7535.  
  7536.  
  7537.  
  7538. &lt;p&gt;But the idea that the community is sort of heading in two different directions. You&amp;#8217;ve got this philanthropic side of the community, who pour lots and lots of their personal free time into the project, and wish it to grow in that way. And then you&amp;#8217;ve got the other side, which is driven more by profit, and about how these two sides, in their estimation at least anyway, are getting further and further apart.&lt;/p&gt;
  7539.  
  7540.  
  7541.  
  7542. &lt;p&gt;And so they&amp;#8217;re having to shout across this void. And the void gets further and further, so that the shouting has to be done louder and louder. The takeaway from that, I guess is that, if you&amp;#8217;ve got a community which isn&amp;#8217;t working, those two sides are not working in tandem, that&amp;#8217;s also a problem I think.&lt;/p&gt;
  7543.  
  7544.  
  7545.  
  7546. &lt;p&gt;[00:15:30] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; Yeah, absolutely. It was also interesting, because at Cloudfest, lots of hosting companies were there, because Joost was there actually. I was chatting to him and he was saying, actually one of the interesting things is that they need WordPress to succeed. If these like Wix, and Squarespace, and Shopify, if those guys start winning out, that&amp;#8217;s going to affect the hosting company&amp;#8217;s revenue as well. Because those are closed systems, that don&amp;#8217;t host on their systems. There&amp;#8217;s a lot at play in making WordPress work really, at the moment.&lt;/p&gt;
  7547.  
  7548.  
  7549.  
  7550. &lt;p&gt;[00:15:54] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. He wrote a piece just the other day on the Post Status blog, all about how the hosting companies are, well, in many cases they&amp;#8217;ve got their own onboarding system, and they&amp;#8217;ve got their own page builder, or something adjacent to a page builder. And I think his central argument was, would it be a good idea if, rather than having these sort of rival system, so if you go with hosting company x, you&amp;#8217;re tied in because you&amp;#8217;ve bought into their package, and you understand their tooling and what have you. And if you go with hosting company y, you&amp;#8217;re locked in over there.&lt;/p&gt;
  7551.  
  7552.  
  7553.  
  7554. &lt;p&gt;And I think his central argument was, we need WordPress to succeed, not the proprietary bits and pieces within your own systems. And in order to do that, would it be a good idea to spend less on your proprietary things, and put that investment back into, I don&amp;#8217;t know, Five for the Future or something.&lt;/p&gt;
  7555.  
  7556.  
  7557.  
  7558. &lt;p&gt;[00:16:34] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; Yeah, I think that&amp;#8217;s a fair point. The onboarding of WordPress has been mooted a few times in the last few weeks as well. And it&amp;#8217;s one of the big, when you train people, you realise there&amp;#8217;s many hurdles of friction in terms of WordPress, which it&amp;#8217;d be great to have solved, like domain names and hosting.&lt;/p&gt;
  7559.  
  7560.  
  7561.  
  7562. &lt;p&gt;I mean, you go to a hosting page, and that&amp;#8217;s the first hurdle. You&amp;#8217;re like, you get the average person and. Well, you compare the experience of setting up a website on Canva, and setting up a website through any WordPress host. And Canva, it&amp;#8217;s five minutes and they, my cats could do it frankly, it&amp;#8217;s so easy. Whereas WordPress, you have pricing tables with all sorts of things in, which are like object cash and, oh, what was that? Do I need some of that?&lt;/p&gt;
  7563.  
  7564.  
  7565.  
  7566. &lt;p&gt;There&amp;#8217;s a world of difference in terms of the friction between WordPress and some of these no-code solutions out there. And I know historically, WordPress has always batted these things off. My worry is that might not last forever, I guess.&lt;/p&gt;
  7567.  
  7568.  
  7569.  
  7570. &lt;p&gt;That&amp;#8217;s probably where it needs to be. That&amp;#8217;s the competition. I had this conversation with the head of Influencer Marketing at Wix. They&amp;#8217;ve got 500 people in marketing at Wix. I think they&amp;#8217;ve got 200 on the influencer, no, that can&amp;#8217;t be right. But they&amp;#8217;ve signed up about 400 influencers.&lt;/p&gt;
  7571.  
  7572.  
  7573.  
  7574. &lt;p&gt;[00:17:37] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; And I know we always talk about Wix, and the fact that they put huge amounts of money into marketing. But you compare that to WordPress, who historically have been development companies, with the odd marketing person appended on the side of it. And they&amp;#8217;re really serious. They&amp;#8217;re really serious, and they&amp;#8217;ve got this, quite a cool product that&amp;#8217;s aimed at agency market.&lt;/p&gt;
  7575.  
  7576.  
  7577.  
  7578. &lt;p&gt;So I do think that the opposition is lining up their ducks really well at the moment. If you were doing a competitor analysis, you look at, you know, I think Canva is a competitor to the brochure market. I&amp;#8217;ve been saying this for a long time.&lt;/p&gt;
  7579.  
  7580.  
  7581.  
  7582. &lt;p&gt;They&amp;#8217;ve got a website builder. If they want to, they can go after a lot of the brochure market, which is a lot of WordPress business. Wix, doing some really cool stuff with their Wix Studio stuff. It&amp;#8217;s really slick. Obviously Shopify, going great guns. And then you compare this to WordPress at the moment. I worry how quickly WordPress can react.&lt;/p&gt;
  7583.  
  7584.  
  7585.  
  7586. &lt;p&gt;Let&amp;#8217;s say I was watching your WP Builds chat today, and you were saying, what happens if it goes down to 40 and then 35? Let&amp;#8217;s say, that did happen. Is WordPress match fit to react to that? And my worry is, at the moment, we are not, because we haven&amp;#8217;t had to be.&lt;/p&gt;
  7587.  
  7588.  
  7589.  
  7590. &lt;p&gt;[00:18:43] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, that&amp;#8217;s a really interesting point, isn&amp;#8217;t it? We literally haven&amp;#8217;t had to be. It&amp;#8217;s been growth, upon growth, upon growth, year on year. And obviously these rival platforms, Wix et al, they&amp;#8217;ve obviously also had growth year, on year, on year. It hasn&amp;#8217;t been of the same magnitude, but in terms of finance, and the bottom line, it has been.&lt;/p&gt;
  7591.  
  7592.  
  7593.  
  7594. &lt;p&gt;And if they can employ a sophisticated marketing team, that can put adverts, you know, in the Super Bowl and things like that, then that&amp;#8217;s going to be a very difficult hurdle to overcome. Because if people do stop Googling for WordPress, or it just, you know, the mind share just disappears, and whenever somebody thinks about a website, that little three letter word pops out of everybody&amp;#8217;s mouth. Oh yeah, Wix, I&amp;#8217;ve heard of that. That&amp;#8217;s going to be hard to compete with. And I think you&amp;#8217;re right, interesting.&lt;/p&gt;
  7595.  
  7596.  
  7597.  
  7598. &lt;p&gt;[00:19:31] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; If you compare brand searches, I mean, Canva is the big one. Canva completely dwarfs. You know, I think actually, if I was Wix, I&amp;#8217;d be scared silly of Canva, frankly. I think Canva is such a behemoth in terms of it&amp;#8217;s got, I think it&amp;#8217;s got 165 million monthly users now. Generating cash, always been profitable, and people have grown up with it, people are using it. So, you know, my kids know how to build a website, because they&amp;#8217;ve used Canva. And it&amp;#8217;s the same interface, so there&amp;#8217;s no learning curve. So, personally, I think Canva, if they wanted to, they could go and eat a lot of the Squarespace, and a lot of the Wix market, and a lot of the WordPress brochure market, if they wanted to.&lt;/p&gt;
  7599.  
  7600.  
  7601.  
  7602. &lt;p&gt;Canva have got an event coming up. The Canva Create event, which is titled Changing Work, or something like that. So we&amp;#8217;ll see if they, because they have a, like a one page website builder in Canva at the moment. Pretty slick. You can only build a one page website, so it&amp;#8217;s very limited. If they extend that, then that&amp;#8217;s going to be a really interesting thing to see.&lt;/p&gt;
  7603.  
  7604.  
  7605.  
  7606. &lt;p&gt;[00:20:26] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; You clearly are fairly optimistic. Well, I say you are, obviously we&amp;#8217;ve just had the conversation that we&amp;#8217;ve just had. But, given the content that you are creating, I suppose there must be a part of you which is optimistic about WordPress&amp;#8217;s future as well. Because your YouTube channel, and we will link to everything that we mention in the show notes, so you can check that out on the WP Tavern website. We&amp;#8217;ll link to all of Jamie&amp;#8217;s bits and pieces, properties and what have you.&lt;/p&gt;
  7607.  
  7608.  
  7609.  
  7610. &lt;p&gt;But you&amp;#8217;ve been creating a YouTube channel. I don&amp;#8217;t know quite how far that goes back. But I think it&amp;#8217;s fair to say that, at the moment, you&amp;#8217;ve got lots of heads turning in your direction. The subscriber count is on a fairly rapid rise. So bravo, well done for that.&lt;/p&gt;
  7611.  
  7612.  
  7613.  
  7614. &lt;p&gt;But the content, that I&amp;#8217;ve seen at least anyway, is very much aligned with kind of Core WordPress. What can WordPress out the box do, without needing to bundle a bunch of plugins? So given that you are doing that, you must have some confidence in its capacity to challenge the likes of Wix and Squarespace, or maybe not.&lt;/p&gt;
  7615.  
  7616.  
  7617.  
  7618. &lt;p&gt;[00:21:22] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; I mean it&amp;#8217;s miles ahead of those things at the moment. It is important to say that, in terms of how many people are using it, and market share. I was just talking about where I look at it from a, if we were starting today, where we&amp;#8217;re at in terms of just the marketing.&lt;/p&gt;
  7619.  
  7620.  
  7621.  
  7622. &lt;p&gt;I think WordPress is in a place where it needs to step up a gear, which it&amp;#8217;s doing. And that&amp;#8217;s partly why I&amp;#8217;m optimistic about it. So, you know, my videos, a lot of them are like, I do some website recreations where I take a famous website, and I show you how to rebuild it using just Core WordPress.&lt;/p&gt;
  7623.  
  7624.  
  7625.  
  7626. &lt;p&gt;So I&amp;#8217;m hugely optimistic about it. It&amp;#8217;s got some hurdles to get over. But the core, imagine if we didn&amp;#8217;t have Gutenberg right now. Imagine where we&amp;#8217;d be if we didn&amp;#8217;t have Gutenberg. I know there&amp;#8217;s lots of people that don&amp;#8217;t like Gutenberg, but imagine that situation.&lt;/p&gt;
  7627.  
  7628.  
  7629.  
  7630. &lt;p&gt;And actually also, interestingly, WordPress has doubled, and I&amp;#8217;m not saying this is down to Gutenberg, but it&amp;#8217;s doubled its market share since Gutenberg was released. So at the very least, it hasn&amp;#8217;t harmed the growth of WordPress.&lt;/p&gt;
  7631.  
  7632.  
  7633.  
  7634. &lt;p&gt;[00:22:12] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So the content that you are creating is around the block editor, and what have you. I&amp;#8217;d love to get into the process of that, because your videos, and again, pause this, go and watch some of Jamie&amp;#8217;s content. You&amp;#8217;ll know what I&amp;#8217;m talking about as soon as you&amp;#8217;ve got three minutes into it.&lt;/p&gt;
  7635.  
  7636.  
  7637.  
  7638. &lt;p&gt;You obviously put a real value on quality. I&amp;#8217;m imagining there&amp;#8217;s quite a lot of editing and retakes, and all of that. You&amp;#8217;ve mentioned before that you spend a long time planning everything out. Why are you doing this? What is the point of having a YouTube channel? What do you get out of it, aside from the pleasure that you may derive? What&amp;#8217;s your north star with that project?&lt;/p&gt;
  7639.  
  7640.  
  7641.  
  7642. &lt;p&gt;[00:22:44] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; Yeah, well, originally it was just to create some content that kind of countered the narrative that you couldn&amp;#8217;t do stuff in the block editor, I think, probably. So I just started producing some content just with, I guess a slight experiment, I suppose. And then it started to get some traction and feedback, so I carried on. I just carried on.&lt;/p&gt;
  7643.  
  7644.  
  7645.  
  7646. &lt;p&gt;And it was actually a post by Chris Lema, that talked about trying to become a content machine. I think it was something like that. Which kind of inspired me to really start committing towards it. And I could just sense that there was something happening in terms of creating the content.&lt;/p&gt;
  7647.  
  7648.  
  7649.  
  7650. &lt;p&gt;And now it&amp;#8217;s got to the point where it&amp;#8217;s generating revenue. It&amp;#8217;s generating more revenue than the other bits of the business, which wasn&amp;#8217;t the plan. But then people start emailing you and saying, well, we&amp;#8217;d like to sponsor this. We&amp;#8217;d like to put our name to this content.&lt;/p&gt;
  7651.  
  7652.  
  7653.  
  7654. &lt;p&gt;And the last two contracts I&amp;#8217;ve signed, in terms of the description of what it was, one had talent in quotes at the top, which is bizarre. And the other had influencer, which is really bizarre. And now that&amp;#8217;s driving revenue. It&amp;#8217;s driving revenue back to the product business, and it&amp;#8217;s driving revenue back to the training business. That was not the intention of why I started it.&lt;/p&gt;
  7655.  
  7656.  
  7657.  
  7658. &lt;p&gt;[00:23:48] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay, that&amp;#8217;s really fascinating. So it was just done out of a desire to put content out there. It transformed itself into something that was getting the eyeballs. And then I presume, off the back of that, yeah, the sponsorship, emails start arriving and what have you.&lt;/p&gt;
  7659.  
  7660.  
  7661.  
  7662. &lt;p&gt;A difficult decision must have been had, or a difficult decision must have been, had to have been made at some point. How much time does Jamie put into this in the future, you know? Okay, it&amp;#8217;s successful now. Will it continue to grow? Should I be concentrating on the business? Should I be concentrating on the videos? Yeah, I guess you&amp;#8217;ve got to sit the family down and have that conversation.&lt;/p&gt;
  7663.  
  7664.  
  7665.  
  7666. &lt;p&gt;[00:24:21] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; Well it&amp;#8217;s a bit strange to say, you know, when you&amp;#8217;re 50, what do you do for a living? And you have to say, I&amp;#8217;m a YouTuber. It was hard enough to explain to my mother what I did in WordPress, and now it&amp;#8217;s, she just looks at me blankly like I&amp;#8217;m crazy. But I think the other thing is, I absolutely love it. So it wasn&amp;#8217;t like I was drawn to the challenge of creating interesting creative content, and that was the prime thing that got me to create lots of video content. I absolutely love the creative process, and challenge of creating video content. So it was like, oh okay, this is maybe what I should have been doing a while back.&lt;/p&gt;
  7667.  
  7668.  
  7669.  
  7670. &lt;p&gt;[00:24:53] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Does the sponsorship bring with it a different approach to creating content? What I mean by that is, when you were just doing the content because you enjoyed doing the content, you could put things out on any schedule, I guess. You know, miss a month, it doesn&amp;#8217;t matter, it was just a bit of fun. But then as soon as the sponsorships start to come in, I guess you&amp;#8217;ve got to be a bit more methodical about it, bit more timely about it, and they&amp;#8217;re going to want a return on that investment. So has it changed your opinion of it, as a thing that you do?&lt;/p&gt;
  7671.  
  7672.  
  7673.  
  7674. &lt;p&gt;[00:25:21] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; Not yet, but I&amp;#8217;m quite early into it, so ask me maybe in a couple of years time. And I think the thing with the sponsorship, all the sponsored content I&amp;#8217;m doing so far is stuff that I&amp;#8217;ve pitched it to them actually, a lot of it. Even though people will email me a lot these days, and ask for sponsored content. I&amp;#8217;ll often have ideas of an interesting piece of content, and then, because I know most people in the WordPress market now.&lt;/p&gt;
  7675.  
  7676.  
  7677.  
  7678. &lt;p&gt;And having a YouTube channel is a great way to network, by the way. So you know, for example, a good example is with the guys over at Stellar. I&amp;#8217;ve done a few pieces with them. But I had the idea, wouldn&amp;#8217;t it be great fun to do a piece of content which was, I think we&amp;#8217;re going to call it, I hired an ethical hacker to break into my website and here&amp;#8217;s what happened. You know, which is like a really interesting idea as a piece of content.&lt;/p&gt;
  7679.  
  7680.  
  7681.  
  7682. &lt;p&gt;So I&amp;#8217;ve actually found an ethical hacker, he&amp;#8217;s based in Malaga, and I&amp;#8217;m going to go and see him, and that&amp;#8217;ll be part of the video as well. The interesting thing about the sponsorship is how you take an idea and make it interesting, and compelling for people watching the content, so they still want to watch it. That&amp;#8217;s a really creative challenge as well. But in terms of, it hasn&amp;#8217;t changed my opinion yet, but I&amp;#8217;m very early to the financial bit of it.&lt;/p&gt;
  7683.  
  7684.  
  7685.  
  7686. &lt;p&gt;[00:26:21] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Well let&amp;#8217;s hope you still maintain the enthusiasm. What does the process look like then? You mentioned that you&amp;#8217;ve come up with some innovative titles, and you&amp;#8217;re obviously telephoning people up, and trying to find hackers here, there, and everywhere. But what is the process, to put out a half an hour, an hour long piece of content? Just give us an insight.&lt;/p&gt;
  7687.  
  7688.  
  7689.  
  7690. &lt;p&gt;Because I think everybody has the impression that, oh, YouTube, it&amp;#8217;s easy. There, he&amp;#8217;s staring at the camera, he&amp;#8217;s talking, he&amp;#8217;s making it up as he goes along. And I&amp;#8217;m sure it&amp;#8217;s not like that. I&amp;#8217;m sure there must be hours, and hours, and hours. What does it take to put out one of your videos?&lt;/p&gt;
  7691.  
  7692.  
  7693.  
  7694. &lt;p&gt;[00:26:49] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; As an example, I&amp;#8217;ve got a video coming out today with wordpress.com. It&amp;#8217;s a five minute video and it probably took two days. That sort of magnitude. There&amp;#8217;s like the initial idea, and then I always, always now, get the title and thumbnail sorted first. If anyone&amp;#8217;s going to do this stuff, you&amp;#8217;ve got to do that first with YouTube. It sounds a bit crass, but you&amp;#8217;ve just got to do it. So get the packaging right. And I think only once you&amp;#8217;ve got that right do you know the video&amp;#8217;s going to fly. So that&amp;#8217;s a really good process to go through.&lt;/p&gt;
  7695.  
  7696.  
  7697.  
  7698. &lt;p&gt;And then it&amp;#8217;s just around, planning is everything, and the creative idea behind the flow of the video. I&amp;#8217;ve developed a blueprint now, which I use on a lot of my videos, which is about having a hook, and then adding loops into the video, so you keep people engaged throughout the video. So it&amp;#8217;s almost like this layer that you layer on top of a video. So when you&amp;#8217;re seeing the video, you&amp;#8217;re seeing somebody talk about something, but actually there&amp;#8217;s hopefully a blueprint behind it.&lt;/p&gt;
  7699.  
  7700.  
  7701.  
  7702. &lt;p&gt;[00:27:36] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; There&amp;#8217;s a story in there somewhere. There&amp;#8217;s a methodology behind it all.&lt;/p&gt;
  7703.  
  7704.  
  7705.  
  7706. &lt;p&gt;[00:27:39] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; That is getting natural to me now. So when I&amp;#8217;m planning videos, I understand, I don&amp;#8217;t have to think. When you first start doing YouTube, you have to think about everything like that, because it&amp;#8217;s not natural. It is to some people, but it&amp;#8217;s wasn&amp;#8217;t to me. So you&amp;#8217;ve got to plan it, in terms of that blueprint. How to structure it. Hook people at the start, keep them engaged throughout, plus educate them along the journey. So there&amp;#8217;s quite a lot going on.&lt;/p&gt;
  7707.  
  7708.  
  7709.  
  7710. &lt;p&gt;[00:27:58] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. Do you do sponsor bits inside the video? What I mean is, is the sponsorship clearly defined in the content that you do? So there&amp;#8217;s an ad for hosting company x, or whatever it may be. And then you get back to being in the video, it&amp;#8217;s Jamie talking to the camera and what have you. Or are you open to creating sponsored videos about particular product or company?&lt;/p&gt;
  7711.  
  7712.  
  7713.  
  7714. &lt;p&gt;[00:28:17] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; So both really. So at the moment I&amp;#8217;ve got pre-rolls that go on the front of all my videos, which is, at the moment, InstaWP are sponsoring that space. But I&amp;#8217;ve also done videos where I do website recreation, with certain tools. So I&amp;#8217;ve done one with Kadence and GiveWP, where I recreated the Charity Water website using their tools.&lt;/p&gt;
  7715.  
  7716.  
  7717.  
  7718. &lt;p&gt;So they give me a challenge, and I try and rebuild it using Kadence and their tools. And I did one with Spectra One as well. So that&amp;#8217;s kind of how that works. The one I&amp;#8217;m doing with Stellar and SolidWP will be, it&amp;#8217;ll be sponsored by them and it&amp;#8217;s going to be, this is the challenge, but this is what happens when we try and hack into a website without any security, this is what happens when we try and hack into a website with some security. It kind of varies in a way.&lt;/p&gt;
  7719.  
  7720.  
  7721.  
  7722. &lt;p&gt;[00:28:57] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay, so you&amp;#8217;ve got a, you can, approach Jamie if you want to make content.&lt;/p&gt;
  7723.  
  7724.  
  7725.  
  7726. &lt;p&gt;[00:29:01] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; And I&amp;#8217;ve also got, if you go to my YouTube sponsorship page, I&amp;#8217;ve also got this series of videos going on at the moment where we give my daughters a challenge with a product. We&amp;#8217;ve got five people lined up actually, who have signed up. And the first one we did was Kadence AI. So, can Meg and Lily build a website in 10 minutes, using Kadence AI?&lt;/p&gt;
  7727.  
  7728.  
  7729.  
  7730. &lt;p&gt;And that&amp;#8217;s another sponsorship opportunity as well. And that&amp;#8217;s them using the Kadence tools to try and do a task, and we just film them doing the task. And I think that&amp;#8217;s really interesting from a content point of view, but it&amp;#8217;s also really interesting from a product point of view. Because they&amp;#8217;re beginners, they&amp;#8217;re not web pros, how beginners use their plugins.&lt;/p&gt;
  7731.  
  7732.  
  7733.  
  7734. &lt;p&gt;[00:29:35] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; That&amp;#8217;s really fascinating, and you get your family involved as well.&lt;/p&gt;
  7735.  
  7736.  
  7737.  
  7738. &lt;p&gt;[00:29:37] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; Well they get the money actually with that one as well, because they&amp;#8217;re both at universities now. I&amp;#8217;ve got another daughter called Hetty who wants in on the action, she hasn&amp;#8217;t done it yet. But yeah, the money goes to them to fund their accommodation at uni, which is really helpful.&lt;/p&gt;
  7739.  
  7740.  
  7741.  
  7742. &lt;p&gt;[00:29:50] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; That is so nice. That&amp;#8217;s so great. One thing that we should mention is, of course, and you did mention it before. But you know you&amp;#8217;re doing something right. Well, you didn&amp;#8217;t mention this bit before, but you know you&amp;#8217;re doing something right when people such as Matt Mullenweg drop your name in the State of the Word. And off the back of, I guess being seen by Matt, you&amp;#8217;re now creating content, or you&amp;#8217;re about to create content.&lt;/p&gt;
  7743.  
  7744.  
  7745.  
  7746. &lt;p&gt;[00:30:11] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; Yeah, we&amp;#8217;ve done three, fourth one going out today.&lt;/p&gt;
  7747.  
  7748.  
  7749.  
  7750. &lt;p&gt;[00:30:14] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So this is wordpress.com. You&amp;#8217;re making videos in that space. How&amp;#8217;s that process going? Are you enjoying that?&lt;/p&gt;
  7751.  
  7752.  
  7753.  
  7754. &lt;p&gt;[00:30:19] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; Yeah, it&amp;#8217;s great. Basically it&amp;#8217;s a series of videos called Build and Beyond. So I&amp;#8217;m partnering with them for a series of videos, kind of aimed at the sort of developer agency market again, which is interesting. Because there&amp;#8217;s lots of stuff going on in wordpress.com that people don&amp;#8217;t know about. So it&amp;#8217;s trying to show some of that stuff, but also just kind of speak to the broader market about the cool stuff you can do with WordPress actually.&lt;/p&gt;
  7755.  
  7756.  
  7757.  
  7758. &lt;p&gt;And obviously I&amp;#8217;ve got resources of some amazing people in wordpress.com to lean on, in creating content. It&amp;#8217;s kind of like a fabulous thing to happen. And obviously it&amp;#8217;s great from my point of view, because it gets my name on wordpress.com, I&amp;#8217;m on their blog.&lt;/p&gt;
  7759.  
  7760.  
  7761.  
  7762. &lt;p&gt;And hopefully it&amp;#8217;s adding value to their brand, which is the idea. Part of my plan with that is to kind of shine a light on some of the cool stuff happening in WordPress, in the broader community. So hopefully a video&amp;#8217;s going out in a few hours, which talks about some of the developers you should follow in the WordPress ecosystem. It&amp;#8217;s trying to shine a light on the cool stuff that&amp;#8217;s happening out there as well.&lt;/p&gt;
  7763.  
  7764.  
  7765.  
  7766. &lt;p&gt;[00:31:12] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I don&amp;#8217;t quite know how to phrase this question. I&amp;#8217;ll ask it, and maybe I&amp;#8217;ll change the wording of it. Do you think there&amp;#8217;s something different about you. Do you think the route to success, in the way that you are doing it with WordPress content, do you think that&amp;#8217;s something you were born with, if you know what I mean? Do you have that capacity? Were you always able to be a raconteur? Can you control the room? Have you always had the ability to talk? Do you understand kind of where I&amp;#8217;m going? Do you believe that this is something that anybody could do with a little bit of hard work and patience, or is there something a bit special about you?&lt;/p&gt;
  7767.  
  7768.  
  7769.  
  7770. &lt;p&gt;[00:31:39] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; There&amp;#8217;s nothing special about me, but there&amp;#8217;s definitely, a lot of my roles in, especially before Pootlepress, were being the communicator between the technical people, and the commercial people. I was that person that could take technical ideas, and then translate them to non-technical people, so they could understand from a business point of view why they were important to do. So I&amp;#8217;ve definitely enjoyed being in that spot, taking really complex ideas, and make simple for people to understand.&lt;/p&gt;
  7771.  
  7772.  
  7773.  
  7774. &lt;p&gt;[00:32:05] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I think it also takes a certain amount courage to push through with something like this. Because the idea of putting things out, and thinking, well, I&amp;#8217;ve made it, people will watch it. That takes a certain level of courage I think, because it&amp;#8217;s easy to think that people will watch it, feel great disappointment if they don&amp;#8217;t. But in your case, it didn&amp;#8217;t turn out that way.&lt;/p&gt;
  7775.  
  7776.  
  7777.  
  7778. &lt;p&gt;[00:32:22] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; No. We have this running joke with my wife, which is, there&amp;#8217;s three types of people in the world. People that think they&amp;#8217;re worse than they actually are. People think they&amp;#8217;re about right, in terms of their opinion of themself, and people that think they&amp;#8217;re better than they actually are. My wife thinks she&amp;#8217;s slightly worse than, she&amp;#8217;s got far more talent than she thinks she has. I think I&amp;#8217;m probably slightly above, which I think helps in this space.&lt;/p&gt;
  7779.  
  7780.  
  7781.  
  7782. &lt;p&gt;[00:32:44] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I think that&amp;#8217;s great. Thank you for joining me today, Jamie. It&amp;#8217;s been a real pleasure. It&amp;#8217;s been an absolute delight watching your videos, and watching your popularity grow. Let&amp;#8217;s hope that if we were to have the same conversation in 2, 3, 4, 5 years time, it would still be on an upward spike. Let&amp;#8217;s hope that&amp;#8217;s the case. Jamie, thank you for joining me today.&lt;/p&gt;
  7783.  
  7784.  
  7785.  
  7786. &lt;p&gt;[00:33:02] &lt;strong&gt;Jamie Marsland:&lt;/strong&gt; Thanks very much.&lt;/p&gt;
  7787. &lt;/div&gt;
  7788.  
  7789.  
  7790.  
  7791. &lt;p&gt;On the podcast today we have &lt;a href=&quot;https://www.youtube.com/c/JamieMarsland/videos&quot;&gt;Jamie Marsland&lt;/a&gt;.&lt;/p&gt;
  7792.  
  7793.  
  7794.  
  7795. &lt;p&gt;Jamie has a varied background in technical corporate leadership, and has been guiding Pootlepress for over a decade. Initially a training service, &lt;a href=&quot;https://www.pootlepress.com/&quot;&gt;Pootlepress&lt;/a&gt; has become a product-focused company known for its WordPress plugins. Jamie&amp;#8217;s depth of experience in the industry is increasingly overshadowed by his visibility as a YouTuber, where, as you’ll hear, much of his attention is now focussed.&lt;/p&gt;
  7796.  
  7797.  
  7798.  
  7799. &lt;p&gt;In this episode we cover some new ground. We talk about a critical issue facing WordPress today, the fierce competition from platforms like Canva and Wix, and the marketing hurdles that WordPress must navigate to maintain its market share.&lt;/p&gt;
  7800.  
  7801.  
  7802.  
  7803. &lt;p&gt;We also explore Jamie&amp;#8217;s unconventional path to becoming a content creator, discussing how he went from teaching tennis to teaching tech, and how he&amp;#8217;s leveraged YouTube to grow his audience and business. His perspective is that it’s important to make technical concepts accessible and easy to understand. Making his content is a lot of work, most of which happens behind the scenes.&lt;/p&gt;
  7804.  
  7805.  
  7806.  
  7807. &lt;p&gt;We get into this a little more deeply and Jamie shares his strategies for effective video creation, from planning to execution, along with his thoughts on sponsored content and its place in the YouTube ecosystem.&lt;/p&gt;
  7808.  
  7809.  
  7810.  
  7811. &lt;p&gt;If you’re curious about the future of WordPress, content creation, or the dynamics of digital learning, this episode is for you.&lt;/p&gt;
  7812.  
  7813.  
  7814.  
  7815. &lt;h2 class=&quot;wp-block-heading&quot;&gt;Useful links&lt;/h2&gt;
  7816.  
  7817.  
  7818.  
  7819. &lt;p&gt;&lt;a href=&quot;https://www.pootlepress.com/&quot;&gt;Pootlepress&lt;/a&gt;&lt;/p&gt;
  7820.  
  7821.  
  7822.  
  7823. &lt;p&gt;&lt;a href=&quot;https://wordpress.org/plugins/caxton/&quot;&gt;Caxton&lt;/a&gt;&lt;/p&gt;
  7824.  
  7825.  
  7826.  
  7827. &lt;p&gt;&lt;a href=&quot;https://wordpress.org/state-of-the-word/&quot;&gt;State of the Word 2023&lt;/a&gt;&lt;/p&gt;
  7828.  
  7829.  
  7830.  
  7831. &lt;p&gt;&lt;a href=&quot;https://www.youtube.com/c/JamieMarsland/videos&quot;&gt;Jamie&amp;#8217;s YouTube channel&lt;/a&gt;&lt;/p&gt;
  7832.  
  7833.  
  7834.  
  7835. &lt;p&gt;&lt;a href=&quot;https://asia.wordcamp.org/2024/session/the-future-of-wordpress/&quot;&gt;Noel Tock at WordCamp Asia&lt;/a&gt;&lt;/p&gt;
  7836.  
  7837.  
  7838.  
  7839. &lt;p&gt;&lt;a href=&quot;https://wptavern.com/podcast/98-marieke-van-de-rakt-on-uniting-the-wordpress-community-for-a-stronger-future&quot;&gt;Marieke van de Rakt on Uniting the WordPress Community for a Stronger Future&lt;/a&gt;&lt;/p&gt;
  7840.  
  7841.  
  7842.  
  7843. &lt;p&gt;&lt;a href=&quot;https://poststatus.com/the-future-is-open-source/&quot;&gt;The future is open-source&lt;/a&gt;&lt;/p&gt;
  7844.  
  7845.  
  7846.  
  7847. &lt;p&gt;&lt;a href=&quot;https://www.canva.com/canva-create/&quot;&gt;Canva Create&lt;/a&gt;&lt;/p&gt;</description>
  7848. <pubDate>Wed, 10 Apr 2024 14:00:00 +0000</pubDate>
  7849. <dc:creator>Nathan Wrigley</dc:creator>
  7850. </item>
  7851. <item>
  7852. <title>Akismet: reCAPTCHA V2 vs V3: Key Differences (And the Best Alternative)</title>
  7853. <guid>http://akismet.com/?p=283843</guid>
  7854. <link>https://akismet.com/blog/recaptcha-v2-vs-v3/</link>
  7855. <description>&lt;p&gt;Every website needs spam protection. If you’re part of an enterprise&amp;#8209;level team, you know the shocking number of resources companies actually have to devote to this. Without some kind of software that helps filter out spam and bot activity, teams might spend more time dealing with fake activity than real&amp;nbsp;visitors.&lt;/p&gt;
  7856.  
  7857.  
  7858. &lt;p&gt;&lt;a href=&quot;https://www.google.com/recaptcha/about/&quot;&gt;reCAPTCHA&lt;/a&gt; is one of the most popular options for organizations that want to protect their websites from spam. It’s relatively easy to implement on most websites — you just need to know which version is best for your site.&amp;nbsp;&lt;/p&gt;
  7859.  
  7860.  
  7861. &lt;p&gt;However, it can disrupt the user experience and provide less&amp;#8209;than&amp;#8209;perfect results. That’s why anti&amp;#8209;spam solutions like &lt;a href=&quot;https://akismet.com/features/&quot;&gt;Akismet&lt;/a&gt; (which works completely in the background with AI technology) are quickly becoming the preferred option for organizations looking to streamline the UX and maximize the effectiveness of their online presence. We’ll discuss that option a bit&amp;nbsp;later.&lt;/p&gt;
  7862.  
  7863.  
  7864. &lt;p&gt;In this guide, we’ll introduce you to reCAPTCHA and help you pick the right version for your organization’s needs. We’ll also show you to Akismet, the best reCAPTCHA alternative on the market.&amp;nbsp;&lt;/p&gt;
  7865.  
  7866.  
  7867.  
  7868. &lt;span id=&quot;more-283843&quot;&gt;&lt;/span&gt;
  7869.  
  7870.  
  7871. &lt;h2 id=&quot;what-is recaptcha&quot; class=&quot;wp-block-heading&quot;&gt;What is&amp;nbsp;reCAPTCHA?&lt;/h2&gt;
  7872.  
  7873. &lt;p&gt;You’re probably familiar with a CAPTCHA, even if you don’t know it by name. CAPTCHA stands for ‘Completely Automated Public Turing Test to Tell Computers and Humans&amp;nbsp;Apart’.&lt;/p&gt;
  7874.  
  7875.  
  7876. &lt;img width=&quot;1102&quot; height=&quot;408&quot; src=&quot;https://akismet455732288.files.wordpress.com/2024/04/image.png&quot; alt=&quot;reCAPTCHA homepage with information about the tool&quot; class=&quot;wp-image-283844&quot; /&gt;
  7877.  
  7878.  
  7879.  
  7880. &lt;p&gt;That name is a mouthful, but it describes precisely what a CAPTCHA does. It’s a system you can implement &lt;a href=&quot;https://akismet.com/blog/how-to-add-wordpress-contact-form/&quot;&gt;alongside forms&lt;/a&gt; to ensure that only humans can use them. Created at the turn of the 21st century, a basic CAPTCHA simply distorted letters and asked the user to identify them. The technology has continued to evolve over the years and is now known as reCAPTCHA. That’s what we’re looking at today. Google purchased this technology in 2009 and continually works to improve upon it.&amp;nbsp;&lt;/p&gt;
  7881.  
  7882.  
  7883. &lt;p&gt;As a website admin, if there’s a submission that can’t pass a reCAPTCHA test, then you may be dealing with a&amp;nbsp;bot.&lt;/p&gt;
  7884.  
  7885.  
  7886. &lt;p&gt;Or a human.&amp;nbsp;&lt;/p&gt;
  7887.  
  7888.  
  7889. &lt;p&gt;Unfortunately, as reCAPTCHA has evolved to stay ahead of the ever&amp;#8209;increasing sophistication of bots, the tests have become so complicated that, in many cases, real humans are prevented from using&amp;nbsp;forms.&lt;/p&gt;
  7890.  
  7891. &lt;p&gt;Despite the potential drawbacks, systems like this are essential in today’s digital landscape. Any popular website deals with huge numbers of spam attacks, including unwelcome comments, &lt;a href=&quot;https://akismet.com/blog/forum-spam/&quot;&gt;fake registrations&lt;/a&gt;, and login&amp;nbsp;attempts.&lt;/p&gt;
  7892.  
  7893. &lt;p&gt;Quality reCAPTCHA systems are capable of filtering out many bot submissions. You’ll still need to deal with spam, but in much smaller&amp;nbsp;numbers.&lt;/p&gt;
  7894.  
  7895. &lt;p&gt;Though not originally invented by the organization, &lt;a href=&quot;https://www.google.com/recaptcha/about/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;reCAPTCHA&lt;/a&gt; is now a free service (with some limitations for enterprises) that Google provides, and that you can implement for any website or web application. You even get to choose between different versions, depending on the type of protection you want to&amp;nbsp;implement.&lt;/p&gt;
  7896.  
  7897.  
  7898. &lt;img width=&quot;1274&quot; height=&quot;546&quot; src=&quot;https://akismet455732288.files.wordpress.com/2024/04/image-1.png&quot; alt=&quot;reCAPTCHA v3 vs reCAPTCHA v2&quot; class=&quot;wp-image-283846&quot; /&gt;
  7899.  
  7900.  
  7901. &lt;p&gt;These versions offer very different experiences and reCAPTCHA implementations. In the next section, we’ll explore what those differences are, and discuss the evolution from the first version of reCAPTCHA to the current&amp;nbsp;model.&lt;/p&gt;
  7902.  
  7903. &lt;h2 id=&quot;the-evolution-of-recaptcha-from-v1-to v3&quot; class=&quot;wp-block-heading&quot;&gt;The evolution of reCAPTCHA from V1 to&amp;nbsp;V3&lt;/h2&gt;
  7904.  
  7905. &lt;p&gt;reCAPTCHA has evolved fairly dramatically since its inception. The changes in how the reCAPTCHA system works reflect new developments in the technology used to combat bots and spam. Let’s take a look at the three major&amp;nbsp;versions.&lt;/p&gt;
  7906.  
  7907.  
  7908. &lt;h3 id=&quot;recaptcha-v1&quot; class=&quot;wp-block-heading&quot;&gt;reCAPTCHA V1&lt;/h3&gt;
  7909.  
  7910.  
  7911. &lt;p&gt;The first version of reCAPTCHA launched in 2007, and it displayed images with distorted textual characters. You can still see this type of CAPTCHA in many places on the web. You’re unable to copy the text, and the letters are heavily distorted to deter programs that might try to analyze the image’s&amp;nbsp;contents.&lt;/p&gt;
  7912.  
  7913.  
  7914. &lt;img width=&quot;760&quot; height=&quot;294&quot; src=&quot;https://akismet455732288.files.wordpress.com/2024/04/image-2.png&quot; alt=&quot;CAPTCHA with instructions on entering two words&quot; class=&quot;wp-image-283847&quot; /&gt;
  7915.  
  7916.  
  7917. &lt;p&gt;This type of CAPTCHA also fulfilled a secondary purpose. A lot of the images of text were taken from digitized books. If you resolved this type of CAPTCHA, you not only proved that you’re human, but you also helped software better recognize the language in digitized&amp;nbsp;books.&lt;/p&gt;
  7918.  
  7919. &lt;p&gt;Overall, this is the most straightforward type of reCAPTCHA you can implement for your organization. It’s relatively easy for most people to solve (as CAPTCHAs should be). However, it’s also become outdated over&amp;nbsp;time.&lt;/p&gt;
  7920.  
  7921. &lt;p&gt;These days, there’s plenty of software and bots that are sophisticated enough to recognize the letters that images contain. That means reCAPTCHA V1 is no longer an effective&amp;nbsp;option.&lt;/p&gt;
  7922.  
  7923.  
  7924. &lt;h3 id=&quot;recaptcha-v2&quot; class=&quot;wp-block-heading&quot;&gt;reCAPTCHA V2&lt;/h3&gt;
  7925.  
  7926.  
  7927.  
  7928. &lt;p&gt;reCAPTCHA V2 is where Google stepped in. They acquired the software in 2009 and launched V2 in 2014.&amp;nbsp;&lt;/p&gt;
  7929.  
  7930.  
  7931. &lt;p&gt;This version of reCAPTCHA offered a &lt;em&gt;very &lt;/em&gt;different experience from anything else on the market. Instead of having visitors solve a puzzle to prove they’re human, reCAPTCHA V2 shows a simple checkbox that says, “I am not a&amp;nbsp;robot”.&lt;/p&gt;
  7932.  
  7933.  
  7934. &lt;img width=&quot;948&quot; height=&quot;566&quot; src=&quot;https://akismet455732288.files.wordpress.com/2024/04/image-3.png&quot; alt=&quot;reCAPTCHA with a checkbox for I am not a robot&quot; class=&quot;wp-image-283848&quot; /&gt;
  7935.  
  7936.  
  7937. &lt;p&gt;As an end user, all you have to do is click on the checkbox. reCAPTCHA V2 analyzes the user behavior during that process, and only presents further challenges if the system suspects it’s dealing with a&amp;nbsp;bot.&lt;/p&gt;
  7938.  
  7939. &lt;p&gt;Those subsequent challenges typically involve image recognition tasks. reCAPTCHA V2 might ask you to select all the images that contain a specific element, like vehicles or&amp;nbsp;stairs.&lt;/p&gt;
  7940.  
  7941.  
  7942. &lt;img width=&quot;874&quot; height=&quot;634&quot; src=&quot;https://akismet455732288.files.wordpress.com/2024/04/image-4.png&quot; alt=&quot;grid of images to review&quot; class=&quot;wp-image-283849&quot; /&gt;
  7943.  
  7944.  
  7945. &lt;p&gt;The goal of these changes was to make CAPTCHAs more user&amp;#8209;friendly. reCAPTCHA V1 is often frustrating for visitors, since it’s easy to mistake some of the characters shown in the&amp;nbsp;images.&lt;/p&gt;
  7946.  
  7947. &lt;p&gt;In other words, visitors often needed multiple tries to resolve a V1 reCAPTCHA. With V2, some visitors will still need to solve rote verification challenges, but most can just check a box and&amp;nbsp;proceed.&lt;/p&gt;
  7948.  
  7949.  
  7950. &lt;h3 id=&quot;recaptcha-v3&quot; class=&quot;wp-block-heading&quot;&gt;reCAPTCHA V3&lt;/h3&gt;
  7951.  
  7952.  
  7953. &lt;p&gt;V3 is the latest version of reCAPTCHA and the current industry standard. It launched in 2018, and it offers human verification that works entirely in the background of a&amp;nbsp;website.&lt;/p&gt;
  7954.  
  7955. &lt;p&gt;With reCAPTCHA V3, visitors don’t need to solve any challenges or tick any verification boxes. The software analyzes user behavior and gives each visitor a score. Depending on the score, it can determine whether a visitor is a human or a&amp;nbsp;bot.&lt;/p&gt;
  7956.  
  7957. &lt;p&gt;As the administrator, you can lower or raise the threshold for human verification with reCAPTCHA V3. The software gives you control over how strict it is, and whether it should completely block traffic it deems to be from&amp;nbsp;bots.&lt;/p&gt;
  7958.  
  7959. &lt;p&gt;Overall, reCAPTCHA V3 is better from a user&amp;#8209;experience standpoint. Instead of forcing visitors to interact with a CAPTCHA system or solve random challenges, V3 simply analyzes their behavior behind the scenes. A human visitor may be locked out if they are incorrectly determined to be a bot, but this should be rare (depending on your chosen&amp;nbsp;settings).&lt;/p&gt;
  7960.  
  7961. &lt;h2 id=&quot;understanding-recaptcha v2&quot; class=&quot;wp-block-heading&quot;&gt;Understanding reCAPTCHA&amp;nbsp;V2&lt;/h2&gt;
  7962.  
  7963. &lt;p&gt;These days, it doesn’t make sense to use reCAPTCHA V1, whether it’s for a small business or an enterprise&amp;#8209;level website. That version of the software is deprecated, which means your choice will be between V2 and V3 (or a completely different&amp;nbsp;alternative).&lt;/p&gt;
  7964.  
  7965. &lt;p&gt;reCAPTCHA V2 aims to minimize the number of visitors who need to solve challenges to prove they’re human. With V2, most visitors will only see a simple checkbox they need to tick to prove that they’re not&amp;nbsp;bots.&lt;/p&gt;
  7966.  
  7967. &lt;p&gt;This can seem like a rudimentary approach, but it works because V2 also analyzes user behavior in the background. If it sees suspicious activity, it will also ask visitors to resolve visual&amp;nbsp;challenges.&lt;/p&gt;
  7968.  
  7969. &lt;p&gt;In practice, only a small number of human visitors should be presented with those additional challenges. This can be a safer approach than using a CAPTCHA system that works fully in the background because it provides a second chance for humans falsely labeled as robots. Plus, it doesn’t allow the site admin to reduce the level of strictness, as is the case for&amp;nbsp;V3.&lt;/p&gt;
  7970.  
  7971.  
  7972. &lt;p&gt;The downside of reCAPTCHA V2 is that it will inconvenience visitors in some cases. However, presenting challenges can also help to keep your organization’s website safer.&amp;nbsp;&lt;/p&gt;
  7973.  
  7974.  
  7975. &lt;p&gt;Aside from the occasional annoyance for visitors, versions of reCAPTCHA that rely on visual challenges can present accessibility issues. reCAPTCHA offers audio versions of its challenges for visitors with visual impairments, but the system is not&amp;nbsp;perfect.&lt;/p&gt;
  7976.  
  7977.  
  7978. &lt;p&gt;Google provides support for &lt;a href=&quot;https://developers.google.com/recaptcha/docs/display&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;implementing reCAPTCHA V2&lt;/a&gt; on your website using JavaScript. It’s worth noting that while the service is free, it only supports up to one million assessments per month.&amp;nbsp;&lt;/p&gt;
  7979.  
  7980.  
  7981. &lt;p&gt;If you do require additional assessments, you’ll need to budget for a &lt;a href=&quot;https://cloud.google.com/recaptcha-enterprise/pricing&quot;&gt;reCAPTCHA Enterprise&lt;/a&gt;&amp;nbsp;plan.&lt;/p&gt;
  7982.  
  7983. &lt;h2 id=&quot;understanding-recaptcha v3&quot; class=&quot;wp-block-heading&quot;&gt;Understanding reCAPTCHA&amp;nbsp;V3&lt;/h2&gt;
  7984.  
  7985. &lt;p&gt;reCAPTCHA V3 is the latest version of the CAPTCHA software. It does away with human verification challenges, and instead uses a score system that works entirely in the&amp;nbsp;background.&lt;/p&gt;
  7986.  
  7987. &lt;p&gt;When you implement reCAPTCHA V3 to protect a form, it automatically analyzes the behavior of any user who tries to access it. The software uses an algorithm to determine if a visitor is a human or a bot, by scoring them using specific&amp;nbsp;criteria.&lt;/p&gt;
  7988.  
  7989. &lt;p&gt;The approach of V3 is completely different from previous versions of the software. You can calibrate the scoring system for your site to decide what is an acceptable threshold for determining ‘human behavior’, and block traffic the system thinks is&amp;nbsp;suspicious.&lt;/p&gt;
  7990.  
  7991. &lt;p&gt;This version of the software offers the most user&amp;#8209;friendly implementation of CAPTCHA. That’s because visitors don’t need to deal with challenges or interact with any elements to prove that they’re&amp;nbsp;human.&lt;/p&gt;
  7992.  
  7993. &lt;p&gt;The downside of this approach is that it can lead to more false negatives. No bot detection system is perfect, and without challenges, your organization might end up dealing with more spam&amp;nbsp;submissions.&lt;/p&gt;
  7994.  
  7995. &lt;p&gt;In terms of integration, you can &lt;a href=&quot;https://developers.google.com/recaptcha/docs/v3&quot;&gt;implement reCAPTCHA V3&lt;/a&gt; on your website using JavaScript. The code is different from V2, and you get a lot of control over how the implementation works and how sensitive it is when it comes to scoring user&amp;nbsp;behavior.&lt;/p&gt;
  7996.  
  7997. &lt;h2 id=&quot;choosing-between-recaptcha-v2-and v3&quot; class=&quot;wp-block-heading&quot;&gt;Choosing between reCAPTCHA V2 and&amp;nbsp;V3&lt;/h2&gt;
  7998.  
  7999. &lt;p&gt;Any organization with a significant online presence needs some sort of protection against spam and bot activity. reCAPTCHA V2 and V3 are among the most popular options because they’re relatively easy to implement, and they have generous free&amp;nbsp;plans.&lt;/p&gt;
  8000.  
  8001. &lt;p&gt;Using V3 might seem like the logical option, since it’s the latest version of the reCAPTCHA software. In practice, though, V2 continues to be an incredibly popular version of the&amp;nbsp;software.&lt;/p&gt;
  8002.  
  8003. &lt;p&gt;Both V2 and V3 provide comprehensive protection from spam for your website, but they do it using two different approaches. Despite being older, V2 offers a more secure experience, since it still implements a challenge system for suspicious&amp;nbsp;visitors.&lt;/p&gt;
  8004.  
  8005. &lt;p&gt;V3, on the other hand, can be more prone to false positives/negatives. Since you can configure what the software does if it detects suspicious activity, there’s more room for potential human error during the implementation&amp;nbsp;process.&lt;/p&gt;
  8006.  
  8007. &lt;p&gt;Overall, reCAPTCHA V2 offers a more secure experience that is ideal for sensitive forms. If you have forms dealing with sensitive user data, having the option to present challenges can help you avoid problems like fake ecommerce&amp;nbsp;orders.&lt;/p&gt;
  8008.  
  8009. &lt;p&gt;reCAPTCHA V3 can be incredibly effective, but it prioritizes user experience over higher levels of security. This makes it a better option for less sensitive forms and user submissions, such as comments&amp;nbsp;sections.&lt;/p&gt;
  8010.  
  8011. &lt;p&gt;You &lt;em&gt;can &lt;/em&gt;configure reCAPTCHA V3 to be more strict in detecting bot activity. The downside of this approach is that it can increase the rate of false positives. If you use reCAPTCHA to block bot traffic, and it mistakes a human visitor for a fake one, they’re unlikely to be happy with the&amp;nbsp;experience.&lt;/p&gt;
  8012.  
  8013. &lt;p&gt;Ultimately, there is no single best version of reCAPTCHA. You’ll need to consider the relative strengths and weaknesses of each one to determine which is most appropriate for your website. (There are also alternative tools you can use, which we’ll discuss&amp;nbsp;shortly.)&lt;/p&gt;
  8014.  
  8015. &lt;p&gt;When it comes time to implement one of these systems, Google provides plenty of useful documentation for both reCAPTCHA V2 and V3. Your organization can set either one up manually, or via plugins if you use a content management system (CMS) like&amp;nbsp;WordPress.&lt;/p&gt;
  8016.  
  8017. &lt;p&gt;Both versions of reCAPTCHA are free for up to one million validations per&amp;nbsp;month.&lt;/p&gt;
  8018.  
  8019. &lt;h2 id=&quot;exploring-the-alternatives-to recaptcha&quot; class=&quot;wp-block-heading&quot;&gt;Exploring the alternatives to&amp;nbsp;reCAPTCHA&lt;/h2&gt;
  8020.  
  8021. &lt;p&gt;reCAPTCHA is not the only option at your disposal. If you’re not happy with the approach that either V2 or V3 uses, then it’s smart to consider &lt;a href=&quot;https://akismet.com/blog/captcha-alternatives/&quot;&gt;alternatives to CAPTCHA technology&lt;/a&gt; for your spam&amp;nbsp;protection.&lt;/p&gt;
  8022.  
  8023. &lt;p&gt;While there are a variety of anti&amp;#8209;spam solutions available, &lt;a href=&quot;https://akismet.com/features/&quot;&gt;Akismet&lt;/a&gt; is the only one that rivals reCAPTCHA in terms of how easy it is to implement &lt;em&gt;and&lt;/em&gt; its success rate. With Akismet, you get bot protection with 99.99%&amp;nbsp;accuracy.&lt;/p&gt;
  8024.  
  8025.  
  8026. &lt;img width=&quot;1243&quot; height=&quot;846&quot; src=&quot;https://akismet455732288.files.wordpress.com/2024/04/image-5.png&quot; alt=&quot;stats about Akismet's success&quot; class=&quot;wp-image-283850&quot; /&gt;
  8027.  
  8028.  
  8029. &lt;p&gt;More importantly, Akismet doesn’t rely on challenges to separate humans from bots. It offers a solution that works in the background to protect your website from spam, and it provides a fully free plan for personal websites and&amp;nbsp;blogs.&lt;/p&gt;
  8030.  
  8031. &lt;p&gt;For professional websites, &lt;a href=&quot;https://akismet.com/pricing/&quot;&gt;there’s flexible pricing&lt;/a&gt;. Small businesses can get the protection they need via the Pro plan for just $9.95 per month (when billed yearly). For &lt;a href=&quot;https://akismet.com/enterprise/&quot;&gt;enterprise&amp;#8209;level spam protection&lt;/a&gt;, organizations can get plans and pricing that’s customized around their specific&amp;nbsp;needs.&lt;/p&gt;
  8032.  
  8033. &lt;h2 id=&quot;akismet-the-leader-in-spam protection&quot; class=&quot;wp-block-heading&quot;&gt;Akismet: The leader in spam&amp;nbsp;protection&lt;/h2&gt;
  8034.  
  8035. &lt;p&gt;No matter which spam protection solution you choose for your organization, it needs to fulfill two key criteria. The first is to protect you against as much spam and bot activity as possible, with the fewest false positives along the way. The second is to protect a strong user&amp;nbsp;experience.&lt;/p&gt;
  8036.  
  8037. &lt;p&gt;The importance of that user experience can’t be discounted. Some CAPTCHA solutions, like reCAPTCHA V2, are aggressive when it comes to presenting challenges after they detect suspicious activity. In some cases, reCAPTCHA V2 can force visitors to solve multiple challenges before giving them the green&amp;nbsp;light.&lt;/p&gt;
  8038.  
  8039. &lt;p&gt;That aggressive approach to spam detection can keep your website safe. The downside is that it can scare visitors away because solving multiple CAPTCHAs is not an enjoyable&amp;nbsp;experience.&lt;/p&gt;
  8040.  
  8041. &lt;p&gt;&lt;a href=&quot;https://akismet.com/blog/convertkit-customerstory/&quot;&gt;Akismet solves this problem&lt;/a&gt; by providing behind&amp;#8209;the&amp;#8209;scenes detection based on machine learning. It analyzes data from real spam on over 100 million websites to provide the most accurate detection&amp;nbsp;possible.&lt;/p&gt;
  8042.  
  8043.  
  8044. &lt;img width=&quot;1126&quot; height=&quot;628&quot; src=&quot;https://akismet455732288.files.wordpress.com/2024/04/image-6.png&quot; alt=&quot;Aksimet page with the text &quot; /&gt;
  8045.  
  8046.  
  8047. &lt;p&gt;Akismet provides simple integration with all kinds of websites, and it’s particularly easy to implement if you’re using WordPress. Your website administrator can &lt;a href=&quot;https://wordpress.org/plugins/akismet/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;install the Akismet plugin&lt;/a&gt;, activate it, and start filtering spam right&amp;nbsp;away.&lt;/p&gt;
  8048.  
  8049.  
  8050. &lt;img width=&quot;1097&quot; height=&quot;508&quot; src=&quot;https://akismet455732288.files.wordpress.com/2024/04/image-7.png&quot; alt=&quot;Akismet plugin listing&quot; class=&quot;wp-image-283852&quot; /&gt;
  8051.  
  8052.  
  8053. &lt;p&gt;Although Akismet filters spam and bot activity in the background, you can also check to make sure it doesn’t flag any real submissions as spam. This is rare, but it sometimes happens, and Akismet learns from these situations to avoid flagging similar activity in the&amp;nbsp;future.&lt;/p&gt;
  8054.  
  8055. &lt;h2 id=&quot;frequently-asked questions&quot; class=&quot;wp-block-heading&quot;&gt;Frequently asked&amp;nbsp;questions&lt;/h2&gt;
  8056.  
  8057. &lt;p&gt;If you still have any questions about spam protection and what solutions to consider, this section will aim to answer them. Let’s start by recapping the key elements of&amp;nbsp;reCAPTCHA.&lt;/p&gt;
  8058.  
  8059. &lt;h3 id=&quot;what-is recaptcha&quot; class=&quot;wp-block-heading&quot;&gt;What is&amp;nbsp;reCAPTCHA?&lt;/h3&gt;
  8060.  
  8061. &lt;p&gt;reCAPTCHA is a CAPTCHA solution offered by Google. You can choose from reCAPTCHA V2 or V3 for your website, and implement either option using&amp;nbsp;JavaScript.&lt;/p&gt;
  8062.  
  8063. &lt;p&gt;Both versions of the software offer unique approaches to how they protect your website from spam. You can use either version for free for up to one million validations per&amp;nbsp;month.&lt;/p&gt;
  8064.  
  8065. &lt;h3 id=&quot;what-is-the-primary-goal-of-recaptcha-in-website security&quot; class=&quot;wp-block-heading&quot;&gt;What is the primary goal of reCAPTCHA in website&amp;nbsp;security?&lt;/h3&gt;
  8066.  
  8067. &lt;p&gt;The primary goal of reCAPTCHA is to stop spam form submissions. That includes spam comments, brute&amp;#8209;force attacks through login screens, fake payment information, and other types of&amp;nbsp;attacks.&lt;/p&gt;
  8068.  
  8069. &lt;p&gt;The software does this by helping to distinguish between real interactions on a website and bots. Different versions of reCAPTCHA use unique approaches to achieve this&amp;nbsp;protection.&lt;/p&gt;
  8070.  
  8071. &lt;h3 id=&quot;how-have-captcha-mechanisms-evolved-over-the-years-leading-up-to-recaptcha-v2-and v3&quot; class=&quot;wp-block-heading&quot;&gt;How have CAPTCHA mechanisms evolved over the years, leading up to reCAPTCHA V2 and&amp;nbsp;V3?&lt;/h3&gt;
  8072.  
  8073. &lt;p&gt;Over time, CAPTCHA mechanisms have evolved to rely less on challenges and more on behind&amp;#8209;the&amp;#8209;scenes analysis. With reCAPTCHA V1, visitors were forced to solve challenges to prove they were human. Whereas the newest version of the software (V3) analyzes behavior without any input required from&amp;nbsp;visitors.&lt;/p&gt;
  8074.  
  8075. &lt;h3 id=&quot;can-bots-still-bypass-recaptcha-systems-and-if-so-how-do-newer-versions-mitigate this&quot; class=&quot;wp-block-heading&quot;&gt;Can bots still bypass reCAPTCHA systems? And if so, how do newer versions mitigate&amp;nbsp;this?&lt;/h3&gt;
  8076.  
  8077. &lt;p&gt;CAPTCHA systems are always in a race to stay ahead of newer, stronger bots. There’s a community of malicious actors who work to bypass reCAPTCHA protections, as well as other similar systems. This is because &lt;a href=&quot;https://akismet.com/blog/what-is-a-spambot/&quot;&gt;spambots&lt;/a&gt; and automated attacks can be incredibly lucrative, and there’s significant interest in programs that can bypass well&amp;#8209;known&amp;nbsp;CAPTCHAs.&lt;/p&gt;
  8078.  
  8079. &lt;p&gt;Newer versions mitigate this risk through continued development. Any CAPTCHA solution you choose needs to get regular updates to both the core software and its spam database, in order to stay ahead of attackers. If the solution you’re using doesn’t do this, it will quickly become&amp;nbsp;outdated.&lt;/p&gt;
  8080.  
  8081. &lt;h3 id=&quot;can-i-use-recaptcha-v2-and-v3-simultaneously-for-added security&quot; class=&quot;wp-block-heading&quot;&gt;Can I use reCAPTCHA V2 and V3 simultaneously for added&amp;nbsp;security?&lt;/h3&gt;
  8082.  
  8083. &lt;p&gt;Yes, you can use reCAPTCHA V2 and V3 on the same website to protect different pages and assets. Google includes information on how to implement both versions of reCAPTCHA in its developer&amp;nbsp;handbook.&lt;/p&gt;
  8084.  
  8085. &lt;h3 id=&quot;what-is-the-best-alternative-to recaptcha&quot; class=&quot;wp-block-heading&quot;&gt;What is the best alternative to&amp;nbsp;reCAPTCHA?&lt;/h3&gt;
  8086.  
  8087. &lt;p&gt;Akismet offers the best alternative to reCAPTCHA for both small business websites and enterprise&amp;#8209;level projects. You can easily implement Akismet on any type of website, but it’s particularly easy to do so if your organization uses&amp;nbsp;WordPress.&lt;/p&gt;
  8088.  
  8089. &lt;h3 id=&quot;how-does-akismetâ\x80\x99s-approach-to-spam-protection-differ-from-traditional-captcha methods&quot; class=&quot;wp-block-heading&quot;&gt;How does Akismet’s approach to spam protection differ from traditional CAPTCHA&amp;nbsp;methods?&lt;/h3&gt;
  8090.  
  8091. &lt;p&gt;Akismet uses machine learning to analyze spam from the millions of websites that use it. This gives it access to one of the largest databases in the world for spam and bot activity, which means fewer false&amp;nbsp;positives.&lt;/p&gt;
  8092.  
  8093. &lt;p&gt;With Akismet, visitors also don’t need to solve challenges to prove they’re human. The software can analyze their submissions and use its training to determine what’s spam and what&amp;nbsp;isn’t.&lt;/p&gt;
  8094.  
  8095. &lt;h2 id=&quot;akismet-the-most-trusted-solution-for-spam protection&quot; class=&quot;wp-block-heading&quot;&gt;Akismet: The most trusted solution for spam&amp;nbsp;protection&lt;/h2&gt;
  8096.  
  8097.  
  8098. &lt;p&gt;If you’re looking for the easiest solution to implement with the most accurate results and absolutely zero interference for your visitors, your best choice is Akismet. It’s blocked over 500 billion instances of spam and is used on over 100 million sites.&amp;nbsp;&lt;/p&gt;
  8099.  
  8100.  
  8101. &lt;p&gt;reCAPTCHA offers some additional customization, but also comes with risks like false positives that lock out real users and an annoying experience that could reduce your conversions. You can integrate Akismet with any system via an open API, or take advantage of its popular, pre&amp;#8209;built plugin for WordPress&amp;nbsp;sites.&lt;/p&gt;
  8102.  
  8103.  
  8104. &lt;p&gt;Many website owners can use Akismet absolutely free. &lt;a href=&quot;https://akismet.com/pricing/&quot;&gt;Explore Akismet plans&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;</description>
  8105. <pubDate>Wed, 10 Apr 2024 13:00:00 +0000</pubDate>
  8106. <dc:creator>Jen Swisher</dc:creator>
  8107. </item>
  8108. <item>
  8109. <title>Do The Woo Community: Leveraging WooCommerce for Wyrmwood Gaming with Douglas Costello</title>
  8110. <guid>https://dothewoo.io/?p=81053</guid>
  8111. <link>https://dothewoo.io/leveraging-woocommerce-for-wyrmwood-gaming-with-douglas-costello/</link>
  8112. <description>The Woo team and Douglas discuss Wyrmwood's journey, Kickstarter success, challenges of growth, and multi-channel commerce.</description>
  8113. <pubDate>Wed, 10 Apr 2024 09:49:00 +0000</pubDate>
  8114. <dc:creator>BobWP</dc:creator>
  8115. </item>
  8116. <item>
  8117. <title>Donncha: Speculating on what to load next</title>
  8118. <guid>https://odd.blog/?p=89590546</guid>
  8119. <link>https://odd.blog/2024/04/10/speculating-on-what-to-load-next/</link>
  8120. <description>&lt;p&gt;The &lt;a href=&quot;https://wordpress.org/plugins/speculation-rules/&quot;&gt;Speculative Loading&lt;/a&gt; plugin for WordPress is a plugin you should probably try out on your site, especially if you use &lt;a href=&quot;https://wordpress.org/plugins/wp-super-cache/&quot;&gt;WP Super Cache&lt;/a&gt; or &lt;a href=&quot;https://wordpress.org/plugins/jetpack-boost/&quot;&gt;Jetpack Boost&lt;/a&gt; to cache things. It uses the new speculation API that Chrome/Edge supports to load pages in the background if you even hover over a link.&lt;/p&gt;
  8121.  
  8122.  
  8123.  
  8124. &lt;p&gt;It will dynamically prefetch or prerender pages before they&amp;#8217;re requested by the visitor on your site, which means that the page will show instantly when the visitor actually clicks the link.&lt;/p&gt;
  8125.  
  8126.  
  8127.  
  8128. &lt;p&gt;It doesn&amp;#8217;t work in Firefox yet, but it won&amp;#8217;t hurt either, as the browser will just ignore the extra bits and pieces added to the page.&lt;/p&gt;
  8129.  
  8130.  
  8131.  
  8132. &lt;p&gt;The default &amp;#8220;moderate&amp;#8221; eagerness works fine for me. The &amp;#8220;eager&amp;#8221; setting appeared to load links if the cursor got anywhere near them, which was a little too aggressive.&lt;/p&gt;
  8133.  
  8134.  
  8135.  
  8136. &lt;p&gt;You won&amp;#8217;t notice your browser loading the page in the Network tab of the webdev tools, but if you &lt;code&gt;tail&lt;/code&gt; your access_log, you&amp;#8217;ll see the requests go through when you hover over the links.&lt;/p&gt;
  8137.  
  8138.  
  8139.  
  8140. &lt;p&gt;Browse around this site, or take a look at my &lt;a href=&quot;https://inphotos.org&quot;&gt;photoblog&lt;/a&gt; for a feel of what it does.&lt;/p&gt;
  8141.  
  8142.  
  8143.  
  8144. &lt;p&gt;There&amp;#8217;s more info in the &lt;a href=&quot;https://make.wordpress.org/core/2024/04/09/speculative-loading-in-wordpress/&quot;&gt;make blog post&lt;/a&gt; about it, and this &lt;a href=&quot;https://make.wordpress.org/core/2024/04/09/speculative-loading-in-wordpress/#comment-46522&quot;&gt;insightful comment&lt;/a&gt; about the wastefulness of loading pages that might not be used, especially for visitors on limited data plans, or low powered devices. That&amp;#8217;s definitely something to think about before using this plugin. I may yet remove it later, and I&amp;#8217;ll update this post if I do.&lt;/p&gt;
  8145.  
  8146.  
  8147.  
  8148. &lt;p&gt;&lt;/p&gt;</description>
  8149. <pubDate>Wed, 10 Apr 2024 09:43:28 +0000</pubDate>
  8150. <dc:creator>Donncha</dc:creator>
  8151. </item>
  8152. <item>
  8153. <title>Matt: Beeper &amp; Texts</title>
  8154. <guid>https://ma.tt/?p=113285</guid>
  8155. <link>https://ma.tt/2024/04/beeper-texts/</link>
  8156. <description>&lt;p&gt;It&amp;#8217;s such a delight when a plan comes together and unfolds, especially when it&amp;#8217;s something you&amp;#8217;ve been working on for many years. Today the &lt;a href=&quot;https://automattic.com/2024/04/09/automattic-acquires-beeper/&quot;&gt;announcement went out&lt;/a&gt; that we&amp;#8217;re combining the best technology from Beeper and Texts to create a great private, secure, and open source messaging client for people to have control of their communications. We&amp;#8217;re going to use the Beeper brand, because it&amp;#8217;s fun. This is not unlike how browsers have evolved, where solid tech and encryption on top of an open ecosystem has created untold value for humanity. &lt;a href=&quot;https://blog.beeper.com/2024/04/09/beeper-is-joining-automattic/&quot;&gt;Eric Migicovsky has written well about the plan going forward&lt;/a&gt;.&lt;/p&gt;
  8157.  
  8158.  
  8159.  
  8160. &lt;p&gt;A lot of people are asking about iMessage on Android&amp;#8230; I have zero interest in fighting with Apple, I think instead it&amp;#8217;s best to focus on messaging networks that want more engagement from power-user clients. This is an area I&amp;#8217;m excited to work on when I return from my sabbatical next month.&lt;/p&gt;</description>
  8161. <pubDate>Wed, 10 Apr 2024 00:00:55 +0000</pubDate>
  8162. <dc:creator>Matt</dc:creator>
  8163. </item>
  8164. <item>
  8165. <title>WordPress.org blog: WordPress 6.5.2 Maintenance and Security Release</title>
  8166. <guid>https://wordpress.org/news/?p=17195</guid>
  8167. <link>https://wordpress.org/news/2024/04/wordpress-6-5-2-maintenance-and-security-release/</link>
  8168. <description>&lt;p&gt;&lt;strong&gt;Note: Due to an issue with the initial package, WordPress 6.5.1 was not released. 6.5.2 is the first minor release for WordPress 6.5.&lt;/strong&gt;&lt;/p&gt;
  8169.  
  8170.  
  8171.  
  8172. &lt;p&gt;This security and maintenance release features &lt;a href=&quot;https://core.trac.wordpress.org/query?status=closed&amp;id=!60398&amp;milestone=6.5.2&amp;group=status&amp;order=priority&quot;&gt;2 bug fixes on Core&lt;/a&gt;, &lt;a href=&quot;https://github.com/WordPress/gutenberg/pull/60577&quot;&gt;12 bug fixes for the Block Editor&lt;/a&gt;, and 1 security fix.&lt;/p&gt;
  8173.  
  8174.  
  8175.  
  8176. &lt;p&gt;&lt;strong&gt;Because this is a security release, it is recommended that you update your sites immediately.&lt;/strong&gt; Backports are also available for other major WordPress releases, 6.0 and later.&lt;/p&gt;
  8177.  
  8178.  
  8179.  
  8180. &lt;p&gt;You can &lt;a href=&quot;https://wordpress.org/wordpress-6.5.2.zip&quot;&gt;download WordPress 6.5.2 from WordPress.org&lt;/a&gt;, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. If you have sites that support automatic background updates, the update process will begin automatically.&lt;/p&gt;
  8181.  
  8182.  
  8183.  
  8184. &lt;p&gt;WordPress 6.5.2 is a short-cycle release. The next major release will be &lt;a href=&quot;https://make.wordpress.org/core/6-6/&quot;&gt;version 6.6&lt;/a&gt; and is currently planned for 16 July 2024.&lt;/p&gt;
  8185.  
  8186.  
  8187.  
  8188. &lt;h2 class=&quot;wp-block-heading&quot;&gt;Security updates included in this release&lt;/h2&gt;
  8189.  
  8190.  
  8191.  
  8192. &lt;p&gt;The security team would like to thank the following people for responsibly reporting vulnerabilities, and allowing them to be fixed in this release:&lt;/p&gt;
  8193.  
  8194.  
  8195.  
  8196. &lt;ul&gt;
  8197. &lt;li&gt;A cross-site scripting (XSS) vulnerability affecting the Avatar block type; reported by &lt;a href=&quot;https://johnblackbourn.com/&quot;&gt;John Blackbourn&lt;/a&gt; of the WordPress security team. Many thanks to &lt;a href=&quot;https://twitter.com/stealthcopter&quot;&gt;Mat Rollings&lt;/a&gt; for assisting with the research.&lt;/li&gt;
  8198. &lt;/ul&gt;
  8199.  
  8200.  
  8201.  
  8202. &lt;h2 class=&quot;wp-block-heading&quot;&gt;Thank you to these WordPress contributors&lt;/h2&gt;
  8203.  
  8204.  
  8205.  
  8206. &lt;p&gt;This release was led by &lt;a href=&quot;https://profiles.wordpress.org/johnbillion/&quot;&gt;John Blackbourn&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/isabel_brison/&quot;&gt;Isabel Brison&lt;/a&gt;, and &lt;a href=&quot;https://profiles.wordpress.org/jorbin/&quot;&gt;Aaron Jorbin&lt;/a&gt;.&lt;/p&gt;
  8207.  
  8208.  
  8209.  
  8210. &lt;p&gt;WordPress 6.5.2 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance and security fixes into a stable release is a testament to the power and capability of the WordPress community.&lt;/p&gt;
  8211.  
  8212.  
  8213.  
  8214. &lt;p class=&quot;is-style-wporg-props-medium&quot;&gt;&lt;a href=&quot;https://profiles.wordpress.org/jorbin/&quot;&gt;Aaron Jorbin&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/wildworks&quot;&gt;Aki Hamano&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/andraganescu&quot;&gt;Andrei Draganescu&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/artemiosans&quot;&gt;Artemio Morales&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/iCaleb&quot;&gt;Caleb Burks&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/colind&quot;&gt;colind&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/talldanwp&quot;&gt;Daniel Richards&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/ocean90&quot;&gt;Dominik Schilling&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/fabiankaegy&quot;&gt;Fabian Kägy&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/mamaduka&quot;&gt;George Mamadashvili&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/gziolo&quot;&gt;Greg Ziółkowski&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/isabel_brison&quot;&gt;Isabel Brison&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/audrasjb&quot;&gt;Jb Audras&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/joemcgill&quot;&gt;Joe McGill&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/johnbillion&quot;&gt;John Blackbourn&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/desrosj&quot;&gt;Jonathan Desrosiers&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/thelovekesh&quot;&gt;Lovekesh Kumar&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/mmaattiiaass&quot;&gt;Matias Benedetto&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/mukesh27&quot;&gt;Mukesh Panchal&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/swissspidy&quot;&gt;Pascal Birchler&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/peterwilsoncc&quot;&gt;Peter Wilson&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/sean212&quot;&gt;Sean Fisher&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/SergeyBiryukov&quot;&gt;Sergey Biryukov&lt;/a&gt;, &lt;a href=&quot;https://profiles.wordpress.org/coffee2code/&quot;&gt;Scott Reilly&lt;/a&gt;&lt;/p&gt;
  8215.  
  8216.  
  8217.  
  8218. &lt;h2 class=&quot;wp-block-heading&quot;&gt;How to contribute&lt;/h2&gt;
  8219.  
  8220.  
  8221.  
  8222. &lt;p&gt;To get involved in WordPress core development, head over to Trac, &lt;a href=&quot;https://core.trac.wordpress.org/report/6&quot;&gt;pick a ticket&lt;/a&gt;, and join the conversation in the &lt;a href=&quot;https://wordpress.slack.com/archives/C02RQBWTW&quot;&gt;#core&lt;/a&gt; channel. Need help? Check out the &lt;a href=&quot;https://make.wordpress.org/core/handbook/&quot;&gt;Core Contributor Handbook&lt;/a&gt;.&lt;/p&gt;
  8223.  
  8224.  
  8225.  
  8226. &lt;p&gt;&lt;em&gt;Thanks to &lt;a href=&quot;https://profiles.wordpress.org/johnbillion/&quot;&gt;John Blackbourn&lt;/a&gt;, &lt;em&gt;&lt;a href=&quot;https://profiles.wordpress.org/ehtis&quot;&gt;Ehtisham S.&lt;/a&gt;,&lt;/em&gt;&lt;/em&gt; &lt;a href=&quot;https://profiles.wordpress.org/audrasjb&quot;&gt;Jb Audras&lt;/a&gt;, &lt;em&gt;and &lt;em&gt;&lt;a href=&quot;https://profiles.wordpress.org/angelasjin/&quot;&gt;Angela Jin&lt;/a&gt;&lt;/em&gt; for proofreading.&lt;/em&gt;&lt;/p&gt;</description>
  8227. <pubDate>Tue, 09 Apr 2024 22:00:18 +0000</pubDate>
  8228. <dc:creator>Aaron Jorbin</dc:creator>
  8229. </item>
  8230. <item>
  8231. <title>Do The Woo Community: Simplifying Crypto Payments for WooCommerce with Stijn Paumen</title>
  8232. <guid>https://dothewoo.io/?p=81046</guid>
  8233. <link>https://dothewoo.io/simplifying-crypto-payments-for-woocommerce-with-stign-paumen/</link>
  8234. <description>The conversation with Stijn Paumen, CEO of Helio, explores cryptocurrency, stable coins, and their impact on merchants.</description>
  8235. <pubDate>Tue, 09 Apr 2024 09:02:00 +0000</pubDate>
  8236. <dc:creator>BobWP</dc:creator>
  8237. </item>
  8238. <item>
  8239. <title>Do The Woo Community: Increase Your Woo Product Sales Using Admin Demos with Vikas Singhal</title>
  8240. <guid>https://dothewoo.io/?p=81040</guid>
  8241. <link>https://dothewoo.io/increase-your-woo-product-sales-using-admin-demos-with-vikas-singhal/</link>
  8242. <description>Vikas Singhal from InstaWP shares insights on the significance of admin demos in the WordPress and WooCommerce ecosystem.</description>
  8243. <pubDate>Mon, 08 Apr 2024 08:23:00 +0000</pubDate>
  8244. <dc:creator>BobWP</dc:creator>
  8245. </item>
  8246. <item>
  8247. <title>Gutenberg Times: WordPress 6.5, register Font collections, working with templates, or playground — Weekend Edition 290</title>
  8248. <guid>https://gutenbergtimes.com/?p=28091</guid>
  8249. <link>https://gutenbergtimes.com/wordpress-6-5-register-font-collections-working-with-templates-or-playground-weekend-edition-290/</link>
  8250. <description>&lt;p&gt;Howdy, &lt;/p&gt;
  8251.  
  8252.  
  8253.  
  8254. &lt;p&gt;This week, WordPress 6.5 certainly dominated the WordPress news cycle. Articles, Videos, Threads on X, and workshops are plenty available for every type of WordPress user. &lt;a href=&quot;https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/&quot;&gt;I compiled a separate list for your perusal or to point people to wandering about&lt;/a&gt;.&lt;/p&gt;
  8255.  
  8256.  
  8257.  
  8258. &lt;p&gt;As a reader of this newsletter, you have kept up with all the changes, for sure. &amp;nbsp;😍 The newsletter is a little shorter today, so enjoy the rest of the weekend. &lt;/p&gt;
  8259.  
  8260.  
  8261.  
  8262. &lt;p&gt;Yours, 💕&lt;br /&gt;&lt;em&gt;Birgit&lt;/em&gt;&lt;/p&gt;
  8263.  
  8264.  
  8265.  
  8266. &lt;p&gt;&lt;em&gt;PS: I am experimenting with AI summaries, I slightly edited, mostly for brevity.  The two pieces are marked. Please reach out to me, how you think about it&amp;#8230; &lt;/em&gt;&lt;/p&gt;
  8267.  
  8268.  
  8269.  
  8270. &lt;div class=&quot;wp-block-group has-light-background-background-color has-background&quot;&gt;&lt;div class=&quot;wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow&quot;&gt;
  8271. &lt;p&gt;&lt;strong&gt;Table of Contents&lt;/strong&gt;&lt;/p&gt;
  8272.  
  8273.  
  8274.  
  8275. &lt;ol&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/wordpress-6-5-register-font-collections-working-with-templates-or-playground-weekend-edition-290/#0-word-press-release-information&quot;&gt;Developing Gutenberg and WordPress&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/wordpress-6-5-register-font-collections-working-with-templates-or-playground-weekend-edition-290/#0-p&quot;&gt;Plugins, Themes, and Tools for #nocode site builders and owners&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/wordpress-6-5-register-font-collections-working-with-templates-or-playground-weekend-edition-290/#2-word-press-6-0-1-and-6-1-scheduled&quot;&gt;Theme Development for Full Site Editing and Blocks&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/wordpress-6-5-register-font-collections-working-with-templates-or-playground-weekend-edition-290/#3-building-themes-for-fse-and-word-press&quot;&gt;Building Blocks and Tools for the Block editor. &lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;
  8276. &lt;/div&gt;&lt;/div&gt;
  8277.  
  8278.  
  8279.  
  8280. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;0-word-press-release-information&quot;&gt;Developing Gutenberg and WordPress&lt;/h2&gt;
  8281.  
  8282.  
  8283.  
  8284. &lt;p&gt;With the release, core contributors are starting to work on WordPress 6.6. &lt;strong&gt;Anne McCarthy&lt;/strong&gt; invites you to a &lt;a href=&quot;https://make.wordpress.org/core/2024/04/04/hallway-hangout-lets-chat-about-whats-next-in-gutenberg/&quot;&gt;&lt;strong&gt;Hallway Hangout: Let’s chat about what’s next in Gutenberg&lt;/strong&gt;&lt;/a&gt;. The discussion/demos will cover Dataviews, synced pattern overrides, Zoomed out view, Grid layout, Pattern styles and Style inheritance. The virtual meeting will take place on &lt;strong&gt;April 24 at 23:00 UTC&lt;/strong&gt; / 7 pm EDT / 4pm PDT.&lt;/p&gt;
  8285.  
  8286.  
  8287. &lt;div class=&quot;ngl-articles colored ngl-articles-full ngl-articles-frontend&quot;&gt;
  8288.  
  8289. &lt;div class=&quot;ngl-articles-wrap ngl-articles-webview&quot;&gt;
  8290. &lt;div class=&quot;ngl-article-mobile&quot;&gt;
  8291. &lt;div width=&quot;100%&quot; border=&quot;0&quot;&gt;
  8292. &lt;div&gt;
  8293. &lt;div valign=&quot;top&quot;&gt;
  8294. &lt;div class=&quot;ngl-article-mob-wrap&quot;&gt;
  8295. &lt;div class=&quot;ngl-article-featured&quot;&gt;&lt;a href=&quot;https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/&quot; target=&quot;_self&quot; rel=&quot;&quot;&gt;&lt;img src=&quot;https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/04/Features-WordPress-6.5-scaled.jpeg?w=652&amp;ssl=1&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;ngl-article-title&quot;&gt;&lt;a href=&quot;https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/&quot; target=&quot;_self&quot; rel=&quot;&quot;&gt;&lt;span&gt;About WordPress 6.5 &amp;#8211; all in one list on blocks and site editor&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;ngl-article-excerpt&quot;&gt;This week, WordPress 6.5 certainly dominated the WordPress news cycle. Articles, Videos, Threads on X, and workshops are plenty available for every type of WordPress user. This list of resources&amp;hellip; &lt;a href=&quot;https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/&quot; class=&quot;ngl-article-read-more&quot; target=&quot;_self&quot;&gt;Read more.&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;
  8296. &lt;/div&gt;
  8297. &lt;/div&gt;
  8298. &lt;/div&gt;
  8299. &lt;/div&gt;
  8300.  
  8301. &lt;/div&gt;
  8302.  
  8303. &lt;/div&gt;
  8304.  
  8305.  
  8306. &lt;p class=&quot;has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-a22ff20f0c15ad8f967a6e70bd8e8d04&quot;&gt;🎙️ Latest episode: &lt;a href=&quot;https://gutenbergtimes.com/podcast/gutenberg-changelog-99-wordpress-6-6-create-block-theme-updates/&quot;&gt;Gutenberg Changelog #99 – WordPress 6.6 + 6.5.3, Gutenberg 18.1 + 18.2, and Create Block Theme Updates&lt;/a&gt; with special guest Sarah Norris&lt;/p&gt;
  8307.  
  8308.  
  8309.  
  8310. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;0-p&quot;&gt;Plugins, Themes, and Tools for #nocode site builders and owners&lt;/h2&gt;
  8311.  
  8312.  
  8313.  
  8314. &lt;p&gt;&lt;strong&gt;Wes Theron&lt;/strong&gt;, contributor to the training team, published a series of videos on  &lt;strong&gt;how to work with templates &lt;/strong&gt;on YouTube &lt;/p&gt;
  8315.  
  8316.  
  8317.  
  8318.  
  8319.  
  8320. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  8321. &lt;div class=&quot;toolbelt-video-wrapper&quot;&gt;&lt;/div&gt;
  8322. &lt;/div&gt;
  8323.  
  8324.  
  8325.  
  8326. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  8327. &lt;div class=&quot;toolbelt-video-wrapper&quot;&gt;&lt;/div&gt;
  8328. &lt;/div&gt;
  8329.  
  8330.  
  8331.  
  8332. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  8333. &lt;div class=&quot;toolbelt-video-wrapper&quot;&gt;&lt;/div&gt;
  8334. &lt;/div&gt;
  8335.  
  8336.  
  8337.  
  8338. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  8339. &lt;div class=&quot;toolbelt-video-wrapper&quot;&gt;&lt;/div&gt;
  8340. &lt;/div&gt;
  8341.  
  8342.  
  8343.  
  8344. &lt;p&gt;In his video, &lt;a href=&quot;https://www.youtube.com/watch?v=ICMir7dO9M4&quot;&gt;&lt;strong&gt;WordPress Block Themes in 250 seconds&lt;/strong&gt;&lt;/a&gt;, &lt;strong&gt;Jamie Marsland&lt;/strong&gt; provides a concise but comprehensive overview of Block Themes in WordPress. He covers the basics of how Block Themes work, demonstrates their flexibility and ease of use, and explains how they differ from traditional WordPress themes by enabling users to have more control over their site&amp;#8217;s design without needing to write code. Jamie also gives a quick tour of the WordPress editor with a Block Theme enabled, highlighting its features and capabilities. &lt;em&gt;(AI, slightly edited) &lt;/em&gt;&lt;/p&gt;
  8345.  
  8346.  
  8347.  
  8348. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;2-word-press-6-0-1-and-6-1-scheduled&quot;&gt;Theme Development for Full Site Editing and Blocks&lt;/h2&gt;
  8349.  
  8350.  
  8351.  
  8352. &lt;p&gt;Now the Font Library is part of WordPress, Justin Tadlock&amp;#8217;s latest tutorial is on &lt;a href=&quot;https://developer.wordpress.org/news/2024/04/01/how-to-register-custom-font-collections-for-the-font-library/&quot;&gt;&lt;strong&gt;How to register custom font collections for the Font Library&lt;/strong&gt;&lt;/a&gt; with the built-in API. &amp;#8220;By default, WordPress ships with a single collection that lets you install fonts from the Google Fonts library. But as a developer, you can offer a more curated experience by building custom collections.&amp;#8221; he wrote.&lt;/p&gt;
  8353.  
  8354.  
  8355.  
  8356. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  8357.  
  8358.  
  8359.  
  8360. &lt;p&gt;In &lt;em&gt;WP Jukebox&lt;/em&gt; podcast episode titled &lt;a href=&quot;https://wptavern.com/podcast/114-tammie-lister-on-the-journey-through-design-and-theming&quot;&gt;&lt;strong&gt;Tammie Lister on the Journey Through Design and Theming&lt;/strong&gt;&lt;/a&gt;, Tammie Lister discusses with &lt;strong&gt;Nathan Wrigley&lt;/strong&gt; her experiences and the evolution of her career in design and WordPress theming. The conversation sheds light on the changing landscape of WordPress design, the introduction of new technologies, and how these shifts have influenced the approach to creating engaging and effective themes. Throughout the episode, Lister offers insights into her process and reflections on the future of design in the WordPress ecosystem. &lt;em&gt;(AI summary slightly edited for brevity)&lt;/em&gt; &lt;/p&gt;
  8361.  
  8362.  
  8363.  
  8364. &lt;p&gt;&lt;strong&gt;&amp;nbsp;&lt;a href=&quot;https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;&amp;#8220;Keeping up with Gutenberg &amp;#8211; Index 2024&amp;#8221;&lt;/a&gt;&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;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. The previous years are also available: &lt;strong&gt;&lt;strong&gt;&lt;a href=&quot;https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/&quot;&gt;2020&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a href=&quot;https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/&quot;&gt;2021&lt;/a&gt;&lt;/strong&gt;&amp;nbsp;|&amp;nbsp;&lt;strong&gt;&lt;a href=&quot;https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/&quot;&gt;2022&lt;/a&gt;&lt;/strong&gt;&lt;/strong&gt;&amp;nbsp;|&amp;nbsp;&lt;strong&gt;&lt;a href=&quot;https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023&quot;&gt;2023&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
  8365.  
  8366.  
  8367.  
  8368. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;3-building-themes-for-fse-and-word-press&quot;&gt;Building Blocks and Tools for the Block editor. &lt;/h2&gt;
  8369.  
  8370.  
  8371.  
  8372. &lt;p&gt;&lt;strong&gt;Jeremy Holcombe&lt;/strong&gt; wrote a tutorial on &lt;a href=&quot;https://kinsta.com/blog/headless-wordpress-gutenberg/&quot;&gt;&lt;strong&gt;How to parse Gutenberg content for headless WordPress&lt;/strong&gt;&lt;/a&gt; and explained how to parse Gutenberg content as&amp;nbsp;HTML&amp;nbsp;using the&amp;nbsp;WordPress REST API&amp;nbsp;in a&amp;nbsp;Next.js&amp;nbsp;static site. &lt;/p&gt;
  8373.  
  8374.  
  8375.  
  8376. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  8377.  
  8378.  
  8379.  
  8380. &lt;p&gt;&lt;strong&gt;Artur Piszek&lt;/strong&gt; shared a quick tip:  &lt;a href=&quot;https://piszek.com/2024/03/19/get_comment_delimited_block_content/&quot;&gt;&lt;strong&gt;Writing serialized Gutenberg blocks in PHP&lt;/strong&gt;&lt;/a&gt; on using the &lt;code&gt;get_comment_delimited_block_content&lt;/code&gt; function. &lt;/p&gt;
  8381.  
  8382.  
  8383.  
  8384. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  8385.  
  8386.  
  8387.  
  8388. &lt;p&gt;&lt;a href=&quot;https://wordpress.github.io/wordpress-playground/&quot;&gt;&lt;em&gt;WordPress Playground&lt;/em&gt;&lt;/a&gt; is so much bigger than Blocks. It&amp;#8217;s a fascinating, if not mind blowing tool for developers and product companies. Ronny Shani wrote an &lt;a href=&quot;https://developer.wordpress.org/news/2024/04/05/introduction-to-playground-running-wordpress-in-the-browser/&quot;&gt;&lt;strong&gt;Introduction to Playground: running WordPress in the browser&lt;/strong&gt;&lt;/a&gt;. She covers the basic some built-in features and how to create a blueprint. She also has plenty of examples and links to learn more for you.&lt;/p&gt;
  8389.  
  8390.  
  8391.  
  8392. &lt;p&gt;You can use Playground to test the &lt;a href=&quot;https://gutenbergtimes.com/need-a-zip-from-master/&quot;&gt;Gutenberg Nightly&lt;/a&gt;. &lt;/p&gt;
  8393.  
  8394.  
  8395.  
  8396. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  8397.  
  8398.  
  8399.  
  8400. &lt;p&gt;In his live stream, &lt;strong&gt;Ryan Welcher&lt;/strong&gt;  worked on a playground blueprint to for a live preview of his plugin Advanced Query Loop. He used various methods, to add content to a Playground site: &lt;a href=&quot;https://www.youtube.com/watch?v=Bz2INc3_yAw&quot;&gt;&lt;strong&gt;Using Playground to preview plugins | Gutenberg 18.0 Review&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
  8401.  
  8402.  
  8403.  
  8404. &lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://gutenbergtimes.com/need-a-zip-from-master/&quot;&gt;Need a plugin .zip from Gutenberg&amp;#8217;s master branch?&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;Gutenberg Times provides daily build for testing and review. &lt;/p&gt;
  8405.  
  8406.  
  8407.  
  8408. &lt;p&gt;Now also available via &lt;a href=&quot;https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json&quot;&gt;WordPress Playground&lt;/a&gt;. There is no need for a test site locally or on a server. Have you been using it? &lt;a href=&quot;mailto:pauli@gutenbergtimes.com&quot;&gt;Email me &lt;/a&gt;with your experience&lt;/p&gt;
  8409.  
  8410.  
  8411.  
  8412. &lt;p&gt;&lt;img alt=&quot;GitHub all releases&quot; src=&quot;https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge&quot; /&gt;&lt;/p&gt;
  8413.  
  8414.  
  8415.  
  8416. &lt;p class=&quot;has-text-align-center has-small-font-size&quot;&gt;&lt;em&gt;Questions? Suggestions? Ideas? &lt;/em&gt;&lt;br /&gt;&lt;em&gt;Don&amp;#8217;t hesitate to send &lt;a href=&quot;mailto:pauli@gutenbergtimes.com&quot;&gt;them via email&lt;/a&gt; or&lt;/em&gt;&lt;br /&gt;&lt;em&gt; send me a message on WordPress Slack or Twitter @bph&lt;/em&gt;.&lt;/p&gt;
  8417.  
  8418.  
  8419.  
  8420. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity&quot; /&gt;
  8421.  
  8422.  
  8423.  
  8424. &lt;p class=&quot;has-text-align-center has-small-font-size&quot;&gt;For questions to be answered on the &lt;a href=&quot;http://gutenbergtimes.com/podcast&quot;&gt;Gutenberg Changelog&lt;/a&gt;, &lt;br /&gt;send them to &lt;a href=&quot;mailto:changelog@gutenbergtimes.com&quot;&gt;changelog@gutenbergtimes.com&lt;/a&gt;&lt;/p&gt;
  8425.  
  8426.  
  8427.  
  8428. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  8429.  
  8430.  
  8431.  
  8432. &lt;p&gt;Featured Image:  Elephant-cement-blocks by Pooja Derashri, &lt;a href=&quot;https://wordpress.org/photos/photo/32765c4d4c/&quot;&gt;found on WordPress Photos&lt;/a&gt;&lt;/p&gt;
  8433.  
  8434.  
  8435.  
  8436. &lt;hr class=&quot;wp-block-separator has-css-opacity is-style-wide&quot; /&gt;
  8437.  
  8438.  
  8439.  
  8440. &lt;p class=&quot;has-text-align-left&quot;&gt;&lt;strong&gt;Don&amp;#8217;t want to miss the next Weekend Edition? &lt;/strong&gt;&lt;/p&gt;
  8441.  
  8442.  
  8443. &lt;form class=&quot;wp-block-newsletterglue-form ngl-form ngl-portrait&quot; action=&quot;https://gutenbergtimes.com/feed/&quot; method=&quot;post&quot;&gt;&lt;div class=&quot;ngl-form-container&quot;&gt;&lt;div class=&quot;ngl-form-field&quot;&gt;&lt;label class=&quot;ngl-form-label&quot; for=&quot;ngl_email&quot;&gt;&lt;br /&gt;Type in your Email address to subscribe.&lt;/label&gt;&lt;div class=&quot;ngl-form-input&quot;&gt;&lt;input type=&quot;email&quot; class=&quot;ngl-form-input-text&quot; name=&quot;ngl_email&quot; id=&quot;ngl_email&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;button type=&quot;submit&quot; class=&quot;ngl-form-button&quot;&gt;Subscribe&lt;/button&gt;&lt;p class=&quot;ngl-form-text&quot;&gt;We hate spam, too, and won&amp;#8217;t give your email address to anyone &lt;br /&gt;except Mailchimp to send out our Weekend Edition&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;ngl-message-overlay&quot;&gt;&lt;div class=&quot;ngl-message-svg-wrap&quot;&gt;&lt;/div&gt;&lt;div class=&quot;ngl-message-overlay-text&quot;&gt;Thanks for subscribing.&lt;/div&gt;&lt;/div&gt;&lt;input type=&quot;hidden&quot; name=&quot;ngl_list_id&quot; id=&quot;ngl_list_id&quot; value=&quot;26f81bd8ae&quot; /&gt;&lt;input type=&quot;hidden&quot; name=&quot;ngl_double_optin&quot; id=&quot;ngl_double_optin&quot; value=&quot;yes&quot; /&gt;&lt;/form&gt;
  8444.  
  8445.  
  8446. &lt;hr class=&quot;wp-block-separator has-css-opacity is-style-wide&quot; /&gt;</description>
  8447. <pubDate>Sat, 06 Apr 2024 11:30:30 +0000</pubDate>
  8448. <dc:creator>Justin Tadlock</dc:creator>
  8449. </item>
  8450. <item>
  8451. <title>Gutenberg Times: About WordPress 6.5 – all in one list on blocks and site editor</title>
  8452. <guid>https://gutenbergtimes.com/?p=28104</guid>
  8453. <link>https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/</link>
  8454. <description>&lt;p&gt;This week, WordPress 6.5 certainly dominated the WordPress news cycle. Articles, Videos, Threads on X, and workshops are plenty available for every type of WordPress user. &lt;/p&gt;
  8455.  
  8456.  
  8457.  
  8458. &lt;p&gt;This list of resources if for all who need to dive deeper into certain aspects or have to field questions about the new release. I didn&amp;#8217;t aim for completeness, I might have missed past publications for sure. If I did, feel free to email a link to pauli@gutenbergtimes.com. If you are seeking information not posted here, Anne McCarthy has you covered:&lt;/p&gt;
  8459.  
  8460.  
  8461.  
  8462. &lt;p&gt;📗 &lt;strong&gt;Anne McCarthy&lt;/strong&gt; published the ultimate&amp;nbsp;&lt;a href=&quot;https://nomad.blog/2024/03/13/wordpress-6-5-source-of-truth/&quot;&gt;&lt;strong&gt;WordPress 6.5 Source of&amp;nbsp;Truth&lt;/strong&gt;&lt;/a&gt;&amp;nbsp;for you. In this over 10,000-word opus, you’ll find the updates tagged for each group of WordPress users. They would be relevant to end users, theme or plugin authors, developers, site admins, and enterprises. For selective reading, you could use your browser’s “Find on page” feature and search for these tags. McCarthy lists 15 priority items, with an array of 26 sub-items, and then another 23 additional items, and closes with information about items that didn’t make it into the release for one reason or another.&lt;/p&gt;
  8463.  
  8464.  
  8465.  
  8466. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  8467. &lt;blockquote class=&quot;wp-embedded-content&quot;&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/03/15/wordpress-6-5-field-guide/&quot;&gt;WordPress 6.5 Field Guide&lt;/a&gt;&lt;/blockquote&gt;
  8468. &lt;/div&gt;
  8469.  
  8470.  
  8471.  
  8472. &lt;p&gt;&lt;/p&gt;
  8473.  
  8474.  
  8475.  
  8476. &lt;p class=&quot;has-large-font-size&quot;&gt;&lt;strong&gt;Table of Contents&lt;/strong&gt;&lt;/p&gt;
  8477.  
  8478.  
  8479.  
  8480. &lt;ol&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/#general-information&quot;&gt;General Information&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/#design-tools&quot;&gt;Design Tools&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/#font-library&quot;&gt;Font Library&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/#block-bindings-api&quot;&gt;Block Bindings API&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/#block-hooks-api&quot;&gt;Block Hooks API&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class=&quot;wp-block-table-of-contents__entry&quot; href=&quot;https://gutenbergtimes.com/about-wordpress-6-5-all-in-one-list/#interactivity-api&quot;&gt;Interactivity API&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;
  8481.  
  8482.  
  8483.  
  8484. &lt;hr class=&quot;wp-block-separator has-alpha-channel-opacity is-style-wide&quot; /&gt;
  8485.  
  8486.  
  8487.  
  8488. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;general-information&quot;&gt;General Information&lt;/h2&gt;
  8489.  
  8490.  
  8491.  
  8492. &lt;p&gt;🎉 &lt;a href=&quot;https://wordpress.org/news/2024/04/regina/&quot;&gt;&lt;strong&gt;WordPress 6.5 “Regina”&lt;/strong&gt;&lt;/a&gt; Official Release Post&lt;/p&gt;
  8493.  
  8494.  
  8495.  
  8496. &lt;div class=&quot;wp-block-group has-accent-background-color has-background&quot;&gt;&lt;div class=&quot;wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained&quot;&gt;
  8497. &lt;a href=&quot;https://wordpress.org/news/2024/04/regina/&quot;&gt;&lt;img width=&quot;652&quot; height=&quot;435&quot; src=&quot;https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/04/image.png?resize=652%2C435&amp;ssl=1&quot; alt=&quot;&quot; class=&quot;wp-image-28113&quot; /&gt;&lt;/a&gt;
  8498. &lt;/div&gt;&lt;/div&gt;
  8499.  
  8500.  
  8501.  
  8502. &lt;p&gt;🛬 &lt;strong&gt;&lt;a href=&quot;https://wordpress.org/download/releases/6-5/&quot;&gt;WordPress 6.5 Landing page&lt;/a&gt;&lt;/strong&gt; Check out the new&amp;nbsp;WordPress 6.5 page&amp;nbsp;to learn more about the numerous enhancements and features of this release—including short demos of highlighted features.&lt;/p&gt;
  8503.  
  8504.  
  8505.  
  8506. &lt;p&gt;📗 &lt;strong&gt;Leonardo Nurugha&lt;/strong&gt;, documentation co-lead of the release, posted: &lt;a href=&quot;https://www.hostinger.com/blog/wordpress-6-5&quot;&gt;&lt;strong&gt;WordPress 6.5 “Regina” Is Here – Key Features and Changes&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
  8507.  
  8508.  
  8509.  
  8510. &lt;p&gt;📗 &lt;strong&gt;Carlos Daniele&lt;/strong&gt;&amp;nbsp;took a deep dive into the most important features for the Kinsta Blog:&amp;nbsp;&lt;a href=&quot;https://www.therepository.email/?mailpoet_router&amp;endpoint=track&amp;action=click&amp;data=WyI1NTYiLCIxam9oNGRrYjZ2Zm84dzRvb293ZzRvczg4Z2swNHM0dyIsIjEwMTgiLCJkYjkzYzgwOWZlZmIiLGZhbHNlXQ&quot;&gt;&lt;strong&gt;What’s new in WordPress 6.5: Font Library, DataViews, Block Bindings, Interactivity API, and much more!&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
  8511.  
  8512.  
  8513.  
  8514. &lt;p&gt;📗 &lt;strong&gt;Courtney Robertson&lt;/strong&gt;&amp;nbsp;published a&amp;nbsp;&lt;a href=&quot;https://www.godaddy.com/resources/news/whats-new-in-wordpress-6-5&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;&lt;strong&gt;What’s new in WordPress 6.5&lt;/strong&gt;&lt;/a&gt;&amp;nbsp;walk-through and separated the updates for site builders and users from those relevant for developers.&lt;/p&gt;
  8515.  
  8516.  
  8517.  
  8518. &lt;p&gt;🧵 &lt;strong&gt;Rich Tabor&lt;/strong&gt; created an &lt;a href=&quot;https://twitter.com/richard_tabor/status/1775477094031741249&quot;&gt;&lt;strong&gt;18-message Twitter thread&lt;/strong&gt;&lt;/a&gt; listing the main highlights of the release together with mini-videos. &lt;a href=&quot;https://rich.blog/wordpress-6-5/&quot;&gt;The list&lt;/a&gt; is also available on his blog&lt;/p&gt;
  8519.  
  8520.  
  8521.  
  8522. &lt;p&gt;📘 &lt;strong&gt;Matt Medeiros&lt;/strong&gt; has some sound advice for WordPress users around 6.5 in his video &lt;a href=&quot;https://www.youtube.com/watch?v=U5aYK1MPbWA&quot;&gt;&lt;strong&gt;Watch BEFORE You Update to WordPress 6.5 &amp;#8220;Regina&amp;#8221;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
  8523.  
  8524.  
  8525.  
  8526. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  8527. &lt;div class=&quot;toolbelt-video-wrapper&quot;&gt;&lt;/div&gt;
  8528. &lt;/div&gt;
  8529.  
  8530.  
  8531.  
  8532. &lt;p&gt;📽️ Learn.WordPress contributor, Wes Theron, posted a &lt;a href=&quot;https://www.youtube.com/watch?v=DtJwcJF9LM8&quot;&gt;walk -through the WordPress 6.5 version on YouTube&lt;/a&gt;. He covered:&lt;/p&gt;
  8533.  
  8534.  
  8535.  
  8536. &lt;ul&gt;
  8537. &lt;li&gt;Improvements to the Cover block&lt;/li&gt;
  8538.  
  8539.  
  8540.  
  8541. &lt;li&gt;Renaming blocks and improved drag and drop functionality &lt;/li&gt;
  8542.  
  8543.  
  8544.  
  8545. &lt;li&gt;Box shadow support&lt;/li&gt;
  8546.  
  8547.  
  8548.  
  8549. &lt;li&gt;New powerful views in the Site Editor&lt;/li&gt;
  8550.  
  8551.  
  8552.  
  8553. &lt;li&gt;Robust revisions  &lt;/li&gt;
  8554.  
  8555.  
  8556.  
  8557. &lt;li&gt;Using the Font Library &lt;/li&gt;
  8558.  
  8559.  
  8560.  
  8561. &lt;li&gt;General UX improvements&lt;/li&gt;
  8562. &lt;/ul&gt;
  8563.  
  8564.  
  8565.  
  8566. &lt;p&gt;&amp;nbsp;📽️ &lt;strong&gt;Jamie Marsland&lt;/strong&gt;&amp;nbsp;&lt;a href=&quot;https://www.youtube.com/watch?v=tf8w0xMNToY&quot;&gt;&lt;strong&gt;explains WordPress 6.5 in 250 seconds&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
  8567.  
  8568.  
  8569.  
  8570. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  8571. &lt;div class=&quot;toolbelt-video-wrapper&quot;&gt;&lt;/div&gt;
  8572. &lt;/div&gt;
  8573.  
  8574.  
  8575.  
  8576. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  8577. &lt;blockquote class=&quot;wp-embedded-content&quot;&gt;&lt;a href=&quot;https://dothewoo.io/all-things-wordpress-6-5-with-anne-mccarthy-and-bud-kraus/&quot;&gt;All Things WordPress 6.5 with Anne McCarthy and Bud Kraus&lt;/a&gt;&lt;/blockquote&gt;
  8578. &lt;/div&gt;
  8579.  
  8580.  
  8581.  
  8582. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  8583. &lt;blockquote class=&quot;wp-embedded-content&quot;&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/03/09/miscellaneous-editor-changes-in-wordpress-6-5/&quot;&gt;Miscellaneous Editor changes in WordPress 6.5&lt;/a&gt;&lt;/blockquote&gt;
  8584. &lt;/div&gt;
  8585.  
  8586.  
  8587.  
  8588. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  8589. &lt;blockquote class=&quot;wp-embedded-content&quot;&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/03/05/unification-of-the-site-and-post-editors-in-6-5/&quot;&gt;Unification of the site and post editors in 6.5&lt;/a&gt;&lt;/blockquote&gt;
  8590. &lt;/div&gt;
  8591.  
  8592.  
  8593.  
  8594. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;design-tools&quot;&gt;Design Tools&lt;/h2&gt;
  8595.  
  8596.  
  8597.  
  8598. &lt;p&gt;📽️ &lt;strong&gt;Dave Smith&lt;/strong&gt; published a video to show off &lt;a href=&quot;https://www.youtube.com/watch?v=ySyJRYAbU_M&quot;&gt;&lt;strong&gt;these tiny link editing changes that just made WordPress 6.5 so much better&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
  8599.  
  8600.  
  8601.  
  8602. &lt;p&gt;📙 &lt;a href=&quot;https://developer.wordpress.org/news/2024/03/21/drop-shadow-updates-in-wordpress-6-5/&quot;&gt;&lt;strong&gt;Drop Shadow updates in WordPress 6.5&lt;/strong&gt;&lt;/a&gt; &amp;#8211; WordPress 6.5 brings drop shadow options to the end user. This post summarizes how to use the controls for various blocks, and how to remove core presets.&lt;/p&gt;
  8603.  
  8604.  
  8605.  
  8606. &lt;div class=&quot;jetpack-videopress-player__wrapper&quot;&gt; &lt;div class=&quot;toolbelt-video-wrapper&quot;&gt;&lt;/div&gt;&lt;/div&gt;
  8607.  
  8608.  
  8609. &lt;div class=&quot;jetpack-videopress-player__wrapper&quot;&gt; &lt;div class=&quot;toolbelt-video-wrapper&quot;&gt;&lt;/div&gt;&lt;/div&gt;
  8610.  
  8611.  
  8612. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;font-library&quot;&gt;Font Library&lt;/h2&gt;
  8613.  
  8614.  
  8615.  
  8616. &lt;div class=&quot;jetpack-videopress-player__wrapper&quot;&gt; &lt;div class=&quot;toolbelt-video-wrapper&quot;&gt;&lt;/div&gt;&lt;/div&gt;
  8617.  
  8618.  
  8619. &lt;p&gt;📙 &lt;strong&gt;&lt;a href=&quot;https://developer.wordpress.org/news/2024/04/01/how-to-register-custom-font-collections-for-the-font-library/&quot;&gt;How to register custom font collections for the Font Library&lt;/a&gt; &lt;/strong&gt;&amp;#8211; WordPress 6.5 will ship with the Font Library. Learn how to use a built-in API for registering custom font collections. &lt;em&gt;(WordPress Developer Blog)&lt;/em&gt;&lt;/p&gt;
  8620.  
  8621.  
  8622.  
  8623. &lt;p&gt;📽️ &lt;strong&gt;Anne McCarthy&lt;/strong&gt;&amp;nbsp;posted a new video:&amp;nbsp;&lt;strong&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=Pnx_nkB-O2E&quot;&gt;No Code, All Fonts thanks to the Font Library in WordPress 6.5&lt;/a&gt;.&lt;/strong&gt;&amp;nbsp;She wrote in the description:&lt;/p&gt;
  8624.  
  8625.  
  8626.  
  8627. &lt;ul&gt;
  8628. &lt;li&gt;The Font Library operates globally, similar to the Media Library, allowing you to easily install, remove, and activate fonts across your entire site.&lt;/li&gt;
  8629.  
  8630.  
  8631.  
  8632. &lt;li&gt;Whether a font is installed by you or provided by your theme or plugin, the Font Library provides seamless selection across your editing experience.&lt;/li&gt;
  8633.  
  8634.  
  8635.  
  8636. &lt;li&gt;Google Fonts is integrated into the Font Library experience, offering various typography options and quick uploads.&lt;/li&gt;
  8637.  
  8638.  
  8639.  
  8640. &lt;li&gt;This new ability empowers you to control a foundational aspect of your site’s design without the need for coding.&lt;/li&gt;
  8641.  
  8642.  
  8643.  
  8644. &lt;li&gt;Extenders can provide their font collections and manage permissions, including turning the feature off.&lt;/li&gt;
  8645. &lt;/ul&gt;
  8646.  
  8647.  
  8648.  
  8649. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  8650. &lt;blockquote class=&quot;wp-embedded-content&quot;&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/03/14/new-feature-font-library/&quot;&gt;New Feature: Font Library&lt;/a&gt;&lt;/blockquote&gt;
  8651. &lt;/div&gt;
  8652.  
  8653.  
  8654.  
  8655. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;block-bindings-api&quot;&gt;Block Bindings API&lt;/h2&gt;
  8656.  
  8657.  
  8658. &lt;div class=&quot;ngl-articles colored ngl-articles-50_50 ngl-articles-frontend&quot;&gt;
  8659.  
  8660. &lt;div class=&quot;ngl-articles-wrap ngl-articles-webview&quot;&gt;
  8661. &lt;div class=&quot;ngl-article-mobile&quot;&gt;
  8662. &lt;div width=&quot;100%&quot; border=&quot;0&quot;&gt;
  8663. &lt;div&gt;
  8664. &lt;div valign=&quot;top&quot;&gt;
  8665. &lt;div class=&quot;ngl-article-mob-wrap&quot;&gt;
  8666. &lt;div class=&quot;ngl-article-featured&quot;&gt;&lt;a href=&quot;https://gutenbergtimes.com/block-bindings-and-custom-fields-an-almost-no-code-example/&quot; target=&quot;_self&quot; rel=&quot;&quot;&gt;&lt;img src=&quot;https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2024-02-21-at-11.06.40.png?w=652&amp;ssl=1&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;ngl-article-title&quot;&gt;&lt;a href=&quot;https://gutenbergtimes.com/block-bindings-and-custom-fields-an-almost-no-code-example/&quot; target=&quot;_self&quot; rel=&quot;&quot;&gt;&lt;span&gt;Block Bindings and Custom Fields &amp;#8211;  an (almost) no-code example&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;ngl-article-excerpt&quot;&gt;This article received two updates today, March 13, 2024: Link to second part of the Introducing Block Bindings article series. Screenshot of the visual indicator for single block With the&amp;hellip;&lt;/div&gt; &lt;/div&gt;
  8667. &lt;/div&gt;
  8668. &lt;/div&gt;
  8669. &lt;/div&gt;
  8670. &lt;/div&gt;
  8671.  
  8672. &lt;/div&gt;
  8673.  
  8674. &lt;/div&gt;
  8675.  
  8676.  
  8677. &lt;p&gt;📙 &lt;strong&gt;&lt;a href=&quot;https://developer.wordpress.org/news/2024/02/20/introducing-block-bindings-part-1-connecting-custom-fields/&quot;&gt;Introducing Block Bindings, part 1: connecting custom fields&lt;/a&gt; &lt;/strong&gt;&amp;#8211; The first tutorial in a two-part series that introduces the Block Bindings API in WordPress 6.5. Part 1 focuses on custom fields. &lt;em&gt;(WordPress Developer Blog)&lt;/em&gt;&lt;/p&gt;
  8678.  
  8679.  
  8680.  
  8681. &lt;p&gt;📙 &lt;a href=&quot;https://developer.wordpress.org/news/2024/03/06/introducing-block-bindings-part-2-working-with-custom-binding-sources/&quot;&gt;&lt;strong&gt;Introducing Block Bindings, part 2: Working with custom binding sources&lt;/strong&gt;&lt;/a&gt; &amp;#8211; The second tutorial in a two-part series that introduces the Block Bindings API in WordPress 6.5. Part 2 focuses on registering and using custom binding sources.&lt;em&gt;(WordPress Developer Blog)&lt;/em&gt;&lt;/p&gt;
  8682.  
  8683.  
  8684.  
  8685. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  8686. &lt;blockquote class=&quot;wp-embedded-content&quot;&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/03/06/new-feature-the-block-bindings-api/&quot;&gt;New Feature: The Block Bindings API&lt;/a&gt;&lt;/blockquote&gt;
  8687. &lt;/div&gt;
  8688.  
  8689.  
  8690.  
  8691. &lt;p&gt;🗞️ &lt;strong&gt;Brian Coords&lt;/strong&gt;&amp;nbsp;reported for the WPTavern on&amp;nbsp;&lt;a href=&quot;https://wptavern.com/the-block-bindings-api-brings-dynamic-data-to-blocks&quot;&gt;&lt;strong&gt;The Block Bindings API Brings Dynamic Data to Blocks&lt;/strong&gt;&lt;/a&gt;. “As the block editor continues to evolve its content management capabilities, the lack of support for custom fields has been one of the key roadblocks for users and developers. While custom fields in WordPress are still widely used, in the block editor they’ve been relegated to a drawer at the bottom of the screen, and haven’t been as deeply integrated as many would like. With the coming&amp;nbsp;Block Bindings API, things are about to change in a very good way.” he wrote.&lt;/p&gt;
  8692.  
  8693.  
  8694.  
  8695. &lt;p&gt;📽️ In his latest video on YouTube, &lt;strong&gt;Brian Coords&lt;/strong&gt;&amp;nbsp;shows you how he uses&amp;nbsp;&lt;a href=&quot;https://www.youtube.com/watch?v=qD5U7TNUKTQ&quot;&gt;&lt;strong&gt;Block Variations with the Block Bindings API&lt;/strong&gt;&lt;/a&gt;&amp;nbsp;and how you can offer a “no-code” experience for your users with Block Variations. Coords shared&amp;nbsp;&lt;a href=&quot;https://github.com/bacoords/example-block-variation&quot;&gt;his code via GitHub&lt;/a&gt;&lt;/p&gt;
  8696.  
  8697.  
  8698.  
  8699. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;block-hooks-api&quot;&gt;Block Hooks API&lt;/h2&gt;
  8700.  
  8701.  
  8702.  
  8703. &lt;p&gt;📽️ &lt;strong&gt;Bernie Reiter&lt;/strong&gt;&amp;nbsp;and&amp;nbsp;&lt;strong&gt;Nick Diego&lt;/strong&gt;&amp;nbsp;took participants of the Developer Hours on the journey&amp;nbsp;&lt;a href=&quot;https://www.youtube.com/watch?v=ezPHiyhhaoQ&quot;&gt;exploring Block Hooks in WordPress 6.5&lt;/a&gt;. In addition to covering the basics, they looked at practical examples that you can implement in your projects.&lt;/p&gt;
  8704.  
  8705.  
  8706.  
  8707. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  8708. &lt;div class=&quot;toolbelt-video-wrapper&quot;&gt;&lt;/div&gt;
  8709. &lt;/div&gt;
  8710.  
  8711.  
  8712.  
  8713. &lt;p&gt;📙 &lt;a href=&quot;https://developer.wordpress.org/news/2024/03/25/exploring-the-block-hooks-api-in-wordpress-6-5/&quot;&gt;&lt;strong&gt;Exploring the Block Hooks API in WordPress 6.5&lt;/strong&gt;&lt;/a&gt; &amp;#8211; The Block Hooks API is an extensibility mechanism that allows you to dynamically insert blocks into block themes. Learn how to use the API in your projects in this comprehensive overview. &lt;em&gt;(WordPress Developer Blog)&lt;/em&gt;&lt;/p&gt;
  8714.  
  8715.  
  8716.  
  8717. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  8718. &lt;blockquote class=&quot;wp-embedded-content&quot;&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/03/04/updates-to-block-hooks-in-6-5/&quot;&gt;Updates to Block Hooks in 6.5&lt;/a&gt;&lt;/blockquote&gt;
  8719. &lt;/div&gt;
  8720.  
  8721.  
  8722.  
  8723. &lt;h2 class=&quot;wp-block-heading&quot; id=&quot;interactivity-api&quot;&gt;Interactivity API&lt;/h2&gt;
  8724.  
  8725.  
  8726.  
  8727. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  8728. &lt;div class=&quot;toolbelt-video-wrapper&quot;&gt;&lt;/div&gt;
  8729. &lt;/div&gt;
  8730.  
  8731.  
  8732.  
  8733. &lt;p&gt;🎙️ If you don’t have a lot of time, but are curious about the Interactivity API, you and listen to&amp;nbsp;&lt;strong&gt;Mario Santos&lt;/strong&gt;,&amp;nbsp;&lt;strong&gt;Ryan Welcher&lt;/strong&gt;&amp;nbsp;and&amp;nbsp;&lt;strong&gt;Josepha Haden Chomphosy&lt;/strong&gt;&amp;nbsp;on the 73rd episode of the&lt;strong&gt;&amp;nbsp;&lt;a href=&quot;https://wordpress.org/news/2024/02/episode-73-inside-the-interactivity-api&quot;&gt;WP Briefing discussing the Interactivity API&lt;/a&gt;&lt;/strong&gt;. “a new foundational tool that helps developers create memorable interactive front-end experiences.” and the show notes lists a ton of resources.&lt;/p&gt;
  8734.  
  8735.  
  8736.  
  8737. &lt;a href=&quot;https://wordpress.org/news/2024/02/episode-73-inside-the-interactivity-api&quot;&gt;&lt;img width=&quot;652&quot; height=&quot;367&quot; src=&quot;https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/WPBriefingInteractivityAPI.jpeg?resize=652%2C367&amp;ssl=1&quot; alt=&quot;Cover image of the podcast episode in Interactivity API&quot; class=&quot;wp-image-27606&quot; /&gt;&lt;/a&gt;
  8738.  
  8739.  
  8740.  
  8741. &lt;p&gt;🗞️ On the WPTavern site,&amp;nbsp;&lt;strong&gt;&lt;a href=&quot;https://twitter.com/jamesgiroux&quot;&gt;James Giroux&lt;/a&gt;&lt;/strong&gt;&amp;nbsp;reported on&amp;nbsp;&lt;a href=&quot;https://wptavern.com/interactivity-api-prepares-for-its-official-debut-in-wordpress-6-5&quot;&gt;&lt;strong&gt;Interactivity API Prepares for its Official Debut in WordPress 6.5&lt;/strong&gt;&lt;/a&gt;. “The Interactivity API and how it uses WordPress could be a pivotal moment in the Project’s history. It could create a new way of working with WordPress.&amp;nbsp;” he wrote. And he might be right. It’s definitely exciting, and I am excited about all the tutorials and case studies that will be written in the upcoming months.&lt;/p&gt;
  8742.  
  8743.  
  8744.  
  8745. &lt;p&gt;📙 &lt;a href=&quot;https://developer.wordpress.org/news/2024/02/29/an-introduction-to-block-based-mega-menus/&quot;&gt;&lt;strong&gt;An introduction to block-based mega menus&lt;/strong&gt;&lt;/a&gt; &amp;#8211; In this tutorial, we’ll explore how to build a Mega Menu block that integrates with the Core Navigation block using new features coming in WordPress 6.5. &lt;em&gt;(WordPress Developer Blog)&lt;/em&gt;&lt;/p&gt;
  8746.  
  8747.  
  8748.  
  8749. &lt;div class=&quot;wp-block-embed__wrapper&quot;&gt;
  8750. &lt;blockquote class=&quot;wp-embedded-content&quot;&gt;&lt;a href=&quot;https://make.wordpress.org/core/2024/03/04/interactivity-api-dev-note/&quot;&gt;Interactivity API in 6.5&lt;/a&gt;&lt;/blockquote&gt;
  8751. &lt;/div&gt;
  8752.  
  8753.  
  8754.  
  8755. &lt;p&gt;📗 &lt;strong&gt;Jonathan Bossenger&lt;/strong&gt;&amp;nbsp;experimented with the Interactivity API and used&amp;nbsp;&lt;a href=&quot;https://jonathanbossenger.com/2023/12/wordpress-as-a-game-development-platform/&quot;&gt;&lt;strong&gt;WordPress as a game development platform.&lt;/strong&gt;&lt;/a&gt;&amp;nbsp;It’s a fun game, where the logos of other web development platform chase after the WordPress logo. I lasted 25 seconds. How long did you last?&lt;/p&gt;</description>
  8756. <pubDate>Fri, 05 Apr 2024 15:46:32 +0000</pubDate>
  8757. <dc:creator>Birgit Pauli-Haack</dc:creator>
  8758. </item>
  8759. <item>
  8760. <title>Do The Woo Community: Introducing Groundbreaker, Empowering Women in Tech in Uganda</title>
  8761. <guid>https://dothewoo.io/?p=80862</guid>
  8762. <link>https://dothewoo.io/introducing-groundbreaker-empowering-women-in-tech-in-uganda/</link>
  8763. <description>During CloudFest 2024, BobWP met with Groundbreaker, a nonprofit empowering young women in Uganda for tech careers through scholarships. Find more on groundbreaker.org.</description>
  8764. <pubDate>Fri, 05 Apr 2024 08:59:00 +0000</pubDate>
  8765. <dc:creator>BobWP</dc:creator>
  8766. </item>
  8767. <item>
  8768. <title>Do The Woo Community: Accessibility Comes to Do the Woo with Anne and Taeke</title>
  8769. <guid>https://dothewoo.io/?p=80839</guid>
  8770. <link>https://dothewoo.io/accessibility-comes-to-do-the-woo-with-anne-and-taeke/</link>
  8771. <description>Anne and Taeke discuss the expansive realm of web accessibility, covering its intersection with profitability, society, and legal compliance. They invite listener engagement and promise a diverse range of topics in future episodes.</description>
  8772. <pubDate>Thu, 04 Apr 2024 08:48:00 +0000</pubDate>
  8773. <dc:creator>BobWP</dc:creator>
  8774. </item>
  8775. <item>
  8776. <title>WPTavern: #114 – Tammie Lister on the Journey Through Design and Theming</title>
  8777. <guid>https://wptavern.com/?post_type=podcast&amp;p=155234</guid>
  8778. <link>https://wptavern.com/podcast/114-tammie-lister-on-the-journey-through-design-and-theming</link>
  8779. <description>Transcript&lt;div&gt;
  8780. &lt;p&gt;[00:00:00] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.&lt;/p&gt;
  8781.  
  8782.  
  8783.  
  8784. &lt;p&gt;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, design and the future of theming in WordPress.&lt;/p&gt;
  8785.  
  8786.  
  8787.  
  8788. &lt;p&gt;If you&amp;#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 WP Tavern.com forward slash feed forward slash podcast. And you can copy that URL in to most podcast players.&lt;/p&gt;
  8789.  
  8790.  
  8791.  
  8792. &lt;p&gt;If you have a topic that you&amp;#8217;d like us to feature on the podcast, I&amp;#8217;m keen to hear from you, and hopefully get you, or your idea, featured on the show. Head to WP Tavern.com forward slash contact forward slash jukebox, and use the form there.&lt;/p&gt;
  8793.  
  8794.  
  8795.  
  8796. &lt;p&gt;So on the podcast today, we have Tammie Lister. Tammie is a product creator focusing on WordPress. She has a hybrid background across product, design, psychology and development. She contributes to WordPress and is passionate about open source and the community. If you&amp;#8217;ve been in the WordPress space for awhile, Tammie&amp;#8217;s name is likely a familiar one. She&amp;#8217;s an 18 year veteran of the project. A talented designer, developer and a key contributor to the project. Her journey has made her wear a variety of hats in both agency, life and product development.&lt;/p&gt;
  8797.  
  8798.  
  8799.  
  8800. &lt;p&gt;Today, Tammie shares insights that span from the practical, to the philosophical within the open source landscape. We get to hear Tammie&amp;#8217;s perspective on this crucial experimentation phase in WordPress theme development. The balance she seeks between minimalist design and functional complexity, and active roles, including the default theme task force.&lt;/p&gt;
  8801.  
  8802.  
  8803.  
  8804. &lt;p&gt;Our discussion takes us into the evolving WordPress editor experience, user roles and interface design. We discussed the future of WordPress UI and UX, touching on visual configurations and how the Gutenberg site editor continues to shape our digital toolkit.&lt;/p&gt;
  8805.  
  8806.  
  8807.  
  8808. &lt;p&gt;For those inspired by themes, Tammie reveals her passion for them from preserving the essence of classic themes, to ways that the project might break new ground.&lt;/p&gt;
  8809.  
  8810.  
  8811.  
  8812. &lt;p&gt;She also introduces us to some of our own projects, such as Composition Themes and discusses her Classic to Block Themes project as well.&lt;/p&gt;
  8813.  
  8814.  
  8815.  
  8816. &lt;p&gt;Tammie shares some of the resources that she recommends for both beginners and seasoned developers alike, bringing to light the many pathways that you can now choose to learn about WordPress.&lt;/p&gt;
  8817.  
  8818.  
  8819.  
  8820. &lt;p&gt;Looking over the horizon of collaborative editing and design systems, Tammie&amp;#8217;s excitement for what&amp;#8217;s next is palpable.&lt;/p&gt;
  8821.  
  8822.  
  8823.  
  8824. &lt;p&gt;So, whether you&amp;#8217;re a developer, a designer or a WordPress aficionado this episode is for you.&lt;/p&gt;
  8825.  
  8826.  
  8827.  
  8828. &lt;p&gt;If you&amp;#8217;re interested in finding out more, you can find all of the links in the show notes by heading to WP Tavern.com forward slash podcast, where you&amp;#8217;ll find all the other episodes as well.&lt;/p&gt;
  8829.  
  8830.  
  8831.  
  8832. &lt;p&gt;A quick note, before we begin, this episode was recorded live at WordCamp Asia. There was quite a lot of background noise to contend with, and I&amp;#8217;ve done my best to make the audio as easy to listen to as possible.&lt;/p&gt;
  8833.  
  8834.  
  8835.  
  8836. &lt;p&gt;And so without further delay, I bring you Tammie Lister.&lt;/p&gt;
  8837.  
  8838.  
  8839.  
  8840. &lt;p&gt;I am joined on the podcast by Tammie Lister. Hello Tammie.&lt;/p&gt;
  8841.  
  8842.  
  8843.  
  8844. &lt;p&gt;[00:03:44] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; Hello. How are you?&lt;/p&gt;
  8845.  
  8846.  
  8847.  
  8848. &lt;p&gt;[00:03:45] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, good. Thank you for joining me today. We are at WordCamp Asia. I actually don&amp;#8217;t know the name of the venue, but we are at WordCamp Asia. And Tammie&amp;#8217;s giving us a presentation during the event. But before she tells us about that, just give us a little bit of a background. Give us your potted biography. Tell us who you are, where you&amp;#8217;ve been, whatever you like.&lt;/p&gt;
  8849.  
  8850.  
  8851.  
  8852. &lt;p&gt;[00:04:04] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; Ah, yeah. So my name is Tammie Lister. I have been involved in project, oh, I think 18 years or so now, a little while. I have been pretty much, designer, developer, worn most hats around the project. I&amp;#8217;ve been a full-time contributor, I&amp;#8217;ve worked on phase one of Gutenberg, and I&amp;#8217;ve also worked in agencies. And currently, I am working a kind of hybrid function, working with products, and also doing some sponsored contribution.&lt;/p&gt;
  8853.  
  8854.  
  8855.  
  8856. &lt;p&gt;[00:04:32] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; You&amp;#8217;ve been around the houses, haven&amp;#8217;t you, basically? You&amp;#8217;ve been there, done that. What&amp;#8217;s your talk about? It&amp;#8217;s called The Elements of WordPress, but I&amp;#8217;ve got it written down in front of me, so I know what it&amp;#8217;s about. But you want to, just for the sake of the audience, maybe somebody listening to this will be able to watch it on WordPress TV. Tell us what you&amp;#8217;re intending to say.&lt;/p&gt;
  8857.  
  8858.  
  8859.  
  8860. &lt;p&gt;[00:04:48] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; Yeah. So my talk is specifically looking at the elements of WordPress, going up from blocks, to patterns, to template parts, to templates, and then styling. And looking at how they all come together. So everything on the front end of the site, but also the hidden design system as well.&lt;/p&gt;
  8861.  
  8862.  
  8863.  
  8864. &lt;p&gt;[00:05:03] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So that&amp;#8217;s the talk. You haven&amp;#8217;t done it yet, have you?&lt;/p&gt;
  8865.  
  8866.  
  8867.  
  8868. &lt;p&gt;[00:05:06] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; Yes.&lt;/p&gt;
  8869.  
  8870.  
  8871.  
  8872. &lt;p&gt;[00:05:06] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; You have. And how did it go?&lt;/p&gt;
  8873.  
  8874.  
  8875.  
  8876. &lt;p&gt;[00:05:08] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; It went really well. I was really pleased to be able to deliver it and, as of all these talks, I think it&amp;#8217;s a good idea to kind of deliver it. I always like writing blog posts, so I&amp;#8217;m hoping to write a blog post about it, and then iterate on it. And some of the conversations are really interesting afterwards as well.&lt;/p&gt;
  8877.  
  8878.  
  8879.  
  8880. &lt;p&gt;[00:05:22] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. A little bit off piste, but how do you manage the nerves for things like that?&lt;/p&gt;
  8881.  
  8882.  
  8883.  
  8884. &lt;p&gt;[00:05:26] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; I am atrocious with nerves. I am not one of those people that ever doesn&amp;#8217;t have nerves. I would probably worry if I didn&amp;#8217;t have nerves.&lt;/p&gt;
  8885.  
  8886.  
  8887.  
  8888. &lt;p&gt;[00:05:33] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Well, it&amp;#8217;s something that I couldn&amp;#8217;t do, so bravo. Thank you for doing that. So I&amp;#8217;ve got a list of questions here, and I&amp;#8217;ll go through them, and we&amp;#8217;ll tackle them one at a time. So my first question to you, and because I know of the history that you&amp;#8217;ve had, this question seems like on message, but we&amp;#8217;ll see.&lt;/p&gt;
  8889.  
  8890.  
  8891.  
  8892. &lt;p&gt;I&amp;#8217;ve written down, over the last 10 years let&amp;#8217;s say, WordPress, well, let&amp;#8217;s maybe go for 5 years. WordPress has changed a lot. Tell us what you make of everything that&amp;#8217;s happened since your involvement, you know, phase one, and all of that. What sticks out as the most important moments?&lt;/p&gt;
  8893.  
  8894.  
  8895.  
  8896. &lt;p&gt;[00:06:02] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; The word at the moment that I&amp;#8217;m focusing on is patterns. I love patterns because they, and I kind of said this in my talk, because when people think of a site, they don&amp;#8217;t think of blocks, they think of patterns. If you shut your eyes and you think of a site. So that, to me, is really significant because it&amp;#8217;s starting to deal with the science and deal with the interface as people see it.&lt;/p&gt;
  8897.  
  8898.  
  8899.  
  8900. &lt;p&gt;A lot of the work that we&amp;#8217;ve done, is dealing with it as people see it, because a lot of phase one, and a lot of all that work was foundational. I kind of use the term iceberg. And it was all that kind of groundwork, or that big foundational pieces. And you don&amp;#8217;t see that, and you don&amp;#8217;t recognise that.&lt;/p&gt;
  8901.  
  8902.  
  8903.  
  8904. &lt;p&gt;The work now is refinements on top of that, and it can seem bigger, but it&amp;#8217;s making all of that hidden work visible. So I really like that. I like it when something that I made is changed, I get great delight in that. I like it when the language is firmed, both visually and also that we start having solid names for things, and the name stick, rather than the names changing.&lt;/p&gt;
  8905.  
  8906.  
  8907.  
  8908. &lt;p&gt;[00:07:03] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; We&amp;#8217;ve had a a lot of changing of names, haven&amp;#8217;t we?&lt;/p&gt;
  8909.  
  8910.  
  8911.  
  8912. &lt;p&gt;[00:07:05] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; Yeah. I really like that we are using proper things, so we&amp;#8217;ll get examples, reusable blocks, and then patterns, and syncing, and all those kind of things. That we&amp;#8217;re also making things in response to how they&amp;#8217;re being used, is really important as well.&lt;/p&gt;
  8913.  
  8914.  
  8915.  
  8916. &lt;p&gt;Initially, you&amp;#8217;re going to make the best bet that you can be. So phase one was very much a, well, we know we need the editor, we know we need this, the block kind of needs it, this is how an editor kind of should work, rough bet, you know, throw something.&lt;/p&gt;
  8917.  
  8918.  
  8919.  
  8920. &lt;p&gt;But then you only know when people are using it how to refine it. And then, even more so when site editor, the site editor and block editor are very different. So all of that kind of information refines and changes it as well.&lt;/p&gt;
  8921.  
  8922.  
  8923.  
  8924. &lt;p&gt;[00:07:44] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; You mentioned an iceberg, and whilst I don&amp;#8217;t want to sort of open up Pandora&amp;#8217;s box a little bit, how well do you feel the whole of the Gutenberg project, from phase one, was communicated? Because it feels, right now, 2024, it feels like a lot of things are beginning to land, and are beginning to be understood. I&amp;#8217;ve got the intuition that, for the last five years or so there was, just maybe the communication wasn&amp;#8217;t what it could have been, or something like that. So it was difficult for people to understand, and that leads to all sorts of interesting conversations.&lt;/p&gt;
  8925.  
  8926.  
  8927.  
  8928. &lt;p&gt;[00:08:13] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; I think communication is a conversation, and conversations need to happen between two, both ways. That&amp;#8217;s where I come back to. I think everyone has learned in this, you know, we didn&amp;#8217;t even really have a concept of developer relations. You know, we were asking the people who were building it to do developer relations, who weren&amp;#8217;t doing developer relations, who didn&amp;#8217;t know how to do developer relations, right? Or we were asking people to build it, whilst also advocating for it.&lt;/p&gt;
  8929.  
  8930.  
  8931.  
  8932. &lt;p&gt;You know, all these kind of different things. And we&amp;#8217;ve learned over time, and how to do an awful lot in this project. And we&amp;#8217;ve had to learn a lot of, we have things like hallway hangouts, now and we have all these amazing, like the developer blog, and we have all these amazing resources that we didn&amp;#8217;t have in phase one.&lt;/p&gt;
  8933.  
  8934.  
  8935.  
  8936. &lt;p&gt;We had, just had some like user feedback sessions, and we didn&amp;#8217;t have the FSE program, the outreach. That kind of didn&amp;#8217;t happen, that started happening later. We didn&amp;#8217;t have specific people who were specifically focused on things. That was the people who were building it as well.&lt;/p&gt;
  8937.  
  8938.  
  8939.  
  8940. &lt;p&gt;So I think we&amp;#8217;ve learned from having those conversations and refining it. But also, it&amp;#8217;s really hard to communicate what you don&amp;#8217;t know yet, whilst you are learning how to do it. So if you&amp;#8217;re like, I need to experiment and I need to explore this thing, but you need to give me time to experiment and explore this thing, that&amp;#8217;s a completely different conversation.&lt;/p&gt;
  8941.  
  8942.  
  8943.  
  8944. &lt;p&gt;[00:09:31] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, I was having, a chat with somebody yesterday, and sort of explaining that if WordPress was a, I don&amp;#8217;t know, a blue chip company, and it was a for-profit entity, and you had a hierarchy with the CEO at the top, you could communicate everything down with just a memo. But the nature of the WordPress project, given that there&amp;#8217;s loads of volunteer hours, and contributor hours, and people are in different time zones, I think that&amp;#8217;s a really difficult thing to manage.&lt;/p&gt;
  8945.  
  8946.  
  8947.  
  8948. &lt;p&gt;[00:09:51] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; Well you couldn&amp;#8217;t say like, hey, can everyone just go into experimentation mode for like four years, and just everyone not judge anything that&amp;#8217;s going to be produced. That&amp;#8217;s a whole different conversation. And then who&amp;#8217;s going to get the memo that we&amp;#8217;re actually all in experimentation. And then if Bob in the corner, and then Mary in the other corner doesn&amp;#8217;t get that memo, they&amp;#8217;re going to be judging something. Bob and Mary are super awesome people, but they&amp;#8217;re not going to have that knowledge to make those judgements on different things.&lt;/p&gt;
  8949.  
  8950.  
  8951.  
  8952. &lt;p&gt;[00:10:15] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. I have no intuition as to whether anything&amp;#8217;s changed in the background, but it sounds, from everything that you&amp;#8217;ve said and the messaging that I&amp;#8217;m receiving, that that message has been understood, in the places where it needs to be understood. That getting the message out, getting buy-in from people who are using it, communicating it, setting up things like the FSE program as you mentioned, and the Learn WordPress, and the mentor sponsorship.&lt;/p&gt;
  8953.  
  8954.  
  8955.  
  8956. &lt;p&gt;[00:10:37] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; It&amp;#8217;s maturing of the project as well, and maturing of concepts and learning, like we all learn. I think that&amp;#8217;s one of the things in the open source projects, you learn by doing. And it&amp;#8217;s as safe a place as you can have as any to learn from, and as gentle a place.&lt;/p&gt;
  8957.  
  8958.  
  8959.  
  8960. &lt;p&gt;But we all need to be very gentle with allowing that learning, and just give that consideration of, we&amp;#8217;re all learning together, we&amp;#8217;re all reflecting on what we do. That ability to experiment, if we can kind of replicate that and keep that, I think that&amp;#8217;s going to serve us well in the future as well.&lt;/p&gt;
  8961.  
  8962.  
  8963.  
  8964. &lt;p&gt;[00:11:10] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I haven&amp;#8217;t been in the WordPress ecosystem since day one, probably more like 12 years or something like that. So long enough to know a bit, but not long enough to know everything. But it does feel like when phase one began, that was probably the moment where WordPress changed beyond all recognition, in a way that it had never done before. So there may was no need to communicate on such a deep level.&lt;/p&gt;
  8965.  
  8966.  
  8967.  
  8968. &lt;p&gt;[00:11:33] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; I think there&amp;#8217;s always been pivotal changes. They&amp;#8217;ve just sometimes not, if it&amp;#8217;s not impacting your area, impacted so many areas, I think if it impacts your area, it may have impacted a smaller area, so it would&amp;#8217;ve felt huge in that smaller area, to that group of people.&lt;/p&gt;
  8969.  
  8970.  
  8971.  
  8972. &lt;p&gt;Because it impacted so many people, it&amp;#8217;s the editor, right? The editor is where you go to write things. You want to impact a big area of WordPress, impact the editor. It&amp;#8217;s pretty much impacting the heart, right? In a beautiful way.&lt;/p&gt;
  8973.  
  8974.  
  8975.  
  8976. &lt;p&gt;It really is important to think about, there&amp;#8217;s been, you know, from plugins, to themes, to different things. There&amp;#8217;s been so many areas that have had pivotal changes from day one that, I&amp;#8217;m sure different people would have this on this day, and this time. This was this change that shook me, right? And I can think of many little kerfuffles, that kind of people would&amp;#8217;ve felt, or little blips that people felt.&lt;/p&gt;
  8977.  
  8978.  
  8979.  
  8980. &lt;p&gt;But we kind of have learned along the way to have those, and learn from those. And each one you learn from, and each one as a community. I think one of the big things to do is think, okay, how do we then progress? How do we then take those learnings? How do we then get better? And I do think we have some strong learnings from this project.&lt;/p&gt;
  8981.  
  8982.  
  8983.  
  8984. &lt;p&gt;[00:12:49] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. I also feel the footprint is important, because back 12 years ago, let&amp;#8217;s just use that number. I don&amp;#8217;t know what the percentage was, but it wasn&amp;#8217;t 43 that this number, this percentage of the internet&amp;#8217;s being used. So obviously the impact.&lt;/p&gt;
  8985.  
  8986.  
  8987.  
  8988. &lt;p&gt;[00:13:00] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; The footprint and the businesses that are established on it, and the livelihoods, and the families, and the people that depend on it, you know? And the children, and the partners, and there&amp;#8217;s passion, and there&amp;#8217;s the depth and the roots, and the people that have been on it for decades, or whatever. That leaves a lot of change. You know, trying to change things when someone has been very used to something for 15, whatever years, is quite a change.&lt;/p&gt;
  8989.  
  8990.  
  8991.  
  8992. &lt;p&gt;[00:13:26] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; How confusing do you think the editing experience is at the moment? So I&amp;#8217;m in WordPress all the time, I have this subset of things that I need to achieve. And so for me to do that is really straightforward, because I&amp;#8217;ve spent the time to understand the things that I need to do.&lt;/p&gt;
  8993.  
  8994.  
  8995.  
  8996. &lt;p&gt;But if I was somebody brand new coming to WordPress, what&amp;#8217;s your intuition about how finished it is as an editing experience? Do you think we&amp;#8217;ve got a way to go? Are you happy? Of anybody that I&amp;#8217;ve met, you&amp;#8217;ve probably put as much thought into this as anybody. And so I&amp;#8217;m just curious what you think.&lt;/p&gt;
  8997.  
  8998.  
  8999.  
  9000. &lt;p&gt;[00:13:57] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; So I don&amp;#8217;t think it&amp;#8217;s baked yet, seeing it as a cake, because I think it&amp;#8217;s getting there. One of the things with core is it&amp;#8217;s always going to be the middle ground. And I think we often forget that when we&amp;#8217;re looking at the interface, or we&amp;#8217;re looking at the product, that it&amp;#8217;s the middle that it&amp;#8217;s going for.&lt;/p&gt;
  9001.  
  9002.  
  9003.  
  9004. &lt;p&gt;And I would always encourage people to think about how, yes, you can use it out of the box, you can use the middle, but maybe, what do you want to turn on or off? There are options that you can turn, settings as well. I would like to have more configurations to be able to be done, so that you can have less or more, depending on that.&lt;/p&gt;
  9005.  
  9006.  
  9007.  
  9008. &lt;p&gt;One of the big things from an agency perspective, is more control from user locking, and user roles, and user capacities. I&amp;#8217;m also probably a big critic as well. I think those people that have been involved in the project, are probably way more critical than those who are outside.&lt;/p&gt;
  9009.  
  9010.  
  9011.  
  9012. &lt;p&gt;I always find that interesting. Like, you&amp;#8217;re always going to be more critical of the things that you&amp;#8217;ve ever touched, than anyone else&amp;#8217;s going to be critical. If you know how the cake&amp;#8217;s made, you&amp;#8217;re going to be more critical about the cake.&lt;/p&gt;
  9013.  
  9014.  
  9015.  
  9016. &lt;p&gt;I think, for me, I have a personal taste, and then I have a work taste. And so I can share both of those. My personal taste is super minimal, so I would actually like to see, how less distilled can it be. But I also know, for most jobs to be done, that&amp;#8217;s also not going to be the case at all. So I don&amp;#8217;t want to see that to be the default of the interface.&lt;/p&gt;
  9017.  
  9018.  
  9019.  
  9020. &lt;p&gt;What I maybe want from a design perspective is absolutely not what should be the default case. And that is always the challenge as a creator of interfaces. But I would definitely like to see different types. I would like to see more visual configuration of that. And I would like to see the ability to, just be able to change the experience a lot more, and style it.&lt;/p&gt;
  9021.  
  9022.  
  9023.  
  9024. &lt;p&gt;[00:15:37] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Do you feel that the project is heading in the right direction with the UI, the UX that we&amp;#8217;ve got at the moment? Where patterns seem to be taking a bit more of a leading role, and also we&amp;#8217;ve got FSE. I mean, goodness me, we could spend, honestly we could do two hours on FSE. But, is this the direction you want to see it go in? Some like really visual way of just, okay, I want to put that little pattern in that row.&lt;/p&gt;
  9025.  
  9026.  
  9027.  
  9028. &lt;p&gt;[00:15:57] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; So I love using the site editor&amp;#8217;s Dreamweaver. And I go back, like super dates me. But it is right. Like, for me, that&amp;#8217;s how I make themes now. I love Figma, but Figma, I really use, I don&amp;#8217;t know if you know the concept of style tiles, which is basically just like, you pick your colors, you pick your fonts, and then you just make a little tile basically.&lt;/p&gt;
  9029.  
  9030.  
  9031.  
  9032. &lt;p&gt;That&amp;#8217;s kind of what I do. And then I put that into a theme json, and then I load it up, using create block theme, the plugin. I always get those words muddled round. And then I go straight into the editor, and then I start mixing stuff around, and I make my patterns, and I do export. So I&amp;#8217;m basically using it like Dreamweaver, that&amp;#8217;s what I&amp;#8217;m doing, because I find it incredibly effective.&lt;/p&gt;
  9033.  
  9034.  
  9035.  
  9036. &lt;p&gt;I strongly recommend people do that, because you are then in it and, would you release it like that? No, probably not, because then you don&amp;#8217;t get translatable, all of those things. But I find it a really effective tool, and it&amp;#8217;s become not just a way to do it, it&amp;#8217;s a way to create. It&amp;#8217;s almost like a coding tool that way.&lt;/p&gt;
  9037.  
  9038.  
  9039.  
  9040. &lt;p&gt;Patterns being central, I think is way more important. We do put too much emphasis on blocks, because patterns to me are way more important. One of the things I want with patterns is, I want pattern variations. I really would love to see that.&lt;/p&gt;
  9041.  
  9042.  
  9043.  
  9044. &lt;p&gt;[00:17:08] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Just tell us more about that, because I think that could easily get missed.&lt;/p&gt;
  9045.  
  9046.  
  9047.  
  9048. &lt;p&gt;[00:17:11] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; Yeah, so as we have, you know, we have block styles or pattern styles, maybe we call it. Being able to attach different styling to different patterns that you can change. I don&amp;#8217;t know how that happens, but I think that that would be really nice, to be able to switch that in the interface somehow. No idea how that happens.&lt;/p&gt;
  9049.  
  9050.  
  9051.  
  9052. &lt;p&gt;The other thing I would love is easier sharing styling. In fact, I&amp;#8217;ve had a couple of conversations at this WordCamp of people just being like, I just want to port. People are going back to CSS Zen Garden. It&amp;#8217;s got a place in everyone&amp;#8217;s heart, right? And what if, bear with me, I&amp;#8217;ve had more than one person say this to me in the past couple of days. What if you could go on the site, and you could grab a load of code, and no matter what theme you had, you could put it in, and then your site would look like that.&lt;/p&gt;
  9053.  
  9054.  
  9055.  
  9056. &lt;p&gt;[00:17:56] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Neat. Neat. Really neat.&lt;/p&gt;
  9057.  
  9058.  
  9059.  
  9060. &lt;p&gt;[00:17:59] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; That is kind of what we want. And if it&amp;#8217;s just styling, I mean, it&amp;#8217;s going to be more or less, right? Because of the patterns and everything. But if you are grabbing that and getting the styles, that&amp;#8217;s kind of where we probably should be heading, I think, personally. Very opinions on my own.&lt;/p&gt;
  9061.  
  9062.  
  9063.  
  9064. &lt;p&gt;But for me, that&amp;#8217;s true independence of styling. And that&amp;#8217;s what I really want, because I love ephemeral styling. That creative freedom. I think it opens up, not just to developers. It allows front end developers to really polish their fine art. They can boost their skills. They can do even more CSS on top of it, if they want to.&lt;/p&gt;
  9065.  
  9066.  
  9067.  
  9068. &lt;p&gt;And they can do even more amazing animation. It opens all these things up to more designers to be able to do it without having to know to code. So at both ends, more capable as well. So it doesn&amp;#8217;t limit anyone.&lt;/p&gt;
  9069.  
  9070.  
  9071.  
  9072. &lt;p&gt;[00:18:48] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Some of the steps that you mentioned, I don&amp;#8217;t exactly know the level of every listener to this podcast, but some of them will be very technical, and would&amp;#8217;ve understood everything that you&amp;#8217;ve said. But then you may have said something like theme json, and then some people are glazing over and thinking, what? What&amp;#8217;s your intuition as to where being able to create themes and patterns, what level of expertise would you ideally like to see that? Would it be ideal to allow anybody?&lt;/p&gt;
  9073.  
  9074.  
  9075.  
  9076. &lt;p&gt;[00:19:12] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; I would literally love you to be able to, you know, the Pattern Directory, or the Museum of Block Art. Maybe we can literal just go, pattern directory. I would love a style directory. Where you could literally go and grab a style, grab it, and then you can put it.&lt;/p&gt;
  9077.  
  9078.  
  9079.  
  9080. &lt;p&gt;[00:19:23] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So no knowledge required, you just need to be able to just go through the directory, copy and paste.&lt;/p&gt;
  9081.  
  9082.  
  9083.  
  9084. &lt;p&gt;[00:19:27] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; I would love that. WordPress Zen Garden.&lt;/p&gt;
  9085.  
  9086.  
  9087.  
  9088. &lt;p&gt;[00:19:30] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, Zen Garden takes me right back.&lt;/p&gt;
  9089.  
  9090.  
  9091.  
  9092. &lt;p&gt;[00:19:32] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; WordPress Zengarden. How amazing would that be, right?&lt;/p&gt;
  9093.  
  9094.  
  9095.  
  9096. &lt;p&gt;[00:19:34] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; But I guess even that step for some people, I know it seems almost ridiculous on a WordPress podcast, to say even that step might be a of a leap.&lt;/p&gt;
  9097.  
  9098.  
  9099.  
  9100. &lt;p&gt;[00:19:41] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; But if you had it in the interface.&lt;/p&gt;
  9101.  
  9102.  
  9103.  
  9104. &lt;p&gt;[00:19:43] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; In the interface. Okay, so it&amp;#8217;s not like a separate Zen Garden site.&lt;/p&gt;
  9105.  
  9106.  
  9107.  
  9108. &lt;p&gt;[00:19:46] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; The pattern directory is in the interface. So if you had the style interface in there somehow, and you could browse it, and you could be like, I want a whatever. I have this rather peculiar analogy I&amp;#8217;m going to share for theming, which is, at the moment, themeing should be super easy to change. But at the moment, changing a theme is like removing your head, rather than changing your clothes. Changing your jumpers should be easy, right?&lt;/p&gt;
  9109.  
  9110.  
  9111.  
  9112. &lt;p&gt;And it should just be super simple to change styling. And themes are great and amazing, but they&amp;#8217;re a package, that&amp;#8217;s what they are. And we need to just go back to having that beautiful freedom. And then we can have these creative freedoms.&lt;/p&gt;
  9113.  
  9114.  
  9115.  
  9116. &lt;p&gt;Themes to me are, we talk about design. Design and art are very, very different. But art is where meets WordPress in theming, to me. And art is part of my background. And there is potential for us to have some beautiful art in themes again. If we just have that freedom, and we stop themes having to have all this weight in them as well, and be tied down.&lt;/p&gt;
  9117.  
  9118.  
  9119.  
  9120. &lt;p&gt;[00:20:47] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I get the feeling that an ideal place for you to land with this would be that, most people can do most of what they need to do when they want to style their own website. But there&amp;#8217;s always still going to be an area for a professional.&lt;/p&gt;
  9121.  
  9122.  
  9123.  
  9124. &lt;p&gt;[00:20:59] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; If you think of it like fashion, is good example. So you can go and have custom fashion, you can go and have high-end, haute couture. You can always go and have custom tailoring. You can go and have all of that. Or you can go to high street, and go get something off the rack. And I think that&amp;#8217;s a really good model for us to kind of think of it as well, right?&lt;/p&gt;
  9125.  
  9126.  
  9127.  
  9128. &lt;p&gt;[00:21:16] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Nobody&amp;#8217;s used that on me before. That actually sums it up perfectly. That&amp;#8217;s nice, yeah.&lt;/p&gt;
  9129.  
  9130.  
  9131.  
  9132. &lt;p&gt;[00:21:20] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; Yeah. And that isn&amp;#8217;t belittling anything. That&amp;#8217;s totally fine, you know. And that still allows us to have theme shops, fashion shops, right? That still allows us to have very functional, you know, we have very functional clothing, we have functional themes as well.&lt;/p&gt;
  9133.  
  9134.  
  9135.  
  9136. &lt;p&gt;And I think it&amp;#8217;s really important to think about the site works, the site has to do something. Some fashion is very frivolous. Some themes are going to be incredibly frivolous as well. And I actually adore frivolous themes. I don&amp;#8217;t think we have enough of them.&lt;/p&gt;
  9137.  
  9138.  
  9139.  
  9140. &lt;p&gt;But some are going to have to just be functional, and jobs to be done as well, because absolutely. And some are going to be frameworks, and some are going to be whatevers, you know. But it&amp;#8217;s having those options. You know, you&amp;#8217;re looking at high street, you have the options to be able to wear different clothing as well.&lt;/p&gt;
  9141.  
  9142.  
  9143.  
  9144. &lt;p&gt;And some people are going to be super dependent on a brand, and super passionate about only wearing that brand as well, you know, all those kind of things.&lt;/p&gt;
  9145.  
  9146.  
  9147.  
  9148. &lt;p&gt;[00:22:13] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So you can peel back the curtain a little bit on this, because of your experience inside the project, trying to drive this change. How does it happen? Are there certain people that we should be, you know, if we&amp;#8217;re strongly into themes, and we&amp;#8217;re opinionated about that, and we want to make the change, where do we go? Do we start talking directly to people like you? Are there other people that we need to be banging on the door and saying, this is what we want?&lt;/p&gt;
  9149.  
  9150.  
  9151.  
  9152. &lt;p&gt;[00:22:36] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; So I&amp;#8217;m not a full-time contributor, so I&amp;#8217;m just like anybody else in that sense. I mean, I have the knowledge, I&amp;#8217;ve been in the project, but there&amp;#8217;s many people who&amp;#8217;ve been in the project and have that knowledge.&lt;/p&gt;
  9153.  
  9154.  
  9155.  
  9156. &lt;p&gt;My biggest thing is use the things, start experimenting, start creating if you can. And I&amp;#8217;m well aware, I&amp;#8217;m suggesting that most people have a time machine to do that, because you are trying to do your job as well as you&amp;#8217;re doing that. But if you can, in your projects, start using them. As you start using new things, you&amp;#8217;re going to find bugs, because the universe.&lt;/p&gt;
  9157.  
  9158.  
  9159.  
  9160. &lt;p&gt;And then you can start reporting those issues, and then you can start saying, these things need to change, when you&amp;#8217;re changing classic themes to block themes, that&amp;#8217;s one of the big things at the moment. So you can help with those things.&lt;/p&gt;
  9161.  
  9162.  
  9163.  
  9164. &lt;p&gt;And just find the area that you want to help with. Reporting one issue, which is a few minutes, is an incredibly big help. Having one conversation is incredibly helpful. Watching one hallway hangout, which is an hour, is a big help. Watching a video, going to a talk. But then scaling it up, going to a triage session.&lt;/p&gt;
  9165.  
  9166.  
  9167.  
  9168. &lt;p&gt;It&amp;#8217;s really finding where you are. Experiment, have a pattern in the Museum of Block Art. Have a pattern in the Pattern Directory. Find where you want to join in. But by using these things, you start to contribute, is the biggest thing, because you start then knowing how they fit.&lt;/p&gt;
  9169.  
  9170.  
  9171.  
  9172. &lt;p&gt;To dive in straight away and say, these things should be this way, without having used them in their current state, is a little bit, you might not be knowing how they are utilised. I would also always encourage people to search to see that something&amp;#8217;s not coming up. So if you&amp;#8217;re going to log something as an issue, just have a little quick search, and see whether it&amp;#8217;s coming up to be fixed, before you log it in the GitHub repo. That&amp;#8217;s always a really good kind of tip as well.&lt;/p&gt;
  9173.  
  9174.  
  9175.  
  9176. &lt;p&gt;There&amp;#8217;s the channels in Slack, but Slack can also be quite a lot for a lot of people. So just, yeah, just using it, and just figure out where your happy is. But just start experimenting and using is the biggest one.&lt;/p&gt;
  9177.  
  9178.  
  9179.  
  9180. &lt;p&gt;[00:24:33] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, joining in, we could probably sum it up, couldn&amp;#8217;t we? That&amp;#8217;s nice. Where would you go? There was a nice little segue there, because you were talking about ways to learn, and you mentioned a couple of things.&lt;/p&gt;
  9181.  
  9182.  
  9183.  
  9184. &lt;p&gt;But, where do you find to be the best places to send somebody who&amp;#8217;s, well, let&amp;#8217;s just say a novice? Let&amp;#8217;s go with that. Where are the online resources, the places to hang out?&lt;/p&gt;
  9185.  
  9186.  
  9187.  
  9188. &lt;p&gt;[00:24:51] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; So there&amp;#8217;s a couple of different ones. We are very lucky, we have a developer blog now, which is incredible good resources. But all the Hallway Hangouts, amazing to watch back. Learn WordPress is also a really good resource. And between all of those, you&amp;#8217;ve just got your good start then.&lt;/p&gt;
  9189.  
  9190.  
  9191.  
  9192. &lt;p&gt;And then there&amp;#8217;s quite a few people in between those that start doing. So Ryan has been doing some through develop blog, has also been doing some live streams. So just doing things like that.&lt;/p&gt;
  9193.  
  9194.  
  9195.  
  9196. &lt;p&gt;The problem with a lot of these things are, maybe a live stream is like an hour watching. That might be quite a lot of time for you. So that&amp;#8217;s why maybe following like a quick little tutorial, that maybe has a GitHub repo that you can do quickly. Again it&amp;#8217;s, how much time have you got?&lt;/p&gt;
  9197.  
  9198.  
  9199.  
  9200. &lt;p&gt;I find pointing people to the Museum of Block Art&amp;#8217;s quite good, because they can just go there, they can see the code, they can drop it in. And then they can learn, oh, this is what a pattern is. And some of those are quite fun. Or go to the Pattern Directory, and then they can be like, oh okay, well, this is what a pattern is, and this is how it forms. Yeah, so those kind of things as well.&lt;/p&gt;
  9201.  
  9202.  
  9203.  
  9204. &lt;p&gt;WordPress.tv is also really, really good, because, if you&amp;#8217;ve got some time, type in whatever you want to follow, and just start learning that way. You can learn some really diverse things that way. Following along some State of the Words, the kind of pivotal points, you are going to find out the points of the project that way as well, is a good milestone as well.&lt;/p&gt;
  9205.  
  9206.  
  9207.  
  9208. &lt;p&gt;[00:26:11] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I will make sure that there is a link to everything that Tammie just said. So if you go to wptavern.com/podcast, and you search for Tammie&amp;#8217;s episode and you find it, there will be all of the links in there.&lt;/p&gt;
  9209.  
  9210.  
  9211.  
  9212. &lt;p&gt;Lets pivot a little bit. It&amp;#8217;s not apropos of themes at all but, what do you think about this current phase that we&amp;#8217;re in of Gutenberg? Which is called phase three. But the highlight item for me, I mean there&amp;#8217;s absolutely loads to be honest, but I&amp;#8217;m just going to talk about collaborative editing. What do you make about that? And especially related to themes and sites more generally, not just the content, but editing collaboratively, just the way the whole site looks, so the theme.&lt;/p&gt;
  9213.  
  9214.  
  9215.  
  9216. &lt;p&gt;[00:26:47] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; I think it hasn&amp;#8217;t been worked out yet, how it&amp;#8217;s going to work on the theme. I don&amp;#8217;t know if it means you are creating the theme collaboratively.&lt;/p&gt;
  9217.  
  9218.  
  9219.  
  9220. &lt;p&gt;[00:26:54] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; It&amp;#8217;s to imagine actually.&lt;/p&gt;
  9221.  
  9222.  
  9223.  
  9224. &lt;p&gt;[00:26:56] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; Well, it definitely means you&amp;#8217;re creating, so if you think of the site editor as the builder of the theme, which it kind of is, then technically, if you are creating content, which is the theme, you are creating that collaboratively, so yes. Collaborative editing at enterprise scale is something that happens quite often anyway.&lt;/p&gt;
  9225.  
  9226.  
  9227.  
  9228. &lt;p&gt;[00:27:17] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So tools like Figma, you can do all of that collaborative editing is my understanding.&lt;/p&gt;
  9229.  
  9230.  
  9231.  
  9232. &lt;p&gt;[00:27:20] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; Yeah. So I&amp;#8217;m very, if I put my design hat on, very used to, in Figma, like comments and, or even like in Google Docs, people are very used to like leaving messages and whatever. So I just think being very aware of those kind of workflows, is kind of interesting.&lt;/p&gt;
  9233.  
  9234.  
  9235.  
  9236. &lt;p&gt;One of the things we might find is, someone would just set up a template, and it&amp;#8217;d be like, add something here, and something here later. So adding comments to your templates, might be curious and interesting.&lt;/p&gt;
  9237.  
  9238.  
  9239.  
  9240. &lt;p&gt;A different aspect might be people using different themes in the backend. That kind of comes to mind, from accessibility reasons. That is also something that I&amp;#8217;ve always thought about is, could people want to have different editor experiences depending on their accessibility. Which you might do as well. So collaborative editor experiences, or different editor experiences. Which is slightly a sidetrack of this, but it&amp;#8217;s something to consider.&lt;/p&gt;
  9241.  
  9242.  
  9243.  
  9244. &lt;p&gt;But phase three is collaborative editing, and plus, plus, plus. Which also the design system, finally, kind of flow. And that kind of, to me, is more Lego pieces to play with. And that&amp;#8217;s the bit that I am incredibly excited about. Because a lot of the stuff that&amp;#8217;s been hidden, we&amp;#8217;ve had a design system all along. It&amp;#8217;s really good.&lt;/p&gt;
  9245.  
  9246.  
  9247.  
  9248. &lt;p&gt;People, when they talk about the work that&amp;#8217;s recently done, they&amp;#8217;re pointing just to like the editor. Yes, but it&amp;#8217;s not going to just be the editor. It&amp;#8217;s going to be coming into the settings, into the admin, and to everything, because it needs to. There&amp;#8217;s areas of WordPress that haven&amp;#8217;t been touched for a very long time. And by bringing these components, and being this unification through, it&amp;#8217;s better user experience. But it&amp;#8217;s one user experience.&lt;/p&gt;
  9249.  
  9250.  
  9251.  
  9252. &lt;p&gt;Again, that point of, it&amp;#8217;s a middle road. If it&amp;#8217;s, the way that it&amp;#8217;s being done, means you then will be able to have the same level of customisation, the same level of extensibility, the same level of styling on top of it. So you&amp;#8217;ll be able to then, for your end users, customise it how you want to. So you have that flexibility still, yeah.&lt;/p&gt;
  9253.  
  9254.  
  9255.  
  9256. &lt;p&gt;[00:29:17] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I think it&amp;#8217;s fabulous that somebody who&amp;#8217;s been around in the projects as long as you have, and I&amp;#8217;m sure you&amp;#8217;ve had your ups and downs, I&amp;#8217;m sure that, you know, some days it&amp;#8217;s like, oh, WordPress. It sounds like you are very, very, genuinely excited about what&amp;#8217;s coming. That&amp;#8217;s amazing.&lt;/p&gt;
  9257.  
  9258.  
  9259.  
  9260. &lt;p&gt;[00:29:30] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; And I&amp;#8217;m excited about who&amp;#8217;s doing it.&lt;/p&gt;
  9261.  
  9262.  
  9263.  
  9264. &lt;p&gt;[00:29:32] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Oh, okay. Yeah.&lt;/p&gt;
  9265.  
  9266.  
  9267.  
  9268. &lt;p&gt;[00:29:33] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; It&amp;#8217;s exciting the new, I love when you have fresher people have fresher eyes on it. I love when older people have fresh eyes on it as well, and different energy. I love when, as I&amp;#8217;ve mentioned previously, when someone re-does work that I&amp;#8217;ve done, I&amp;#8217;m so excited. I&amp;#8217;m like, yes, that&amp;#8217;s gone.&lt;/p&gt;
  9269.  
  9270.  
  9271.  
  9272. &lt;p&gt;But it&amp;#8217;s exciting to see areas that haven&amp;#8217;t been touched for such a long time. We shouldn&amp;#8217;t have areas that haven&amp;#8217;t been for 10 years, because that&amp;#8217;s how many years. That&amp;#8217;s like dog years.&lt;/p&gt;
  9273.  
  9274.  
  9275.  
  9276. &lt;p&gt;[00:30:02] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Tell us a little bit about your stuff. We&amp;#8217;ve heard about your relationship with WordPress. Let&amp;#8217;s just get into what you are doing at the minute. I think you said you had four hats or something. Is it four hats?&lt;/p&gt;
  9277.  
  9278.  
  9279.  
  9280. &lt;p&gt;[00:30:11] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; Yeah, I go with lots of hats.&lt;/p&gt;
  9281.  
  9282.  
  9283.  
  9284. &lt;p&gt;[00:30:12] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; What are the four hats? What&amp;#8217;s keeping Tammie busy at the minute?&lt;/p&gt;
  9285.  
  9286.  
  9287.  
  9288. &lt;p&gt;[00:30:14] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; So I&amp;#8217;m working on a project called Gildenberg. I&amp;#8217;m working with Luke and Jonathan. What we&amp;#8217;re doing is, we&amp;#8217;re working on a guild of product creators, and we&amp;#8217;re working to support them through that as well. That&amp;#8217;s really exciting. So I&amp;#8217;m doing that a little bit.&lt;/p&gt;
  9289.  
  9290.  
  9291.  
  9292. &lt;p&gt;I&amp;#8217;m also creating my own, looking to create my own products. I&amp;#8217;m working out what that means. Spoilers, going to start with theming. I&amp;#8217;m also collaborating with some, doing some agency work as well. And I&amp;#8217;ve been collab&amp;#8217;ing some awesome plugins, doing some classic block based work. Which I actually really enjoy.&lt;/p&gt;
  9293.  
  9294.  
  9295.  
  9296. &lt;p&gt;There&amp;#8217;s something about converting classic themes to block. One, because I&amp;#8217;m learning where the friction points are. I&amp;#8217;m also really lucky to be sponsored by Automattic, to be doing two days a week on the default theme task force.&lt;/p&gt;
  9297.  
  9298.  
  9299.  
  9300. &lt;p&gt;[00:30:59] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Go on, tell us more about that. That sounds fun.&lt;/p&gt;
  9301.  
  9302.  
  9303.  
  9304. &lt;p&gt;[00:31:00] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; Yeah, I am really excited about that. It&amp;#8217;s 400 odd tickets on the default themes. So the idea is, eventually, it came from the community summit. There&amp;#8217;s actually a post up by Jonathan Desrosiers. Rather than scorch earthing, and removing all the default themes, it&amp;#8217;s what if we actually fixed them? Which is a beautiful and wonderful concept.&lt;/p&gt;
  9305.  
  9306.  
  9307.  
  9308. &lt;p&gt;So what we&amp;#8217;re doing is, we&amp;#8217;re going through each ticket, and we are going to analyse, does it need fixing? Some of those tickets have been sat there for four, five years. They haven&amp;#8217;t had attention.&lt;/p&gt;
  9309.  
  9310.  
  9311.  
  9312. &lt;p&gt;So we&amp;#8217;re going to look at it, we&amp;#8217;re going to see if it even stands in this time. If it does, great, let&amp;#8217;s ship it, let&amp;#8217;s get that patch in. If it doesn&amp;#8217;t, it&amp;#8217;s got a new patch. If it needs closing, let&amp;#8217;s close it. And then we&amp;#8217;ll able to see the lay of the land, once we don&amp;#8217;t have this amount of tickets. Then we can decide where we go from this, on block based theme.&lt;/p&gt;
  9313.  
  9314.  
  9315.  
  9316. &lt;p&gt;[00:31:48] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Kind of a nice project, that you can see that 400 dropping.&lt;/p&gt;
  9317.  
  9318.  
  9319.  
  9320. &lt;p&gt;[00:31:51] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; Oh goodness, yeah. We&amp;#8217;ve already done some at contribution day.&lt;/p&gt;
  9321.  
  9322.  
  9323.  
  9324. &lt;p&gt;[00:31:53] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Oh nice. Lovely.&lt;/p&gt;
  9325.  
  9326.  
  9327.  
  9328. &lt;p&gt;[00:31:55] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; And it is. I got to be part of some of the default themes. You know, one of my first roles within WordPress, you know, I kind of came in through theming. Theming has been a theme throughout my whole history of WordPress, throughout everything. And my heart is strongly there.&lt;/p&gt;
  9329.  
  9330.  
  9331.  
  9332. &lt;p&gt;And default themes, yes, some of them are classic, and we could be like, oh, just forget it. I don&amp;#8217;t believe that. I think it&amp;#8217;s history. It&amp;#8217;s like denying that we have a history, right? And I love block themes. I think they&amp;#8217;re amazing and they&amp;#8217;re fantastic, but that doesn&amp;#8217;t mean that we should forget that we have these themes.&lt;/p&gt;
  9333.  
  9334.  
  9335.  
  9336. &lt;p&gt;I think we should look at how we can bring the essence of those, if we want to bring them. Or we should look at how can we support the people that are still using them and how can we have that respect. So, if someone&amp;#8217;s using 2011, how can we still respect that they&amp;#8217;re using 2011?&lt;/p&gt;
  9337.  
  9338.  
  9339.  
  9340. &lt;p&gt;[00:32:50] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. Yeah.&lt;/p&gt;
  9341.  
  9342.  
  9343.  
  9344. &lt;p&gt;[00:32:51] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; As well.&lt;/p&gt;
  9345.  
  9346.  
  9347.  
  9348. &lt;p&gt;[00:32:52] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, that&amp;#8217;s a lovely project. You very quickly glossed over, there was one there where you are going to be looking at doing your own projects, but you didn&amp;#8217;t dive into that. Maybe it&amp;#8217;s because you haven&amp;#8217;t distilled it quite yet.&lt;/p&gt;
  9349.  
  9350.  
  9351.  
  9352. &lt;p&gt;[00:33:03] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; I haven&amp;#8217;t yet fully.&lt;/p&gt;
  9353.  
  9354.  
  9355.  
  9356. &lt;p&gt;[00:33:04] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; What&amp;#8217;s, the kind of intuition that that you&amp;#8217;re going to tackle.&lt;/p&gt;
  9357.  
  9358.  
  9359.  
  9360. &lt;p&gt;[00:33:08] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; I really want to start creating my own themes again, that&amp;#8217;s one of the things. And I also want to start exploring maybe some plugins as well. I don&amp;#8217;t have an idea yet, but the idea that I can start. I&amp;#8217;m going to use the word playing, but playing to an end. I have so many ideas, and that&amp;#8217;s awesome, but I need to work out which idea I&amp;#8217;m going to work on.&lt;/p&gt;
  9361.  
  9362.  
  9363.  
  9364. &lt;p&gt;[00:33:30] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay, so maybe we should do this conversation again in 2025, and see where you are?&lt;/p&gt;
  9365.  
  9366.  
  9367.  
  9368. &lt;p&gt;[00:33:34] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; I have a theme site, Composition Themes, and I want to, I want to start making themes that have one purpose and, both that are beautiful, but also that have one purpose for types as well. That&amp;#8217;s where I want to be themeing. But I also really like the idea of doing similar for plugins.&lt;/p&gt;
  9369.  
  9370.  
  9371.  
  9372. &lt;p&gt;Maybe it&amp;#8217;s blocks, but maybe it&amp;#8217;s also companion experience plugins. Going back to that idea of experience. I love the idea of maybe making the experience lesser for the editor or maybe exploring different things around that.&lt;/p&gt;
  9373.  
  9374.  
  9375.  
  9376. &lt;p&gt;[00:34:04] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. Okay. 2025 is the date. We&amp;#8217;ll have you back and we&amp;#8217;ll see. What was it again?&lt;/p&gt;
  9377.  
  9378.  
  9379.  
  9380. &lt;p&gt;[00:34:08] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; Composition Themes.&lt;/p&gt;
  9381.  
  9382.  
  9383.  
  9384. &lt;p&gt;[00:34:10] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Composition Themes.&lt;/p&gt;
  9385.  
  9386.  
  9387.  
  9388. &lt;p&gt;[00:34:10] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; Yeah. I also have Classic to Block Themes as well.&lt;/p&gt;
  9389.  
  9390.  
  9391.  
  9392. &lt;p&gt;[00:34:13] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Oh, nice. Okay, we&amp;#8217;ll put both of those in the show notes. Great. Well, Tammie Lister, thank you so much for joining me on the podcast today. I really appreciate it.&lt;/p&gt;
  9393.  
  9394.  
  9395.  
  9396. &lt;p&gt;[00:34:21] &lt;strong&gt;Tammie Lister:&lt;/strong&gt; Thank you.&lt;/p&gt;
  9397.  
  9398.  
  9399.  
  9400. &lt;p&gt;[00:34:21] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; You are very welcome.&lt;/p&gt;
  9401. &lt;/div&gt;
  9402.  
  9403.  
  9404.  
  9405. &lt;p&gt;On the podcast today we have &lt;a href=&quot;https://tammielister.com/&quot;&gt;Tammie Lister&lt;/a&gt;.&lt;/p&gt;
  9406.  
  9407.  
  9408.  
  9409. &lt;p&gt;Tammie is a product creator focusing on WordPress. She has a hybrid background across product, design, psychology and development. She contributes to WordPress and is passionate about open source, and the community.&lt;/p&gt;
  9410.  
  9411.  
  9412.  
  9413. &lt;p&gt;If you’ve been in the WordPress space for a while, Tammie&amp;#8217;s name is likely a familiar one. She&amp;#8217;s an 18-year veteran of the project, a talented designer, developer, and a key contributor to the project. Her journey has made her wear a variety of hats in both agency life and product development.&lt;/p&gt;
  9414.  
  9415.  
  9416.  
  9417. &lt;p&gt;Today, Tammie shares insights that span from the practical to the philosophical within the open-source landscape. We get to hear Tammie&amp;#8217;s perspective on this crucial experimentation phase in WordPress theme development, the balance she seeks between minimalist design and functional complexity, and her active roles, including the default theme task force.&lt;/p&gt;
  9418.  
  9419.  
  9420.  
  9421. &lt;p&gt;Our discussion takes us into the evolving WordPress editor experience, user roles, and interface design. We discuss the future of WordPress UI / UX, touching on visual configurations and how the Gutenberg site editor continues to shape our digital toolkit.&lt;/p&gt;
  9422.  
  9423.  
  9424.  
  9425. &lt;p&gt;For those inspired by themes, Tammie reveals her passion for them. From preserving the essence of classic themes to ways that the project might break new ground.&lt;/p&gt;
  9426.  
  9427.  
  9428.  
  9429. &lt;p&gt;She also introduces us to some of her own projects, such as Composition Themes, and discusses her Classic to Block Themes project as well.&lt;/p&gt;
  9430.  
  9431.  
  9432.  
  9433. &lt;p&gt;Tammie shares some of the resources that she recommends for both beginners and seasoned developers alike, bringing to light the many pathways that you can now choose to learn about WordPress.&lt;/p&gt;
  9434.  
  9435.  
  9436.  
  9437. &lt;p&gt;Looking over the horizon of collaborative editing and design systems, Tammie&amp;#8217;s excitement for what&amp;#8217;s next is palpable. So, whether you&amp;#8217;re a developer, a designer, or a WordPress aficionado, this episode is for you.&lt;/p&gt;
  9438.  
  9439.  
  9440.  
  9441. &lt;h2 class=&quot;wp-block-heading&quot;&gt;Useful links&lt;/h2&gt;
  9442.  
  9443.  
  9444.  
  9445. &lt;p&gt;&lt;a href=&quot;https://asia.wordcamp.org/2024/&quot;&gt;WordCamp Asia&lt;/a&gt;&lt;/p&gt;
  9446.  
  9447.  
  9448.  
  9449. &lt;p&gt;&lt;a href=&quot;https://wordpress.org/plugins/create-block-theme/&quot;&gt;Create Block Theme plugin&lt;/a&gt;&lt;/p&gt;
  9450.  
  9451.  
  9452.  
  9453. &lt;p&gt;&lt;a href=&quot;https://www.csszengarden.com/&quot;&gt;CSS Zen Garden&lt;/a&gt;&lt;/p&gt;
  9454.  
  9455.  
  9456.  
  9457. &lt;p&gt;&lt;a href=&quot;https://wordpress.org/patterns/&quot;&gt;Pattern Directory&lt;/a&gt;&lt;/p&gt;
  9458.  
  9459.  
  9460.  
  9461. &lt;p&gt;&lt;a href=&quot;https://block-museum.com/&quot;&gt;Museum of Block Art&lt;/a&gt;&lt;/p&gt;
  9462.  
  9463.  
  9464.  
  9465. &lt;p&gt;&lt;a href=&quot;https://developer.wordpress.org/news/&quot;&gt;Developer blog&lt;/a&gt;&lt;/p&gt;
  9466.  
  9467.  
  9468.  
  9469. &lt;p&gt;&lt;a href=&quot;https://make.wordpress.org/core/tag/hallwayhangout/&quot;&gt;Hallway Hangouts&lt;/a&gt;&lt;/p&gt;
  9470.  
  9471.  
  9472.  
  9473. &lt;p&gt;&lt;a href=&quot;https://learn.wordpress.org/&quot;&gt;Learn WordPress&lt;/a&gt;&lt;/p&gt;
  9474.  
  9475.  
  9476.  
  9477. &lt;p&gt;&lt;a href=&quot;https://wordpress.tv/&quot;&gt;WordPress.tv&lt;/a&gt;&lt;/p&gt;
  9478.  
  9479.  
  9480.  
  9481. &lt;p&gt;&lt;a href=&quot;https://wordpress.org/state-of-the-word/&quot;&gt;State of the Word from 2024&lt;/a&gt;&lt;/p&gt;
  9482.  
  9483.  
  9484.  
  9485. &lt;p&gt;&lt;a href=&quot;https://guildenberg.com/&quot;&gt;Gildenberg&lt;/a&gt;&lt;/p&gt;
  9486.  
  9487.  
  9488.  
  9489. &lt;p&gt;&lt;a href=&quot;https://make.wordpress.org/core/2023/12/05/proposal-default-theme-task-force-for-2024/&quot;&gt;Jonathan Desrosiers&amp;#8217; post &amp;#8220;Proposal: Default Theme Task Force for 2024&amp;#8221;&lt;/a&gt;&lt;/p&gt;
  9490.  
  9491.  
  9492.  
  9493. &lt;p&gt;&lt;a href=&quot;https://compositionthemes.com/&quot;&gt;Composition Themes&lt;/a&gt;&lt;/p&gt;
  9494.  
  9495.  
  9496.  
  9497. &lt;p&gt;&lt;a href=&quot;https://classictoblock.com/&quot;&gt;Classic to Block Themes&lt;/a&gt;&lt;/p&gt;</description>
  9498. <pubDate>Wed, 03 Apr 2024 14:00:00 +0000</pubDate>
  9499. <dc:creator>Nathan Wrigley</dc:creator>
  9500. </item>
  9501.  
  9502. </channel>
  9503. </rss>
  9504.  

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid RSS" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=http%3A//planet.wordpress.org/feed/

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda