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.
Author: Krasen Slavov
Categories
Categories
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
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
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.
Categories
Switch PHP Versions in XAMPP
Have you ever wanted to change only the PHP version for your XAMPP installation. In this quick pro tip post, I will show you how to do that easily without the need to have multiple XAMPP installs on your system.