Hi,
I am attempting to create "About the Author" box. But I want something to look like this:
1. Auhtor's profile photo (solved)
2. Add a short description of the author by calling the function which stores "About Me" (as seen from the back-office). (still looking for the right php code)
3. My site has five different authors/publishers. How will I implement the code for this, so that the author's description would be based on who wrote/published the post?
e.g.
1. Author of the post: Fplanque
Description (Based on the information written in "About Me" box from the back office)
2. Author of the post: sam2kb
Description (Based on the information written in "About Me" box from the back office)
How will I do this?
Okay, I just found the solution.
I simply created another function and put some conditional statements in it...
consider this as resolved...
Thanks!