I did two of them but have problem with the 3rd one.
I want to set avatar of any story as image_src. It should look like this:
- Code: Select all
<link rel="image_src" href="http://......./image.jpg" />
What I want:
- Code: Select all
<link rel="image_src" href="
<?php
if [avatar] exists
insert full link to avatar.
else
set news.gif;
?>
/>
Can anyone give me the proper code based on the above pseudocode?
