Skip to content

Instantly share code, notes, and snippets.

@palimadra
Created October 16, 2014 07:29
Show Gist options
  • Save palimadra/aa84a73e1b8e658a96f4 to your computer and use it in GitHub Desktop.
Save palimadra/aa84a73e1b8e658a96f4 to your computer and use it in GitHub Desktop.
Capitalize post titles
<?php
//capitalise titles in wordpress
add_filter('the_title', 'ucwords');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment