Find the post thumbnail reference in your homepage template, or content-{single?}.php -whatever is generating the 180×180 image and change it to:
<?php the_post_thumbnail( 'full' , array('class' => 'home-page-thumbnail') ); ?>
and add the following to your style.css file:
.home-page-thumbnail { clear:both; }
Related Posts:
- is there a simple way to list every templates / php files used to generate a specific page?
- How to use SRCSET with get_the_post_thumbnail()?
- Understanding WordPress child theme custom JS loading
- WordPress loop specific thumbnail size
- How to make thumbnail image fit into a div where image dimentions are completely different?
- Where to edit the template that is generating the code for dynamic_sidebar left-sidebar in the Understrap theme? [closed]
- ‘Post-thumbnails’ feature does not seem to register
- How to specify the path for require_once in a child theme?
- Warning: printf(): Too few arguments in helpers.php file
- Help Fallback (thumbnail)
- Removing “Powered by” footer using child theme PHP [closed]
- Need advice on theme customizer and child themes
- WordPress files break if I edit them, but adding a closing PHP tag fixes it
- WordPress child theme, creating a custom php template page
- Add Text Area To Child Theme’s Home Page
- How to correctly add the featured immage (thumbnails) support in a WP theme? Why I can’t add a featured immage?
- How do I create a single.php file as the default template for single posts in the twentytwentythree theme?
- How to style options page in dashboard?
- Theme Options Page – User Updates Logo
- WP dynamic featured image – Can’t get second featured image url
- Converting HTML Template to WordPress Theme
- Set the background to a default image if there isn’t a specified “featured image”
- How to use my style.css file outside of wordpress subdomain?
- How to show part of the_content?
- Wp-login appears White Screen, Error: Cannot modify header information
- How to remove the cufon script from Dzonia Lite theme [closed]
- get_the_tags() not iterating through for/while loop, but will with foreach
- Hide categories that are not used in the post type
- How do I add custom bulk actions to multiple custom post types?
- Add_action not working in required file of functions.php
- How to set up VS Code for WP plugin/theme development in 2021? [closed]
- PHP variable = get_the_post_thumbnail_url outputting without slashes
- Is it possible to use Data URI image to set a post thumbnail?
- adding custom user input fields in WordPress admin dashboard gives error The link you followed has expired. Please try again
- what is the best practice to add new field to an api route
- WP Post-Thumbnail
- Grab posts by multiple categories
- Can’t access variable outside for loop
- I have a problem in the order of enqueues while enqueuing stylesheets and scripts for a specific page in my function.php
- add custom link to wordpress media gallery modal
- Need Help Fixing My Iframes [closed]
- Avoid parallax images hardcoding
- Improve page speed loading using CDN and async or defer attribute
- populate form fields in a loop with ajax
- Error in custom php function doesn’t exist
- Customizer: active_callback and sanitize_callback incompatibility?
- post created but no permalink
- Display custom post type title as text if post thumbnail is not available
- Populate editor with some content of a page with a page template
- Replace part of a parent-theme customizer in the child-theme
- Two queries for a WP_User_Query search work perfectly apart, but not together
- Recent Posts Not Showing Only On A Specific Category Page [closed]
- Catchable fatal error: Object of class stdClass could not be converted to string after WP 4.7
- Menu jumping when calling it via PHP
- Displaying recent posts on static page with template-part via shortcode
- How to edit widget code to add unique class name to each div?
- Compare the old get_theme_mod($name) to the new get_theme_mod($name) return value
- Skt full width basic slideshow problem
- two columns of posts on homepage, one of them “favorites”
- How to disable controls in theme customizer?
- How do I link a button I created in theme customizer to a function?
- Trying to retrieve post meta
- How to edit php files in Child Theme?
- WordPress Child Themes
- can i fetch a custom metabox data in another page or post type?
- Is there a way to conditionally check whether a WordPress post title is empty?
- Is the “_s” on this `sprintf(__(‘Page %s’, ‘_s’), max($paged, $page))` just refer to a text domain?
- Redirect to another page using contact form 7? [closed]
- Custom Background by Page IDs
- get_template_part for specific page
- How do I create my own .php file with a code part and echo it on different pages?
- post thumbnail, conditions, else wont work
- Copyright info change – Corporate Plus Theme PHP [closed]
- How to remove woocommerce_breadcrumb() from do_action( ‘woocommerce_before_main_content’ ); [closed]
- if statement with is_active_sidebar()
- height should be set to auto to avoid pixelation in the post thumbnail function
- WordPress admin-ajax.php
- Use .php file as page instead of wordpress page & template file?
- Use WordPress function in php file
- What does this mean in wordpress? Easy question
- How to obtain the current website URL in my theme?
- Syntax error when I try to insert my loop into an unordered list? [closed]
- What exactly do this function declared into functions.php file of a WP theme?
- Admin ToolBar not being displayed at top of site
- Royalty-Free Sliders used in theme development
- Three Questions with Twenty Eleven theme
- Why am I getting a different filename? And how does WordPress load singular.php for both Page & Post? (Fresh WordPress installation)
- Display related posts without a plugin
- Started getting warning message following host’s PHP upgrade
- How to set up a If is_singular statement?
- Reason to add a name of the theme like (‘menu-1’ => __( ‘Primary’, ‘twentynineteen’ ),) in PHP?
- Underscore – Self hosted fonts
- Separation of presentation and code – WordPress
- Search form does not work in my website
- Show About and Contact Us page when they’re clicked in the top menu.
- Is There A Way To Make Theme Files Accept Shortcodes?
- get_template_part() not firing within a switch statement when template has new WP_Query
- WordPress Customizer Default Image
- WordPress function and string as variable?
- How to call multiple functions from multiple files into a WordPress page template [closed]