[ad_1] get_current_screen is a really useful WordPress function; unfortunately, it’s not always available depending on how early you may need it This doesn’t mean there aren’t alternative ways to detect what screen we’re on, though. It just takes some creative conditionals given what both WordPress and PHP provide. When You Can’t Get the Current Screen […]
Continue readingTag Archives: Screen
Diving Into WordPress 5.8’s New Widgets Screen – WP Tavern
[ad_1] It has been a while since I have touched widgets. Once the site editor landed in the Gutenberg plugin, I almost exclusively dropped the old sidebar paradigm and moved to block templates. Reactivating old themes and jumping into the widgets screen felt like time-traveling into a bygone era. After months of being deeply embedded […]
Continue readingNew Blocks, New Widgets Screen, and Pattern Directory on Deck – WordPress Tavern
[ad_1] WordPress 5.8 beta 1 is ready for testing. This upcoming release makes major strides towards solidifying WordPress’ site building capabilities, along with improvements to features users have enjoyed since the launch of the block editor. It is one of the most feature-packed releases in recent history and as such requires all hands on deck […]
Continue readingAdd Custom Link to All Posts Screen Based on Post Meta Data
[ad_1] TL;DR: This article outlines the code needed to add a custom link on the All Posts screen that uses a custom piece of post metadata. Note: A few months ago, I wrote an article on how to add a custom view to the All Posts screen. This article is not all together the same, […]
Continue reading