You need to include the path to the theme.
bloginfo('template_url');
get_bloginfo('template_url');
So:
<img src="https://wordpress.stackexchange.com/questions/286179/<?php bloginfo("template_url'); ?>/footer-image.jpg">
Related Posts:
- How do I hook into WordPress to save an uploaded photo as an alternate size to an existing photo?
- How to check if image is already stored in a site’s post database? (network)
- Adding a custom image upload size and making it selected by default?
- Hide custom image sizes from media library
- How to draw media details for Isotope gallery using Photoswipe
- Create Image Uploader for Widget
- Permanently remove first image from posts
- Debugging upload problem: What part of WP does actual image-resizing?
- How to resize image on client-side before upload?
- Adding Featured Image to Post programatically
- Get a Page’s attachments in Gallery order
- How do I get images (with a thumbnail preview) to show in search results?
- How to get custom image size for image uploaded in Customizer
- Using wp_get_image_editor in a standalone script
- Assign a picture URL to a page via PHP
- Styling images coming from another blog
- How to scale image with equal width and height without distortion?
- IMG src weird behaviour inside a single post loop
- Escape post image attachments added to template
- Display post image with fancybox
- How to get media objects
- PHP code to call image Caption, Alternative Text, and Decription?
- Echo URL of large version of Featured Image
- Change the URL of an image from wp_get_attachment_image_src except in the frontpage
- How to get specific image in media library with php
- hover image appears below placeholder instead of overlayed
- Add custom url to featured image
- Best practice for migration friendly images in posts/pages?
- Get the post ID and display the images
- Responsive Header for Phone
- Unread Repeater field IMG alt not working
- Upload multiple images to a Woocomerce product
- What is the alternative to “ when it comes to calling Media (image) files in the ‘attachment.php’ file?
- Accessing an image folder inside public web directory
- Why my image upload button is not working in wordpress widget area?
- Images not displayed when moving site to local
- How to make own crop image function for WordPress plugin
- WordPress automatically adds links to uploaded images
- Timthumb.php image gallery not working on Multisite WordPress
- Where are the src and srcset sizes coming from?
- Live to Local on MAMP, not working, outputting functions.php code
- $_SESSION variable not saving on page refresh or new page
- HTML showing after PHP code in tag
- Only show first image in foreach loop
- trying to get wp_get_attachment_url to output clickable link
- Change default gallery images – Currently they are displaying full size imagese
- Creating black and white copy of an image [closed]
- Shortcode function doesnt work without caption
- Get featured image with custom size outside WordPress
- Images Uploaded saving onto older/previous year folders
- Add valid XHTML closing img tags to WordPress galleries
- Convert canvas to image and upload image to server
- Image Sizes/Thumbnails not generating on local install Ampps
- How to Make Thumbnail of Post Stay Animated
- Convert all uploaded PNG files to PNG-8 format
- foreach repeat html structure after every nth for attachment [closed]
- CSS images don’t show up with bloginfo
- how to show images without passing it to timthumb.php file for resizing
- Some problems in custom widget
- Displaying images outside the content
- Checking page before applying image restrictions while uploading
- Change extension to .jpg when webp is not supported
- Prepend to all image URLs with PHP, only for mobile devices
- Change the URL of an image from wp_get_attachment_image_src for Product Posts based on Category
- Configure WordPress to Use Responsive Image Rendering
- How to use data URL in WordPress?
- Replace background image with post thumbnail in shortcode
- Resize post thumbnail
- Where Do Image Dimensions Get Added To A Filename?
- wordpress contact form messages not sending although it saying they were sent successfully with this php code
- Featured images duplicating and replacing next image
- Get list of posts from attachment
- I can’t load my images from a js file using wp_localize_script
- Windows Setup: Error establishing a database connection
- Get the image title and alt from custom query
- How to always display full size image
- Local WordPress from Git repo, where to set document root?
- what’s the syntax for if the image exists get the image?
- Migrating a live WordPress website to a Local Server: why some elements of the website are missing?
- Retrieving specific images from Media Library
- How do I routinely extract the thumbnail of the most recent post?
- How to change this internal image link parameter using PHP?
- My customizer’s setting doesn’t set to the default and needed to click the control’s “Default” button before it’ll be set
- Pass php to database in JQuery: With AJAX?
- Retrieve first image url from custom post with pagination
- Name Input from widget displays Sidebar name instead of saved data
- images in wordpress themes
- How to use custom fields to replace top-level parent title with an image using wp_list_pages?
- Crop images in both sides on wordpress [duplicate]
- How do I return an image from a script
- Display Post Titles on top of the_post_thumbnail()
- add if statement to the featured image
- How to automatically convert images to WebP on WordPress?
- WooCommerce: write featured image dimensions to custom fields in product’
- Generate and upload screenshot as featured image for user-submitted post
- How Create Automatically Image jpg.webp from image .jpg without delete or change original images upload
- Using Featured Image as Hero Background in Word Press
- How can add alt tag in following code. Image are showing dynamic in wordpress
- HELP PLEASE PHP slider css
- Restricting Image Upload Sizes using ‘wp_handle_upload_prefilter’ – Stuck media progress bar when Featured Image?