Images on Latest Posts vs. Blogs
-
I am using 1.2.3 on WPMU 2.91. The install is a single blog in a subdirectory.
On my “Your latest posts” page, configured in “Reading,” images are not being displayed. Their URL in the code is:
<img title="IMG_4135" src="../files/2010/03/IMG_4135-225x300.jpg" alt="" width="225" height="300" />
The links and the thumbnail both are 404.Compare this with the code in the blog entry, which displays the images correctly:
<img title="IMG_4135" src="../files/2010/03/IMG_4135-225x300.jpg" alt="" width="225" height="300" />
Yes, they are correct identical. But, when on the “Your Latest Posts” page, the “../” portion of the code does not refer the browser to the proper location.
Should I code a new latest activity page in a custom template? Is there another fix?
- The topic ‘Images on Latest Posts vs. Blogs’ is closed to new replies.