Skip to content

Instantly share code, notes, and snippets.

@theodorocaliari
Last active August 29, 2015 14:02
Show Gist options
  • Save theodorocaliari/81490785ac2a037d272f to your computer and use it in GitHub Desktop.
Save theodorocaliari/81490785ac2a037d272f to your computer and use it in GitHub Desktop.

Capitalise titles in WordPress

<?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