Closed timbocode closed 4 years ago
When a featured image is added to a page, it displays twice. This is because the function susty_wp_post_thumbnail(); appears in both page.php and template-parts/content-page.php. This fix removes the function from the latter.
susty_wp_post_thumbnail();
page.php
template-parts/content-page.php
Example:
When a featured image is added to a page, it displays twice. This is because the function
susty_wp_post_thumbnail();
appears in bothpage.php
andtemplate-parts/content-page.php
. This fix removes the function from the latter.Example: