Forum Discussion

sdujari's avatar
sdujari
Mentor
10 years ago

Formatted author in custom component

I created a custom component that displays blogs. I am using the following to place them on the page:

 

<a class="lia-link-navigation lia-page-link lia-user-name-link" style="color:#53565A" target="_self" href="${firstBlog.author.@view_href}"><span class="login-bold">${firstBlog.author.login}</span></a>

 

How can I do the same but include their ranking icon if they have one so it matches the Lithium built pages?

 

Thanks!