Hey there,
I want to hide the #nav-above on pages which do not need the navigations. For example as long as the blog has under 10 posts or an category does.
So something like that, but not with .paged . I did not find any bodyclass which could help me here :(
#nav-above {
display:none;
}
.paged #nav-above {
display:block;
}
Thanks already