summaryrefslogtreecommitdiff
blob: e021319312780573d8519209abfa2d08ca2ec246 (plain)
1
2
3
4
5
6
7
<?php

if (is_numeric(get_the_ID())){
    header("Location: ".home_url()."/#article/".get_the_ID());
} else {
    header("Location: ".home_url());
}