Skip to content

Instantly share code, notes, and snippets.

@tdrayson
Created October 27, 2020 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdrayson/c0dbdacac145ffd38fe39e861aca5738 to your computer and use it in GitHub Desktop.
Save tdrayson/c0dbdacac145ffd38fe39e861aca5738 to your computer and use it in GitHub Desktop.
<div <?php post_class( get_the_ID() == get_queried_object_id() ? 'oxy-post current-post' : 'oxy-post'); ?>>
<a class='oxy-post-title' href='<?php the_permalink(); ?>'><?php the_title(); ?></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment