How can I retrieve the user profile picture of the person who created the page or blog entry?
this do not work:
Code: Select all
<?php echo $user->profilePicture() ?>and this also not working
Code: Select all
<?php $users->keys('profilePicture') ?>Code: Select all
<?php echo $user->profilePicture() ?>Code: Select all
<?php $users->keys('profilePicture') ?>Code: Select all
<?php echo $page->user('profilePicture'); ?>