This is how you can print taxonomy terms form a custom vocabulary in the post template. WordPress print taxonomy terms from custom vocabulary.
WordPress
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.
Too many _wc_session_ records in wp_options table
If you have over thousands and thousands of records in your _wc_session_ in your wp_options table, this could be a sign cron job is…
WordPress make admin post as a different user
WordPress make admin post as a different user by default. You should never post a admin user, so you do not expose the admin…
Local development login page redirects to production
Local development login page redirects to production environment in most of the cases because your local developments database has the home url of your…
WordPress local installation Forbidden You don’t have permission to access / on this server
My WordPress local development installation was throwing the “Forbidden You don’t have permission to access / on this server” error.
WooCommerce override left in stock and out of stock text
WooCommerce override left in stock and out of stock text was needed. In the case of a store that mostly sells unique items placing…