Is ther any variable i can use to retrieve the author id of a certain post inside the loop?
i've tried $authid but it doesn't seam to work, i've also tried the_author_ID() but it writes down the number and i need to use it as a parameter inside a php function.