Skip to content

Instantly share code, notes, and snippets.

@udzura
Created November 10, 2009 11:17
Show Gist options
  • Save udzura/230809 to your computer and use it in GitHub Desktop.
Save udzura/230809 to your computer and use it in GitHub Desktop.
<?php if (!get_post_meta($post->ID, 'hide_title', true)): ?><h2 class="post-title"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2><?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment