kalponikoronno

article slug name dynamic

Feb 19th, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.08 KB | None | 0 0
  1. <?php
  2. global $post;
  3. ?>
  4. <article id="<?php echo $post->post_name; ?>">
  5.  
  6. </article>
Advertisement
Add Comment
Please, Sign In to add comment