Advanced WP Page Navigation with Page Numbers

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

 

Separators for LI Elements using CSS and :nth-child

Separate your html list elements with back slashes, commas, dots or whatever icon pleases you by using CSS.

 

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

Show posts where checkbox meta_query is checked/true

Show all posts where the post meta field checkbox is checked requires adding a meta_query to your query arguments.