from within the repeater:
<?php getFBLikes(get_permalink()); ?>
on the page:
function getFBLikes($theurl) {
//code blah blah
}
I removed everything within the function (& even the function itself) and the repeater still fails. Is there something wrong with the way the function is being called?
Ok, found the issue in the repeater:
– I have a php function within the repeater that is causing the issue.
Are we unable to call a function from within the repeater?
Thanks for quick reply!
And, the fail was in the repeater. Thanks again.