Hi,
I don't really know if i need to use this forum of yarpp's forum.I try here.
I would like to integrate YARPP (related post) in a tab. So i make a new shortcode in my function file and i name it [related].
After that, I create a post like this :
[tab name="1"]
text 1
[/tab]
[tab name="2"]
text 2
[/tab]
[tab name="3"]
[related]
[/tab]
[end_tabset]
Text 1 and text 2 are in his tab but related no. It stay outside from his tab.
How can i proceed ?