How To Disable Automatic Updates in WordPress

Author: , September 19th, 2022

To disable automatic updates in WordPress, simply edit the wp-config.php file in your WordPress root directory and add the following line:

How To Fix WPDataTables Error “You are trying to load a table of an unknown type” in WordPress

Author: , September 7th, 2022

If you get the following error in WordPress when using the WPDataTables plugin, follow these steps to fix it: “You are trying to load a table of an unknown type. Probably you did not activate the addon which is required to use this table type.” SOLUTION SUMMARY: You must update the plugin files manually, deactivate […]

How To Fix Stuck WordPress Maintenance Mode

Author: , July 8th, 2021

ERROR: Briefly Unavailable for Scheduled Maintenance. Check Back in a Minute CAUSE: WordPress did not complete an action SOLUTION: Either – remove ~/wordpress/.maintenance – edit ~/wordpress/wp-activate.php and set define( ‘WP_INSTALLING’, false );

How To Create WordPress Category Pages in Genesis Including Title and Content

Author: , February 19th, 2021

Create two template files in the wp-content/themes/{themeName}/ subdirectory:

page_blog.php

page_blog_plus_content.php

How To Get the Current Page URL in WordPress

Author: , January 5th, 2021

https://codex.wordpress.org/Determining_Plugin_and_Content_Directories

How To get_posts in WordPress with Multiple meta_query Values

Author: , October 13th, 2020

The first query gets all custom publication posts that have a value in field book_seq ordered by book_seq The second query gets all custom publication posts that have no meta value for book_seq or no meta record for key book_seq ordered by post_title.

Great article here: https://rudrastyh.com/wordpress/meta_query.html

How To Set WordPress Permissions

Author: , July 11th, 2020

How To Change the Destination Admin Email Address for User-Meta Pro Notifications

Author: , May 11th, 2020

First post after upgrading to WordPress 5.4

Author: , April 5th, 2020

Decided to go for it and dive into the world of the WordPress block editor based on the improvements in version 5.4 – First, the upgrade went smoothly. Second, switching to the new block editor was easy. Third, making this post seems pretty painless. I disabled full-screen mode because I simply don’t like it ;-} […]

How To Disable WordPress Profile Access for Subscribers

Author: , January 24th, 2020