January 14, 2020 — WordPress’ default dumping ground for all data related to posts (and custom post types) is in post meta. When there’s a lot of meta data, it starts to strain your server performance and resources in ways you may not have realized.
I’ll go through a real-world example of too much meta-data being stored with a post, some hacks to avoid problems, and some better solutions using the meta data API. I’ll explain how you can easily move data, even if your site has already been designed, developed, and deployed.
Use less memory, handle more concurrent visitors, and speed up page loads by only loading what you need, when you need it.
October 5, 2016 — WordPress pozwala na tworzenie własnych pól, meta boxes, widgetów i wielu, wielu innych rzeczy. Bywa to jednak uciążliwe, zwłaszcza, gdy potrzebujemy zrobić to szybko i bezboleśnie. Z pomocą przychodzi Piklist – framework, dzięki któremu za pomocą kilku linijek kodu dodamy własne, w pełni funkcjonalne pola z walidacją zapakowane w elegancki meta box, stworzymy pełnoprawny widget lub stronę ustawień. Dodawanie złożonych, powtarzalnych pól lub ładowanie plików nie stanowi dla niego najmniejszego problemu. Piklist jest rozwiązaniem wartym uwagi każdego developera WordPress – działa z motywami i wtyczkami. Jest bardzo lekki, przez co z powodzeniem może być wykorzystany w projekcie każdej wielkości.
January 7, 2015 — This talk covers using custom metaboxes, fields, and forms to provide structure to your data, as well as keeping WordPress very easy to use for clients. By leveraging CMB2, a major rewrite of the popular “Custom Metaboxes and Fields for WordPress” library, you’ll be able to enable all sorts of awesome things in your WordPress sites with minimal code effort.