Skip to content

Instantly share code, notes, and snippets.

@someguy9
Last active October 25, 2022 15:34
Show Gist options
  • Save someguy9/e997e6317af937b236a21f76a5080dbb to your computer and use it in GitHub Desktop.
Save someguy9/e997e6317af937b236a21f76a5080dbb to your computer and use it in GitHub Desktop.
WordPress get current page title
<?php
// Display post title
echo get_the_title();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment