Inserting Images in Posts – Bug?
-
Hi All,
I am trying to add an image to a post, and I don’t know if I am losing my mind here, but something strange is going on.
If I add
<img src="<?php bloginfo('template_url'); ?>/images/external.gif" alt="External Link" title="External Link" />
to my post, it changes it to
<img src="<?php bloginfo('template_url'); ?/>/images/external.gif" alt="External Link" title="External Link" />
by adding a slash after the closing ? for the php tag.
Bug?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Inserting Images in Posts – Bug?’ is closed to new replies.