Thread Starter
nytx
(@nytx)
Hello, Thanks for the recent upgrade. I am still trying to find a solution to the above problem. I am a novice at php and so not surprised that the code I cobbled together below does not work. Do you — or anyone — have any recommendations?
<?php
if ($avtr == 'get_avatar ($post->post_author , 80)') {
echo 'echo get_avatar';
} else {
echo "";
}
?>
Thank you!
Thread Starter
nytx
(@nytx)
Resolved problem myself by copying page.php.