if post id is wordpress php

39

if( is_single( 2578 ) ) {
    /* ... */
} else {
    /* ... */
}

Comments

Submit
0 Comments