WordPress custom taxonomy query to list custom post types tagged with a taxonomy term from a custom vocabulary.
WordPress
Print Pods field in WordPress template
This is how you print Pods field in WordPress template files. When using pods there are some snippets that I use very often I…
WP CLI Cannot redeclare wp_get_server_protocol
I knew something wasn’t right when I saw WP CLI Cannot redeclare wp_get_server_protocol. So I did a little research on it but it seems…
Managing WordPress plugins with WP CLI
Managing WordPress plugins with WP CLI is easier than you think. In this post I just listed some of the commands I use all…
WordPress add page slug to body CSS class
This is a life saver when it comes to theming websites. WordPress add page slug to body CSS class is a neat trick to…
WordPress list taxonomy terms from custom vocabulary
This is how you can print taxonomy terms form a custom vocabulary in the post template. WordPress print taxonomy terms from custom vocabulary.
Show WordPress font selector in text editor, wysiwyg
By default font selector is hidden. If you want to show WordPress font selector in text editor all you need to do is add…
BuddyPress get url to profile page
BuddyPress templates are tricky, I was adding a user icon to a menu bar, and I needed to print a link to the current…
Force strong password BuddyPress plugin
I was hoping there was a way to force strong password BuddyPress, but couldn’t find any so I just implemented my own way of…
WP Theming Resources
Here some tricks and tips that come handy when building your own child theme.