WP Knowledge Base Theme bug – Subcategories and Articles, Need to change WP_Query

H’okay, so, using this resource, I was found that going into the template-knowledgebase.php file and replacing the cat keyword with category__in (that’s a double underscore) did only return the articles who’s parent were the category we were looking at. I also edited the else statement of the if to be endif and removed the extraneous … Read more

Undeletable posts, users or other content

When I see behavior like this, it’s almost always a corrupt MySQL table or two. You can activate WordPress’s built-in repair tool by adding define( ‘WP_ALLOW_REPAIR’, true ); to your wp-config.php file and visiting {$your_site}/wp-admin/maint/repair.php You can remove the define after you’re done.