Skip to content

Instantly share code, notes, and snippets.

@maecha
Created August 14, 2018 04:02
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 maecha/7d9af82b186f3e9792c245e5bbbc4fe2 to your computer and use it in GitHub Desktop.
Save maecha/7d9af82b186f3e9792c245e5bbbc4fe2 to your computer and use it in GitHub Desktop.
Extract some code, Specific post tag, WordPress
<?php $posttags = get_the_tags(); if ($posttags) { $key = array_search($posttags, 'TAG_NAME'); $posttags[$key]; ?>
<!-- something do -->
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment