By default, WordPress will display published posts in reverse chronological order. This can be changed by adding a snippet of code to the functions.php file in the WordPress core configuration.…
Read MoreHere is a basic set of PHP.ini directives for any cPanel type hosting to help secure and harden your hosted WordPress websites. Sometime your servers are in another state or…
Read MoreYes, I know this can be done with a plugin. But raw code in the config.php never gets touched by an update. I hate automatic updates for pretty much everything,…
Read MoreAfter two years of miscommunication the Gutenberg Drama has finally reached a tipping point. WordPress has been forked. Welcome to ClassicPress. The thing is, when your an Open Source platform…
Read MoreWorking with media in WordPress is, for the most part, a fairly simple task; especially with the more recent improvements to the media manager. Deleting media items, however, can sometimes…
Read MoreIn it's basic form: if ( is_user_logged_in() ) { // your code for logged in user } else { // your code for logged out user } Redirect to a…
Read More