Add color picker to wordpress admin metafield

Step 1 Enqueue the script & stylesheet for the WordPress color picker.

  Step 2 Add an id=”my-color-selection” or class=”my-color-selection” reference to the custom meta field you would like to use as the color picker. You can also add … Continued

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.

 

Fixing Posts 2 Posts and The Events Calendar plugin compatibility

  References: http://tri.be/support/forums/topic/posts-2-posts-connections/

Remove Editor on WP Page Template

If you would like to remove the default page editor on a specific page template, you can use the following code snippet in your wordpress theme’s functions.php file. Modify your page template by changing the $template_file name ie contact.php.

Continued