Something that generates the image links is broken. You are not getting a valid src
attribute in the title
tag. The result is:
<p class="thumb">
<a href="http://paper-backgrounds.com/red-grunge-concrete-texture-3/" title="Red Grunge Concrete Texture">
<img src="undefined" alt="Red Grunge Concrete Texture" height="132" width="236">
</a>
</p>
Without that src
attribute the image can’t load.
As you don’t post the code that generated that HTML I can’t say exactly how to fix it, but should you post that code (as an edit to the question) I am pretty sure it is an easy fix.
Related Posts:
- Images all broken after migration and upgrade
- Saving Post redirects to 404 page when php $_GET variable in post body
- WP Knowledge Base Theme bug – Subcategories and Articles, Need to change WP_Query
- Experiences with compiling WordPress using Hip Hop?
- Custom Yoast Breadcrumbs URL
- Debugging upload problem: What part of WP does actual image-resizing?
- Insert code when users come from an specific referer
- CSS saved & enqueued, but wordpress doesn’t load css text, only file
- Add a Custom Class to Admin Menus
- login wp impossible
- Replace comment avatars and links at the same time
- Custom image upload
- How to scale image with equal width and height without distortion?
- How to display recent posts on home page with custom HTML
- PHP 5.5, w3 Total Cache, and opcache [closed]
- How do I add text in a shortcode?
- How to display php source code inside a post using visual editor?
- Stumped – Ajax Response Returns 0
- Attaching a pdf to Contact Form 7 e-mail via functions.php [closed]
- Upload Image in a WordPress page using PHP
- WordPress – how to replace with string on the_content() in single.php
- Getting array of customizer settings
- Ajax – Call to undefined function get_option()
- Display PHP within HTML values
- Show full posts in archive
- I want to select the from values from database in WordPress? [closed]
- User management system similar to wordpress one?
- How does WordPress know wich language is chosen when there is a database connection error
- populate form fields in a loop with ajax
- Error in custom php function doesn’t exist
- Recent Posts Not Showing Only On A Specific Category Page [closed]
- Contact form won’t submit
- How can I hide that I Use WordPress (with W3 Total Cache)
- Using same variable names in files added with get_template_part()
- Changing the_posts_navigation() html output
- Custom PHP script throws critical error ONLY when editing page
- Override a function defined in wp-includes/comment-template.php
- User register hook is not working in woocomerce register form
- Show meta box only for default page template
- Is it possible to define variables in a wordpress shortcode, and then call the shortcode using a specific variable?
- load ajax using admin-ajax.php
- How to have different header.php based on the user logged in?
- How do I remove a category from a wordpress loop>
- First Byte Time (back-end processing)
- How do I include SVG file used as featured image?
- Return product description
- How to add the sidebar to all the pages except the home page? [closed]
- Header not properly displaying on archive.php
- Adding regular php file to site
- ACF & Bootstrap Gallery Shows Blank Slides [closed]
- Remove slugs from custom posts type
- Generate CSV file and add data as a new wordpress custom post
- Simple jQuery AJAX Request fails to run PHP Script
- Update if post with specific title exists
- child parent styles enqueue order
- Trying To Get Child Categories To Show, Issue With foreach Loop
- Pass important values server-side when processing form
- Call featured image url
- pass html code to worpdress
- Use an anchor link to open an iframe inside a WordPress page
- Can ‘Custom Field’ data be inserted into this Short Code?
- In WordPress, how do you make several different editors for a single page?
- Merge 2 product attribute terms
- How do I reset $wp_query in a function?
- Add class to all img if they have a certain ACF field
- WordPress 6.0 class-wp-widget.php fatal errors in PHP 8.1.6
- Unserialize Custom Field & Save as Multiple Rows in WordPress Database
- How can I check that the acf field value is not a duplicate when adding a post?
- How to update custom fields when post is published?
- Trouble Accessing Gravity Forms API (GFAPI)
- How do I stop an Image Address from loading in the Browser?
- Add class to image in php
- Creating a checklist with ACF and I cannot figure out how to add all iterations to an array that I’m creating
- Add a default style if no Featured image is selected
- How does one make a URL return dynamic JSON with custom Content Type?
- custom-header not working
- Need to forward Data from WooCommerce Webhook sent to same site WordPress REST API custom endpoint
- missing admin bar and widget in a template
- ERR_TOO_MANY_REDIRECTS / To Force SSL Logins and SSL Admin Access
- How to load WP_Editor JS files manually (with AJAX)?
- My own theme’s custom widget areas are not working
- Querying posts from wordpress with 2 or more conditionals
- How to apply filter
- Importing demo data in Multisite
- Allow BBPress participant role to trash topics
- Posts with Custom Fields does not appear
- Manipulate database of WordPress site with my own scripts
- How to export database correctly for local to online
- Where are Sessions are being started? [closed]
- Setting field not saving on front-end
- Get the current page in a call back function
- Getting custom field data from cart page to checkout page in woocomerce [closed]
- PHP Use Declared array Variable inside already Declared Array
- How to create and add js and css file when server is not on my PC?
- Object of class WP_Post could not be converted to string while trying to console.log wp_get_nav_menu_items
- php grabbing every post made?
- Running a php code after User clicks a button? [closed]
- Edit Error Page style
- PHP $_SESSION array – only showing current index
- How can I use AJAX in child theme template?