Chip, you appear to be correct. I switched back to the default WP theme and there are no post images or thumbnails displayed. In fact, it appears that a theme needs to support WordPress’s new “Featured Image” functionality, which the Thesis Theme currently does not by default.
However, adding:
add_theme_support( 'post-thumbnails' );
to the theme’s custom_functions.php file enabled Featured Image support and now everything works like I want it to. WPTouch now displays Post Thumnbnails for every post for which a featured image is set.
Related Posts:
- how to create child WordPress plugin
- How do I replace a function, declared inside a plugin’s class, in functions.php?
- What are the best practices for updating?
- How to disable core and plugin updates
- TinyMCE Advanced newline problem
- Is there a plugin for posting inline comments, like in MS Word? [closed]
- Does plugin uninstall always put WordPress back into original state?
- Drag-and-drop “Panels”-style visual layout editor?
- Plugins or Tutorials for displaying data from SQL-db on WP-page? [closed]
- How to test a WordPress plugin through the upgrade automatically feature
- How can I list only sites that use a particular theme or plugin?
- Disabled plugins are security holes – rumor or reality?
- Failed to invoke other hook from the init hook
- Reblog from Tumblr to WordPress
- Plugin for Sending Email to Readers about New Posts? (besides “Subscribe2 “)
- Is it possible to remove this action? (as it’s added just before it’s called)
- There’s some way to add a wrapper around posted images?
- Advanced Integration – WordPress + YOURLS
- Redirect all blog links from WordPress.com site to new domain
- wp_enqueue_script fails to include in footer
- Automatically translating from existing .po and .mo files?
- How to show popup to a group of users?
- Limit the number of plugins that can be installed in a WordPress installation
- Should WordPress plugins adhere to WordPress admin panel styling?
- How can we deal with unmaintained plugins with vulnerabilities?
- Adding json as params to shortcode
- How to Sort the Favorite Plugins Screen Alphabetically?
- adding meta data using plugin to top of head
- First WordPress Plugin – Stat Issues
- MySql database help for a plugin
- How to checkout the wordpress.org plugin repository?
- Plugin to host auctions on your site
- Adding an Options Page to a Plugin
- How do I “get the next 10 posts after post_id == x”?
- How to Delete all Unused photos Function
- List Category Posts rewrite necessitates rewrite of customised templates
- Moving Share Buttons from a Plugin
- WordPress.org Plugin Directory doesn’t recognise screenshots [closed]
- How to check current user before all actions and filters?
- How do I create a filter feature on WordPress? [closed]
- Sending HTML emails via wp_mail not working properly
- WP Plugin for onpage link suggestions [closed]
- Customizing NEXTGEN Gallery To link images to pages
- Fatal error can’t activate a plugin [closed]
- Edit External CSS
- How to pass variables to a function argument using add_action [duplicate]
- }catch (ex){} showing in header [closed]
- add_query_arg not work in admin
- profile_update hook doesn’t works inside a class
- Best way to salvage a very old WP site
- Development of plugins to add components like JqueryUI
- How do I disable Photon on a non-premium WordPress site? [closed]
- File Uploader – Upload without adding to Media Library
- why the wp_register_script doesn’t work for register_activation_hook
- Trying to include files in plugin isn’t working
- Pull comments from one page/post into another page/post?
- Do WordPress plugins suport multisite site?
- A plugin popularity data inside “install new plugin” [closed]
- Error jQuery(domChunk).live is not a function
- I cannot include a file in my plugin settings page
- How to Add text value in Automatically in this conditions?
- wordpress fcm plugin not working on scheduled posts correctly
- Elementor: How to design Dropdown Select Box Navigation page like Chegg
- Get user edit functions in frontend for site admin
- Critical Error message of WordPress adming
- Clicking custom plugin admin menu redirects to “No Update Required” on live site
- Create new page in wordpress plugin which doesn’t exist
- Use WordPress Plugin without WP head
- Is it possible to pull all featured images from WP database only?
- How to assign a specific service to a specific provider based on location
- The plugin generated 227 characters of unexpected output during activation. If you notice “headers already sent” messages
- Creating custom “player-objects”
- 500 Internal server error wp_handle_upload_prefilter
- How can I disable W3 Total Cache Image Lazy Load for Specific Post Type?
- How can I pull in the most recent blog posts to a section with Elementor Page Builder?
- Migrations for plugins, page and theme: looking for a good approach
- How can I add a permissions callback to the REST API index pages?
- ERROR message: “The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.”
- Fatal error when activating my custom wordpress plugin
- Media library and Upload media problem
- How can I make the search bar in my wordpress site search all of the pages rather than just the blog posts?
- Nested DIV’s across functions in PHP, do not seem to work
- Help Code Review – I need to write on .htaccess file from theme’s function.php
- Render Shortcode in Lightbox Gallery
- How to move WordPress gallery image out of the link?
- How to force regenerate thumbnails in WordPress posts?
- I created a custom form in HTML/CSS and now I need it to submit … should I create custom PHP or is there a plugin I can use?
- dummy category, include .php file
- Problems with installing and deleting plugins
- Multiple Plugins Interacting with Menu
- Plugin constructor called multiple times
- How to show an image popup when one clicks on an image thumbnail?
- Add page-link after post content. Before plugin
- What method should I use for a sidebar widget that reads latest posts?
- how to call jQuery in admin as well as in homepage
- How to programmatically detect how many posts are displayed per page?
- wordpress last all added get meta value by post id
- Visual Composer Data Source?
- WP Offload S3 Lite “Please setup GD or ImageMagick” noticed
- How to delete Password Protected posts cookies when a user logged out from the site