How to show authors name linked to their URL?
-
I have tried to show the authors name linked to their URL in a post, but it does seem to work?
<?php if (get_the_author_url()) { ?>“><?php the_author(); ?><?php } else { the_author(); } ?>
Does the version wp2.1.3 I haveloaded have anythin to do with it??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘How to show authors name linked to their URL?’ is closed to new replies.