Custom Author Output PHP Help
-
If the author ID of the current post = 23, I want WP to display custom output. I have this code, but it always displays the byline no matter what # I use in place of ’23’:
<?php if (($the_author_ID ='23' )); { ?> Author byline here <?php } ?>
Is there a WP/PHP guru out there who knows what variable I’m missing?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom Author Output PHP Help’ is closed to new replies.