superb but i had a question do u have a function reference or something
I want to display the cover images of the latest 8 albums. Well was going through your function list but dnt know if i’m going the right way
This is what im trying
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. The code button is your friend, please learn to use it. ]
$albums = wppa_get_albums();
foreach($albums as $k => $v) {
?><a>wppa-album=<?php $v['id']; ?>&wppa-cover=0&wppa-occur=1" ><img src="<?php echo wppa_get_photo_url($v['main_photo']); ?> "/></a>
<?php
}
sorry to bother u like this ??