Recent Topics

1 Nov 29, 2013 11:31    

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?

2 Dec 01, 2013 10:16

Okay, I just found the solution.

I simply created another function and put some conditional statements in it...

consider this as resolved...

Thanks!


Form is loading...