Best of WordPressAugust 2024

  1. 1
    Article
    Avatar of wordpressdevWordPress Developer·2y

    How to extend a WordPress block

    Enhance your WordPress blocks without building new ones from scratch. The post explains using WordPress APIs to modify block supports, register block styles, and create block variations. It also covers adding custom functionality through examples, such as extending the Image block with accessibility features. Learn about using PHP and JavaScript filters to add attributes, customize the editor UI, and modify block rendering for better front-end performance. Understand the limitations and best practices for maintaining consistency and avoiding validation errors.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Is Headless WordPress more secure?

    Headless WordPress involves decoupling the CMS backend from the frontend, offering potential benefits in performance and flexibility. While it's often touted as more secure, this depends on the setup and expertise. Static Site Generation (SSG) and Server Side Rendering (SSR) are two approaches within headless architecture, each with its own pros and cons. However, traditional WordPress vulnerabilities can still exist and headless setups can introduce complexity, affecting team dynamics and requiring a broader skill set. Despite the challenges, headless WordPress can provide new opportunities for scalability and developer experience.

  3. 3
    Article
    Avatar of css_tricksCSS-Tricks·2y

    Understanding Gutenberg Blocks, Patterns, and Templates

    The post discusses the writer's experiences and views on using Gutenberg for WordPress, highlighting a preference for classic PHP templates while acknowledging the benefits of blocks, patterns, and templates. It explains how blocks form the basic unit, patterns are collections of these blocks, synced patterns allow for site-wide updates, and templates offer a structural framework. The post also touches on new features like synced pattern overrides introduced in WordPress 6.6.

  4. 4
    Article
    Avatar of wordpressdevWordPress Developer·2y

    Registering block templates via plugins in WordPress 6.7

    WordPress 6.7 introduces the ability to register block templates via plugins, greatly improving how plugins interact with themes and the block system. This tutorial provides a step-by-step guide on registering, customizing, and managing these templates, offering greater flexibility and control over plugin content output.

  5. 5
    Article
    Avatar of communityCommunity Picks·2y

    The Ultimate Visual Site Builder for WordPress & WooCommerce

    Oxygen is highly praised by WordPress professionals for its speed, flexibility, and ease of use. It drastically reduces the need for custom code, offers native support for advanced features like sticky headers, and produces lightweight, clean code. Users report significant improvements in performance metrics and find it to be the most powerful and creative-friendly tool compared to alternatives like Divi and Elementor.

  6. 6
    Video
    Avatar of youtubeYouTube·2y

    PLAY VIDEO ON SCROLL - GSAP Scrolltrigger Elementor (No plugin)

    Learn how to make a video play on scroll and reverse on scrolling up using Elementor without any plugins. The post provides a step-by-step guide, including how to adjust container settings, use the HTML widget for custom code, and make the video sticky. It also covers how to ensure the video is in the correct format and frame rate for optimal performance.

  7. 7
    Article
    Avatar of wpbeginnerWordPress Beginner·2y

    12 High-Converting Landing Page Examples That Actually Work

    Learn how to optimize your landing pages for higher conversions with real-world examples and practical tactics. Discover the power of simplicity, urgency, trust-building, and audience-tailored content through case studies from WPForms, Hostinger, Surfshark, and more. Implement these strategies to align ad keywords with content, use social proof effectively, and create a compelling call to action.

  8. 8
    Article
    Avatar of wpWordPress·2y

    Building Studio in Public: Maintaining High Performance in Our Local Development App for Enhanced UX

    This post shares strategies for ensuring high performance in the open-source Electron-based Studio app, focusing on overcoming performance challenges when running local development sites. Key techniques include keeping Electron's main process lightweight by offloading tasks to dedicated processes and adjusting build configurations with Webpack. Additionally, it provides tips on avoiding blocking file system operations for better efficiency.

  9. 9
    Article
    Avatar of wordpressdevWordPress Developer·2y

    What’s new for developers? (August 2024)

    August 2024 brought several updates for WordPress developers. After the release of WordPress 6.6 'Dorsey' and its subsequent patch, focus shifts to future versions. Notable highlights include a redesigned Learn WordPress site, offline mode and PWA support for WordPress Playground, and numerous enhancements to Gutenberg blocks. Key updates in Gutenberg 18.8 and 18.9 include new APIs for block variations and data forms, local attributes, and several component tweaks. Enhancements in theme development include background image attachment support and improved font-size editing UI.