Advertisement
Guest User

Untitled

a guest
Mar 6th, 2014
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2.     $post = get_post(get_the_ID());
  3.     $post_name = $post->post_name;
  4.     header( 'Location: ' . get_site_url() . '/forum/forum-category/' . $post_name ) ;
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement