Related articles not showing up

Posted in: Newspaper
Post count: 23

Just installed newspaper 10.0 on WP 5.3 ande applied the patch_10_10.1
Laragon development, local website with roughly 2K articles with corrrects tags & categories.
Enabled the “Related Articles box” in Post Settings -> Related Article
Unfortunately, no box shows up…

P.S: this issues comes along /w another related to missing social networks items in Post Settings -> Sharing (only the naver icons shows up)

Please can you help me? All of this happens when installing from scartch and not during a them update.
Thank you.

Post count: 23

Ok, digging into your theme structure, i’ve just found out that in: plugins\td-composer\legacy\Newspaper\loop-single.php there is no call to the related posts funcion as follows:
echo $td_mod_single->related_posts();?>

If i add those line (already available in plugins\td-composer\mobile) everything works.
Is this a bug?

Post count: 35449

Hi,

If you are using a standard post style you can activate this option from here -> https://forum.tagdiv.com/design-post-pages-using-default-templates/
If you are using a single post template from tagDiv Cloud Library, or a PRO demo, then you need to edit that template using tagDiv Composer and add the shortcode for Related articles -> http://prntscr.com/pxawoo

Thank you!

Post count: 23

Thank Calin.
Actually i am using a standard post template and activated the related checkbox within the panel. It didn’t work; anyway i solved it by adding that line.
Thank you.

Post count: 35449

Hi

I think that you use the default post style, that one do not have this code
echo $td_mod_single->related_posts();?>

Thank you!

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