How to check if Author image is blank
-
Hi,
I want to check if the user does not upload an image. How do I do that with this plugin?
I tried this and it does not work:
<?php $author = get_userdata( get_query_var('author') );?> <?php if ( !empty($author->the_author_image) ) { ?> <?php the_author_image();?> <?php } ?>
but it does not work.
Any suggestions would help!
Thanks,
JC
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘How to check if Author image is blank’ is closed to new replies.