conditional tags question
-
I want to set a condition for if post updated if is not author 1.
For this, i added this<?php if (get_the_modified_time() != get_the_time() && ! is_author ( '1' ) : ?>
But, this is not working. Please help!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘conditional tags question’ is closed to new replies.