Hello,
Recently I requested a recent widget to show latest topics of a specific section, I was then refered to a tutorial where I can do that.
However, I have a small issue with the widget: It shows global topics. Like, If i have a topics in which it shows within all sections then the widget will show it as well. I want the code not to show globally pinned topics if able.
here is what I'm using
JS:
Recently I requested a recent widget to show latest topics of a specific section, I was then refered to a tutorial where I can do that.
However, I have a small issue with the widget: It shows global topics. Like, If i have a topics in which it shows within all sections then the widget will show it as well. I want the code not to show globally pinned topics if able.
here is what I'm using
JS:
- Code:
jQuery(document).ready(function(){
jQuery("#newsareal1_tour").load("f20-tournaments div.topic-title-container:lt(6)");
});