• 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)
  • do you have runPHP turned on for posts? PHP won’t run from within a post unless you set it to run. Therefore your code won’t work.

Viewing 1 replies (of 1 total)

The topic ‘How to show authors name linked to their URL?’ is closed to new replies.