
Originally Posted by
hantaah
For each rule I placed all the postid's like this:
Code:
.postid-374 #sidebar, .postid-389 #sidebar, .postid-386 #sidebar, .postid-360 #sidebar, .postid-389 #sidebar, .postid-368 #sidebar, .postid-360 #sidebar, .postid-350 #sidebar {
display: none;
}
.postid-374 #sidebar, .postid-389 #sidebar, .postid-386 #sidebar, .postid-360 #sidebar, .postid-389 #sidebar, .postid-368 #sidebar, .postid-360 #sidebar, .postid-350 #sidebar {
display: none;
}
Just note that you could simplify that further. You only need display: none once. E.g., you could group all those (minus the first item, which is a duplicate):
Code:
.postid-374 #sidebar, .postid-389 #sidebar, .postid-386 #sidebar, .postid-360 #sidebar, .postid-389 #sidebar, .postid-368 #sidebar, .postid-360 #sidebar, .postid-350 #sidebar, .postid-389 #sidebar, .postid-386 #sidebar, .postid-360 #sidebar, .postid-389 #sidebar, .postid-368 #sidebar, .postid-360 #sidebar, .postid-350 #sidebar {
display: none;
}
btw I have only ever used wordpresss, I do like it but what cms are you recommending?
WordPress is really a blog system rather than a CMS designed for your urposes (hence the #comments stuff everywhere, for example). There are lots of CMSes out there for regular sites, some free, some with a price. I recommend ExpressionEngine, but if you don't want to pay for it, try Drupal, MODx, Concrete5, Textpattern, CMSMadeSimple and so on.
Bookmarks