You can use the get_post_thumbnail_id to get the ID of the thumbnail, then with the function wp_get_attachment_image_src you can get the image of the size you want, including full size, using the second paramenter.
$thumb_id = get_post_thumbnail_id(get_the_ID());
$thumb_data = wp_get_attachment_image_src( $thumb_id, 'full');
Now in $thumb_data you have a nice array, or false if there’s no image.
The array has this structure:
[0] => url
[1] => width
[2] => height
[3] => boolean: true if $url is a resized image, false if it is the
original.
Related Posts:
- What Plugin Do You Use to Turn WordPress based site to A Blog Aggregator
- Setting up PubSubHubbub (PUSH) with WordPress
- Which plugin can do horizontal scrolling of RSS feeds in WordPress [closed]
- Best way to duplicate specific page content across two sites?
- On my WordPress 5.4 website, how to remove all feeds? Including Category and Tags
- RSS Feed has no Items (Possible Plugins Conflict)
- Getting table to format properly in RSS feed emails
- Getting table to format properly in RSS feed emails
- How do I create an HTML embed code to publish WP posts on other non-WP websites?
- PHP Deprecated: Non-static method should not be called statically
- Members Only site with Feed Keys
- How is the ” wp_get_update_data ” function used?
- Server-side subscribe by email?
- Are there plugins that interfere with the admin part of Rss widget?
- Simple plugin for showing RSS subscription links?
- WordPress plugin changelog RSS
- How to style the RSS wordpress?
- how to protect WordPress RSS Feed from “Feed Fetcher”
- Blog titles from WP blog on plain html site?
- External RSS feed to WordPress Portfolio
- Adding regex filter to feedwordpress
- How to reorder and display a feed to be chronological?
- How to grab facebook page feed?
- How do I get a post author’s image/avatar via RSS from another blog?
- WP RSS Aggregator plugins breaks after switch to HTTPS
- how to convert XML from URL to HTML
- Replace image urls(absolute instead of relative) by using filter in single page
- How can I add rel=”nofollow” attributes on RSS widgets?
- WordPress Following? Social Users?
- RSS feeds for specific topics
- Custom WordPress feed on Apache server returning 304 response for if-modified-since
- RSS icons have the same Alt tag. Lighthouse is failing these elements. How do I display different alt tags for each icon?
- WordPress PHP error getting posts from another wordpress blog
- “Share” Content from Another Site as Post
- Add HTML between feed items
- What is the RSS feed link for the newest WordPress plugins?
- Simply Exclude – Category feed exclusion is excluding from category feed instead of just the main feed
- Pulling RSS from site and display it in posts
- rss feed code help
- How to show random feed from DB and show content in my site
- Developing a Site Like AllTop.COM – RSS Reading Problem
- What are Seeds? [closed]
- Disable /wp-admin/plugin-install.php
- Removing the “Your backup folder MIGHT be visible to the public” Message Generated by the WP-DBManager Plugin
- Plugins not showing in dashboard->plugins section
- How to add favicon to my site – in both front end and admin panel
- How do I email a new page password to somebody every month?
- Gutenberg: How to use output of php render_callback function in the block editors backend?
- Custom database or Custom Post Types?
- How do I extract the Alt Text from an image attachment upload via the WordPress Options Framework Plugin?
- Themes VS Plugins [duplicate]
- How to load plugin before the wordpress jquery?
- Can a WordPress plugin or theme contain a virus?
- Upload file inside plugins options page
- Plugin Expires Headers – W3 Total Cache [closed]
- Add ![CDATA] to permalink rss
- Problem converting tags to categories while having large number of tags
- Color java code the way it is colored in eclipse [closed]
- What is generating my meta og:description?
- Certain actions failing when run through cron
- How do you allow users tag a photo
- Send Custom welcome email to specific user group
- Automatically populate title field
- Customised plugin failed to install and activate
- Trying to create a table/list of my EventBrite course listings [closed]
- Why is one phpunit test throwing an error on one class when all other classes are similar without error?
- WP_Http response throws “Cannot use object of type WP_Error as array”
- How to get all posts belongs to a user between a certain date
- Using Variable in WordPress Translate Functions
- Plugin getting Cannot modify header information errors
- Add item to the woocommerce dashboard menu from a plugin
- Multiple authors and readers restricted by role [closed]
- Is the bulk_action hook stable for use in 3.2.X?
- Can’t load the the canges of field groups [duplicate]
- Disable recpacha for contact form 7 specific form
- Adding custom post category to categories widget
- How can we get this dynamically as this folder may not be by the same name always → wp-admin
- Import 2000 posts from one website to another
- wp_remote_post To external API multiple values with the same key
- redirect to a custom page
- Add section (add_settings_section) to a custom page (add_submenu_page) not working
- cURL do not mimic click
- Wordress admin page is fetching error You do not have sufficient permissions to access this page.
- How to change text in a page by utilizing a custom user id?
- Which WordPress version to use for improved plugin compatibility? [closed]
- WP_Filesystem usage within a block of code
- Private WordPress blog, requires user registration approval, and allowing users to login with OpenID
- How do I make the selected layout display for all MarketPress pages?
- include plugin folder directly in theme folder to load faster page n wp
- Including a PHP file via a function that is part of a plugin?
- How do i remove “Powered by WordPress” from AMP?
- How do I set register_meta for a specific CPT?
- How to Enfroce Domain Licensing Limits? [closed]
- Override plugin constant using a theme
- How can I save the selected page in the dropdown after anyone clicks on Save Changes?
- Update Content for a Custom Block Toolbar Button
- Submitting form to admin-post.php WordPress
- WordPress Throwing Deprecated Errors on its own Files
- Changing slug when post is copied
- Show the author only own types of publications. (JetEngine, Elementor)