Categories
Advanced Tutorials

Adapting Your Plugin Templates for Full-Site Editing (FSE) in WordPress 5.9

With the introduction of Full-Site Editing (FSE) in WordPress 5.9, the landscape of theme development is undergoing a significant transformation. As plugin developers, adapting to these changes is crucial to ensure compatibility with the future of WordPress.

Categories
Pro Tips

Replace Admin Columns Custom Values

If you have worked with custom post types and wanted to have some custom fields added and displayed in the main admin table, you have probably faced the problem.

Categories
Pro Tips

Sortable Interactions with jQuery UI

The jQuery UI is a mighty library, and I still use it in my projects for its Interactions. Because there are many features, I use the Download tool to select only the items I need and select No Theme as my CSS option.

Categories
Pro Tips

Merge CPTs in One Admin Menu

If you are working on a plugin and need more than one custom post type, but you don't want to have a separate admin menu for each custom post type, you can use the workaround below.

Categories
Pro Tips

User-Defined Options in your CSS/SASS

In the quick tip below, I will show you one method of how to load and use your WordPress theme or plugin style options on the front-end.