Home › Forums › WTI Like Post PRO › Custom Button Integration and Like Avatars Placement › Reply To: Custom Button Integration and Like Avatars Placement
November 1, 2016 at 8:37 pm
#465
ILLUMINICE
Participant
Hello Again,
Sorry for yet another consecutive post (we’re obviously in different time-zones)… Please read my posts above first.
Regarding #2
I’ve been trying to get the avatars to appear on the post pages without success. This is the code I’m using in my single post template:
<div class="wti-user-likes wti-likes-<?php the_ID(); ?>">
<?php GetWtiUserLikes(); ?>
</div>
When the page loads there is simply nothing inside of the div with this code. I’m obviously doing something wrong. I also had a thought, that I’d like each avatar to be linked to the respective author page. This is really something that the plugin should do by default (perhaps with an option).
~ Michael