Posts tagged with “CMS

Image Path in CSS File

Image paths are relative to the CSS file that contains them. If, for example, you had your images and css files each in their own subdirectories within the theme (i.e. “img/” and “css/”, respectively), here’s the path one would use: .navigation { background-image: url(../img/navigation.png); }

Disabling Comments on Posts and Pages

By default commenting is enabled on both Posts and Pages in WordPress. Here’s how to disable it: Existing Posts Click Posts in the left navigation. Click the checkbox in the section header (to the left of Title) to select all pages. Select Edit from the Bulk Actions dropdown and click the Apply button. Select Do […]