I am creating a custom display template that will show the date and contents of a blog post on the right, with a thumbnail of the author on the left. I cannot figure out how to retrieve the URL for the users photo from the display template.
My first thought was that maybe there was a Managed Property I could choose in the property mappings. The Author Property will give me the Last Name, FirstName of the author. There is also a AuthorOWSUSER, which I thought might be an object with properties I could reference, like .FirstName, .Picture, etc. But this doesn't appear to work.
My guess is that I have to do some scripting in the display template itself, but I just don't know where to find any references on this.