This question may be related to a resolved thread.
I feel like deja vu. I posted this a few days ago, and now there’s no record of it. I suspect this is because I didn’t add a title. Interesting.
In any case, my problem is this. I’ve got some board member bios I want to post, including an image.
I created custom fields for the board bios.
For the image, the idea is to just include the url in the field, and then have it render on the page with the code:
{bio_photo_url}As you see here, the images don’t come out. Other bracket content does, though.
FYI, the entire code is:
{exp:channel:entries channel="{my_channel}" orderby="date" sort="asc" limit="15" disable="member_data|trackbacks"}
<div class="entry">
<a href="http://{title_permalink=site/article}">{bio_photo_url}</a> <h2><a href="http://{title_permalink=site/article}">{title}</a></h2>
<p><b>{bio_title}</b><br />
<div class="catsum">{bio_about}</div><br />
</div><br />
{/exp:channel:entries }<br />
{/if}Debug is now set to 1, didn’t help. I’ve also tried changing the format of the url text from “none” to “auto br” to “xhtml” - none of these seems to make a difference.
Any ideas?