summaryrefslogtreecommitdiff
blob: e47b511f22187b83d0e6e0174e09fdf28a232a82 (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());
}