Article Schema Image Issue

Posted in: Newspaper
Post count: 21

Using cloud single-post-template-3 as default an issue comes that is featured image not fetch in the Article schema.
image – https://drive.google.com/file/d/1NJYp0bijw35lzziOZk1Tbhri7yNPVJG1/view and https://drive.google.com/file/d/1gsE22OG0ofW18codiMPqj8523JluQSLs/view
website URL – https://www.highonstudy.com/lahdc-kargil-recruitment/

Post count: 35449

Hi,

Indeed there seam to be a problem, in order to fix it you’ll need to add this code in tagDiv Cloud Library wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php
You can do it via FTP -> https://www.screencast.com/t/SZssf9mPX3
or from plugin editor
->https://www.screencast.com/t/47d6ORSIat
if( $publisher_logo == ''){
$publisher_logo = get_permalink($post->ID);
}

If you need help with this implementation please send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.

Thank you!

Post count: 21

Done, Thank You

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.