@Radu & @sharmstr thanks for your reply 🙂
@sharmstr (I’m working on local, i can’t give you any link)
I think i found the problem : on source code, posts are listed properly but i can see this line on CSS :
COPY CODE
.tab-content>.tab-pane, .pill-content>.pill-pane
display: none;
For these div :
COPY CODE
<div id="tab-Onglet" class="tab-pane">
When i uncheck this rule, all categories are displayed in the same time.
All div “tab-Onglet” have the same CSS rule (display none) and when i activate a tab, this css rule doesn’t change… even if the li tag is “active”.
Do you have an idea ?