No idea, never used twenty eleven theme. I opened the theme files. Check out showcase.php around Line 104-118.
Should be on line 115 – just remove the anchor wrapping the post thumb,
<a href="https://wordpress.stackexchange.com/questions/52498/<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_post_thumbnail( $thumbnail_size ); ?></a>
Related Posts:
- Difference between the_content() and get_post()?
- Insert Ad Code in the Middle of a Post
- get_the_excerpt() not returning anything when post has no excerpt
- Function to wrap the_content in a div
- Function to show only first instance of shortcode
- Automatically insert php function into post $the_content
- Make “sidebar template” the default template for new pages
- Display trackbacks separately from comments in twentyeleven
- Searching for content post
- str_replace function in theme
- Adding HTML to the end of every post with the Block Editor
- Inserting a functions output after the content
- Add caption functionality to custom WordPress theme
- Add Element as a Filter to the_content
- Insert template-part inside the content
- Remove links from the_content when using filters wp_trim_excerpt
- New custom menu created. how to apply it?
- How do I pull excerpts from pages?
- does wp function the_content(); accept another tag inside
- Undefined variable error in new function
- How to remove a specific word at the beginning of the content and add it to the end of the content
- The_content and Preg_replace in loaded Iframe [closed]
- first paragraph of the_content as meta description
- Changing where my author box is printed
- Insert Content Before div#main from the functions.php File
- If is_single in functions.php
- Conditional function for excluding first image from content, not working
- Strip all HTML tags from product content and resave
- Remove External Links from WordPress posts Using add_filter() in Theme functions.php
- $content is empty while using DOMDocument
- Shortcode to eliminate and replace with
- Function the_content
- How accomplish modification the_content if home/start page?
- Creating mixture of shortcodes to use in the visual/text editor
- How I can show short content with short tag
- Advantages and disadvantages of using automatic-feed-links
- Convert hyphen to underscore in permalinks
- wp_mail not running inside Cron
- Remove product description from product archive page
- Logging in redirects to correct page but shows logged out content until forced refresh
- Displaying Widgets
- Display WooCommerce subscriptions for user [closed]
- Increment price for Woocommerce Minicart [closed]
- Change woocommerce products weight varation based its product category or tags? [closed]
- How to determine which custom header image is being shown
- Completely disable RSS feeds on WP 5.5.2 and show a 404 page instead of die();
- Check if row exists before inserting
- Missing argument 2 for a custom function widgets_init
- Removing the main link to Jetpack from the menu
- Defining a global array in functions.php?
- Set quantity of woocommerce product on page visit [closed]
- get_post_type() in in_array doesn’t work for some reason
- Show top commenters without using a plugin
- How to remove set_post_thumbnail_size() in child themes?
- Post thumbnail not showing in WP admin area for custom post type
- Fatal error: Cannot redeclare when switching themes
- How to load jQuery in the footer – nothing works for me
- Best practices regarding the creation of custom widgets?
- How to remove style attribute in WordPress RSS output?
- Multiple Loops Meta Data
- How to stop wordpress from injecting hard-coded style into image attachments with captions
- If ACF field is empty show different value [closed]
- What is the text that appears beside the page titles in the list of pages in the WP admin?
- Two functions with different arguments and add_actions, but identical code
- How to fix get_the_category function returning incorrect slug?
- How i can put $_GET codes in function.php?
- Disabling visual editor on a specific post
- Auto log in hook is requiring a page refresh
- Testing for a shortcode using a function. 404 page throwing PHP Notice
- How to get post revisions in my custom rest API? [closed]
- Possible to merge these two functions?
- Strip div From Excerpt
- dynamic site link for future migration in echo do_shortcode()
- Hide tab Buddypress profile for visitors, not logged in users
- Add a mature content warning to first-time visitors
- Show Featured Image in else statement
- Function to check if custom page is used by page?
- Simplest Way to Build Custom Archives Page?
- Filter for replacing the WP_query object for a given category
- Custom user role still showing up after deletion, ideas?
- Bizarre Child Menu Issue on WP Site
- get variables data from functions.php to template wordpress (without global variables)
- how to increase connection time
- Shortcode to insert default text and change one word throughout it?
- Reference multiple style sheets, clearing styles for permalink page, custom fields for css
- Add schema to Search result page’s body. Tried using is_search
- Drop down list code for sidebar
- Shortcode Initialization in a Custom Theme
- Hide disclaimer from summary excerpts
- Open image size links in a page instead of direct image link
- Allow tags and attributes in post and pages content
- Override parent theme function that is not hooked or in the functions.php file
- Function to get thumbnail img source
- Syntax for a function in order to get post’s title in JSON encoded response [closed]
- Comment Function
- WP Custom Comment Callback Not Responding
- Do something when user creates post (that’s pending)
- Add product to cart from functions.php
- Comment turned Invisible
- How to add more than one menu for logged in members?