Skip to content

Instantly share code, notes, and snippets.

@levnhub
Created October 13, 2017 00:28
Show Gist options
  • Save levnhub/fc127cf0f100642dd7d6c159b293cc2c to your computer and use it in GitHub Desktop.
Save levnhub/fc127cf0f100642dd7d6c159b293cc2c to your computer and use it in GitHub Desktop.
WP Post
// Если на странице поста, выводит "active"
<?php if( is_single( $post ) ) { echo 'active'; }; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment