Rename WordPress Default Post Type

Change WP’s default “post” type menu and overall labels to anything you want, by replacing every instance of “post” using the code below with your desired label. Post this code in your theme’s functions.php file.

  Reference URL

WordPress Command Line

Use WP CLI to automate and execute on WordPress tasks from the command line, instead of the WP admin dashboard. Especially useful for installing wordpress, backups and updates of wordpress and it’s plugins, changing option values and adding users. Here’s … Continued

Order WP Post By Max or Min Meta Value Number

Order your wordpress posts query by max or min meta key value by adding: orderby => ‘meta_value_num’ and the meta_key you wish to orderby.

 

 

Get Yoast SEO WordPress Title

On Page Template:

  On Archive:

  On Term SEO titles:

  On Tags:

 

Disable Comments and Commenting from WordPress

Completely disable the commenting system on your WordPress site.

 

  If you have any questions about how to disable comments in WordPress, you’re welcome to ask me on Disqus or get in touch with a WordPress developer … Continued