images folder is inside theme’s folder.
But relative URLs do not work that way. They are relative to the URL not to the filesystem path. Your problem is here:
<img id="thinker01" src="https://wordpress.stackexchange.com/questions/74779/images/thinker01.png" width="120" height="163" />
If you look at the request (via HttpFox or other means) you will see that the browser is looking for the image at http://your-site.com/images/thinker01.png
and not at http://your-site.com/wp-content/themes/your-theme/images/thinker01.png
Don’t use relative URLs like that. Give it a complete path as you did with your stylesheet.
Related Posts:
- Getting Images from theme’s directory in pages
- Creating a rotating header /image slider using theme customization
- Screenshot.png not showing up
- Any specific reason why images do not show on site?
- How to add an image to the post preview in the free theme “food recipes”
- Divi Theme – images not showing on front page [closed]
- Problem Cropping Images From WP Customizer
- How can I display an image description, from an image gallery?
- How to upload and style svg logo?
- How would you add sequentially numbered labels to images in posts?
- How to get rid of undefined variable in previous post image
- How can I change the header on the pages?
- WordPress does not load most theme images
- How to change a theme’s footer image
- Site only working in browser where I created it
- Image sizes reset when changing theme
- WordPress and Advanced Custom Fields and Flickity
- Adding custom html/css/images to Theme
- How to add multiple images in a page
- Theme files and imagesnot loading on a mobile device
- How do I change a Themes Header Image?
- What type to upload image within theme options?
- How to get customable image header?
- WordPress Theme: replace logo image with title site if file doesn´t exist on server
- I am having trouble displaying an image at the top of a widget area [closed]
- WordPress Site Broken and it gives Headers Already sent error
- show hide image script after 4 seconds [closed]
- How do I disable responsive images in WP 4.4?
- How to delete resized (cropped) image uploads and prevent future resizing?
- After Moving a Site to Another Domain, All Images Are Lost
- Featured image shortcode
- How to find attachment by it’s name?
- Change html structure of all img tags in WordPress
- Theme Customiser Image Control
- How to disable “insert into post” only when selecting the Featured Image?
- Is there a way to define a default caption to all uploaded images
- How to increase media image scale limit?
- Dynamic-Image-Resize Plugin does not output anything
- How to default all users to no link for attachments?
- How to output placeholder image if no featured image set?
- Cannot access the thumbnails of attachment images… Cannot find the reason
- How to place an image into header.php? [closed]
- Uploading an image as featured image from frontend form
- @wordpress/create-block image url in css
- How to include a picture in a blog post such that it will show in Facebook?
- Remove ‘wp-content/themes/themename/’ from Image path
- Why html tags are being appended to my pictures?
- How to create a simple slideshow out of a post image gallery?
- wordpress media library shows empty images
- How to change the target size of images clicked on in WordPress standard gallery
- Adding different backgrounds for different pages
- Mobile Featured Image Bug
- If Media Type .GIF
- Migrate image from my old blog
- the_post_thumbnail() image sizing problem?
- Imagick vs GD colour issues on image uploads
- How to add image and featured image to post by WP REST API
- Get ALT attribute from title post (code not work)
- Resize images in existing posts
- WordPress PNG compression issue
- “Unable to create new image” error in wordpress dashboard image editor
- Fallback image size when using wp_get_attachment_image_src / full size compressed image
- How can I add a ‘Click to Enlarge Image’ feature, with the enlarged image opening in a popup?
- What is the meaning of WordPress’s recommended css classes and where are they applied?
- Is there a resolution limit in image resize?
- Image editor is not loading
- Images give 404 after changing default domain
- Load Gallery Images with Title on Homepage BX Slider
- Resize images in batch
- How can I check if the first block is an image aligned left or right?
- Advice on image heavy site, compression and slow page loads
- Blurry images when using add_image_size with crop
- Auto delete pictures in media library by age
- Can wp_get_image_editor convert to icon?
- How to get image URL from media_sideload_image?
- Can’t get text to wrap around image
- Allow SVG in WP step by step
- Product Images Low Quality After Updating From WP 3.5 to 4 [closed]
- Auto-crop width, not height
- Convert featured images into “product images”
- Having an issue in compressing Images in wordpress site
- Word press cutting sliding images – not displaying the entire image
- How to re-arrange images in default WP Gallery more than one image at once?
- Image links broken / “DNS Update Required” message
- After moving a site to new hosting, not all images are showing in media library
- How to inject alt and title attributes for every image in each post into HTML?
- Custom Background for each page and post
- How can the alt be added to this wooCommerce category image?
- Displaying “alt” attribute text as captions?
- Image to only show up in the single post page, not on the blog/home page
- Delete images of a particular size
- Add category description to list of category with taxonomy image
- Images in sub-pages fail to load
- How do add custom class and id to the that is generated from media gallery insert image into post [duplicate]
- How do I get the URL of only the first picture in a WordPress post?
- Images getting corrupt automatically
- Thumbnail size keeps resetting automatically
- Media Library shows default image instead of image preview
- Profile Image displaying on Wrong side of WordPress Navigation Menu
- How to add image alt attribute to the thumbnail code