Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save celticwebdesign/cda276410f9ad8aa81050ed00a273932 to your computer and use it in GitHub Desktop.
Save celticwebdesign/cda276410f9ad8aa81050ed00a273932 to your computer and use it in GitHub Desktop.
category.php
<?php
$homepg=get_bloginfo('url')."/news-notices/news/";
header("Location: $homepg",TRUE,301);
// http://websistent.com/redirect-wordpress-archives/
// Redirect unused category page to news page.
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment