Author resource box
-
Hello, I’m trying to add a resource box (this is the “author bio” that is below an article body and it’s also known as your “signature”) at the end of every article.
Obviuosly, each author will its own resource box. I thought about using the “About yourself” field in the user profile to store a url to a .php file containing the signature of the individual user.
My intention is then to retrive the url to include the .php file at the end of the article. Sort of:
<?php include(the_author_description();) ?>
But this line of code doesn’t work.
Any suggestion?Thank you and sorry for my not so good english.
Alex
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Author resource box’ is closed to new replies.