If you’re coding a custom select posts from database based on arguments and want to exlude a tag or category, then just use tag__not_in to exclude. Done. So a working example is something like t...Read More
Very annoying. So easy to remove. If you would like to remove the header post image which is the large image that now appears at the top of each individual blog post as set by the ‘featured imag...Read More
This was a new one to me, I’ve run hundreds of wordpress sites over the years and only today did I get this one. Problem: Missing Categories from wordpress posts… IE if you view each blog ...Read More
If you’re modifying your sidebar in the wordpress sidebar and can’t get your is_front_page() or is_home() working… try adding a reset query just before. Worked for me. IE I was addin...Read More
I’ve been using the WP-DBManager plugin for over a year now, and it has reliably sent a copy of my database to me each morning at 8am – straight to my inbox. When you look after a million ...Read More
If like me you have some sites that have a million links to sites, people, places and products you need to me able to manage them well. I stumbled across a redirection plugin for WordPress that seems ...Read More
On new WordPress installs, I’ve used the plugin ‘Top Level Categories’ more than a few times, and can certainly recommend it. Just be aware when fiddling with your categories that so...Read More