Created
November 27, 2016 10:17
-
-
Save celticwebdesign/cda276410f9ad8aa81050ed00a273932 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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