The WordPress Auth Driver for Laravel Composer package allows you to authenticate users in your Laravel application against an existing user table from a WordPress installation. The package exposes …
WordPress
How to hide custom post types from the “link to existing content” list in WordPress
When developing a custom WordPress theme for a client we came across an annoying quirk in the WordPress editor user interface. I had added a custom post type to their theme to allow the client to …
Variable scope in WordPress template parts
I was building a custom WordPress theme for a client site when I came across a frustrating problem with variable scope. I was modularising the theme using template parts, which get loaded using the …
[Read more...] about Variable scope in WordPress template parts