Hi, can't quite seem to figure this one out.
Using the <img> tags on the main page and the post pages works fine, but in the category pages they won't even appear in the source.
Using 1.5, and no unusual plug-ins to speak of.
Hi, can't quite seem to figure this one out.
Using the <img> tags on the main page and the post pages works fine, but in the category pages they won't even appear in the source.
Using 1.5, and no unusual plug-ins to speak of.
Archives (in the default theme) use the_excerpt instead of the_content to display the post text, and the_excerpt strips out all html tags (formatting, links, images). If you want to show pictures etc. on category/archive pages, replace the_excerpt there (I mean the Archive Template) with the_content
Worked perfectly!
Thank you very much!
Thanks a ton!
This topic has been closed to new replies.