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

Disable Comments and Commenting from WordPress

Completely disable the commenting system on your WordPress site.

 

 

Change Archive Post Number for Custom Post Type

Modify the number of WordPress posts or custom posts to be displayed on a custom archive page by adding this filter to your functions.php file in WordPress.

  Change the number of “posts_per_page” to meet your specs, if you … Continued

Add Content or Description to Featured Image Meta Box

 

Remove WP post editor for specific page templates

 

Advanced WP Page Navigation with Page Numbers

Show page numbers in a wordpress archive template’s page navigation.