Get Author Profile – Dynamically calling auth_ID
-
I’ve found the Get Author Profile plugin, which is great, except for one thing. I can’t figure out how to pass the author id automatically based on the post’s author…
I have several authors on a blog, and want to display a mini profile in the sidebar, when the post is viewed on single.php. I can call the plugin’s code conditionally with is_single.
I can pass the author ID to a variable within the loop. But I can’t seem to use that variable in the plugin’s function.
Any ideas, anyone? I really can’t afford to hard code the author id in the function. I don’t want to create an author.php page. I feel a tad stuck.
Cheers
The topic ‘Get Author Profile – Dynamically calling auth_ID’ is closed to new replies.