Skip to content

Instantly share code, notes, and snippets.

@jackfearing
Created January 31, 2023 00:12
Show Gist options
  • Select an option

  • Save jackfearing/e3bc8c93ca1f722de7bad54509b6a213 to your computer and use it in GitHub Desktop.

Select an option

Save jackfearing/e3bc8c93ca1f722de7bad54509b6a213 to your computer and use it in GitHub Desktop.
// USAGE
<?php the_title( $before, $after, $echo ); ?>
/* $before
(string) Text to place before the title. Defaults to ''.
$after
(string) Text to place after the title. Defaults to ''.
$echo
(Boolean) Display the title (true) or return it for use in PHP (false). Defaults to true.
*/
// EXAMPLE
<?php the_title('<h3>', '</h3>'); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment