February 2025

How to Increase Maximum File Upload Size in WordPress

TLDR: WordPress has a default upload size limit which may hinder uploading large files. This guide explains how to check and increase this limit through methods like editing .htaccess, php.ini, wp-config.php, using hosting control panels, plugins, or contacting hosting providers. After making changes, validate the new limit by testing uploads. For efficient large file management, consider compressing files, using a CDN, and enabling GZIP. Jetpack can enhance site management and performance.

https://jetpack.com/resources/wordpress-increase-file-upload-size/

Conditional Blocks: Control Content Visibility in WordPress

ACF Blocks allows WordPress site owners to control content visibility using PHP templates, enabling custom visibility rules based on user roles, devices, and more without complex coding. It overcomes limitations of native WordPress visibility options, such as lack of flexibility with custom fields and user behavior. Block Visibility offers a no-code solution for dynamic content, while ACF Blocks provides PHP-based control for sophisticated conditions, making it easier for developers to manage conditional content and enhance site functionality.

https://www.advancedcustomfields.com/blog/wordpress-conditional-content/

Sunsetting Beaver Builder Support in Starter Templates

Starter Templates, launched in November 2017, has evolved to enhance website building, focusing now on Elementor and Spectra due to higher demand. Beaver Builder templates will be phased out, although existing users will have continued access temporarily. Future updates will concentrate on Elementor and Spectra, with a commitment to adding advanced templates and AI-powered building tools. The decision aims to better allocate resources and improve overall offerings, while existing Beaver Builder support will remain in place for now. Users are encouraged to reach out with questions or feedback.

https://wpastra.com/updates/sunsetting-beaver-builder/

Creating a WordPress Plugin With Cursor

Summary: The article details how to create a WordPress plugin using Cursor, an AI coding tool that supports natural language input and adheres to coding standards. It explains setting up Cursor, configuring it for WordPress, and developing a simple “Hello Homer” plugin that displays Simpsons quotes. Features like Chat, Composer, and Bug Finder are highlighted as useful for coding assistance. Though Cursor can generate functional code quickly, caution is advised on using its output in production due to potential oversights, emphasizing the need for human code review for complex, performance-critical, or security-sensitive tasks.

https://deliciousbrains.com/creating-a-wordpress-plugin-with-cursor/

Time To First Byte: Beyond Server Response Time — Smashing Magazine

TTFB (Time to First Byte) is crucial for web performance, measuring the time from navigation to the first byte of HTML response. It includes multiple components: redirects, server connections, and request times. Improving TTFB involves optimizing DNS lookups, TCP connections, and potentially using a CDN to minimize latency and enhance user experience. Reducing server response time alone is often insufficient; real user monitoring can provide insights into specific delays, helping to address issues effectively.

https://www.smashingmagazine.com/2025/02/time-to-first-byte-beyond-server-response-time/

Wordfence Intelligence Weekly WordPress Vulnerability Report (February 3, 2025 to February 9, 2025)

Summary: Wordfence offers a free Bug Bounty Program for WordPress vulnerabilities, rewarding up to $31,200 per submission. Last week, 141 vulnerabilities in 132 plugins and 3 themes were disclosed. Users can access vulnerability data and use tools like the Wordfence CLI Scanner at no cost. A total of 47 vulnerabilities were patched while 94 remain unpatched. Critical vulnerabilities totaled 3. Contributors to the week included 45 researchers, with top contributors listed. A list of plugins with reported vulnerabilities is available.

https://www.wordfence.com/blog/2025/02/wordfence-intelligence-weekly-wordpress-vulnerability-report-february-3-2025-to-february-9-2025/

Advanced WP_Query Filtering and Sorting Techniques

TLDR: WP_Query is a WordPress class for retrieving and displaying posts based on specific criteria, allowing custom content without SQL queries. It enables filtering by categories, dates, and custom fields, and pairs well with Advanced Custom Fields (ACF) for enhanced data management. This guide covers basics to advanced uses of WP_Query, including handling custom fields, optimizing queries, and practical examples to aid WordPress developers in creating dynamic, data-rich sites.

https://www.advancedcustomfields.com/blog/wp-query/

Revamped V3 Integrations, Field Defaults & More

Beaver Builder, Elementor, and WPML users can celebrate new updates, focusing on reliability improvements and the introduction of field defaults, allowing preselected options in fields. New features include auto-detection of values from archives and posts, integration upgrades for Elementor and Beaver Builder, full pagination support, and the release of WPML integration. Across all plugins, 15 new features, 1 integration, 13 improvements, and 38 bugs were fixed. More updates are anticipated.

https://searchandfilter.com/revamped-v3-integrations-field-defaults-more/

Scroll to Top