Skip to content

Instantly share code, notes, and snippets.

@davidvandenbor
Last active October 15, 2015 10:21
Show Gist options
  • Save davidvandenbor/199c464cefabb3b72510 to your computer and use it in GitHub Desktop.
Save davidvandenbor/199c464cefabb3b72510 to your computer and use it in GitHub Desktop.
WordPress: show the category title
<h1><?php //single_cat_title() ?></h1>
<?php //echo str_replace('Categorie: ','',get_the_archive_title()); ?>
<?php //echo '<h1 class="page-title">' . single_cat_title( '', false ) . '</h1>'; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment