My checklist for websites on managed WorPress hosting platforms is much shorter and different than what would be for a self hosted WP websites.…
WordPress
Display genesis post info on page content type
Display genesis post info on page content type When working with genesis its a bit tricky to find the right functions and filters to…
WordPress custom taxonomy query to get posts
WordPress custom taxonomy query to list custom post types tagged with a taxonomy term from a custom vocabulary.
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…
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…
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…
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…