Skip to content

Instantly share code, notes, and snippets.

@ashsaraga
Last active August 27, 2021 16:25
Show Gist options
  • Save ashsaraga/4d4c0aceb9f582bbc5615e347010fc6e to your computer and use it in GitHub Desktop.
Save ashsaraga/4d4c0aceb9f582bbc5615e347010fc6e to your computer and use it in GitHub Desktop.
<?php
// Echo with lowercase first letter
echo lcfirst( post_type_archive_title( '', false ) );
// Echo as titled in WP
echo post_type_archive_title( '', false );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment