this is the example page : https://coinian.kr/%eb%b9%84%ed%8a%b8%ec%bd%94%ec%9d%b8-%ec%83%81%ec%8a%b9-%ec%8b%9c%ea%b7%b8%eb%84%90-%eb%b0%9c%ec%83%9d-35000-%eb%8b%ac%eb%9f%ac%eb%a5%bc-%ec%a7%80%ec%bc%9c%ec%a3%bc%eb%8a%94%ec%a7%80-%ec%97%ac/
when you see the below, after content I put widget; sns icons and related posts.
But more below, at the bottom of the page, it’s repeating.
I don’t know why.
In the widget setting I set it only appears in the “post”
yet it duplicating same
so I guess something in the bottom recognize it’s the post page.
please help me to erase things in the the bottom …
Hello,
I just checked your website and seems to works well https://www.screencast.com/t/Ok1Mxr3ugXK
Can you tell more specifically exactly what widget you mean and where it appears twice?
Thank you!
Hello,
If you referring to this is made by a plugin that you use https://www.screencast.com/t/RiICTu4qUR, you can hide it with custom code, or from some setting from your plugin.
Thank you!
Hello,
I made this custom code CSS => https://www.screencast.com/t/HsFw2fI5
.korea-sns, .yarpp-related {
display: none;
}
.tdc-zone .korea-sns, .tdc-zone
.yarpp-related {
display: block;
}
Set the code in Theme Panel ->Custom code -> Custom CSS
Hope this helps you!
Thank you!