Thread Starter
flords
(@flords)
Also Jetpack Related Posts not showing where i use feedwordpress
Thread Starter
flords
(@flords)
Conflict with jetpack extension like social share and related post, no showing http:// www . fibonacci . it /SPORT/ notizie/
In other wordpress blog i use wp-matic and jetpack is ok.
Can you help me
thanks
It seems that your syndicated posts use their own specific template page, and that page doesn’t use the_content(), the function used by WordPress to display post content, and used by plugins like Jetpack to hook elements below the content.
If you have control over the page template used by the plugin, can you make sure it uses the_content()? It might be worth playing with the plugin settings to achieve that result, it is possible that it includes an option for that.
I hope this helps.