Candid is a fresh, minimalistic theme for your blog, with a totally fluid layout, optimized for modern browsers and mobile devices. This file will help you to use and customize it.
Candid offers two distinct locations for your custom menus. By default, both locations are empty, so no menu is visible. To create one go to Appearance > Menu. You can drag and drop menu element to change their order. Candid does not support submenus.
To change the background or simply choose a different colour, go to Appearance > Background
Widgets are placed in the sidebar. By default, the sidebar contains no widgets and so empty space is displayed instead. If you want to use widgets, go to Appearance > Widgets and drop any widgets you like on the sidebar. Candid styles all core WordPress widgets. Many plugins offer additional widgets which may require new CSS rules to match the appearance of the rest of the site.
Back to topAs WordPress is a dynamic publishing system, template files end with the .php extension and contain a mixture of HTML and of the PHP programming language. To learn more about the PHP programming language, visit the official website.
Candid makes use of HTML5, the latest HTML standard, and supports the following microformats: xfn, xoxo, hcard.
Pages are wrapped in a div with an id of container. Each page except error pages contains a main content (#content) area and a sidebar (#sidebar-main).
<div id="container"> <div id="header"></div> <ul id="sidebar-main"></ul> <div id="footer"></div> </div>The site title is nested inside the header div in a separate div (#branding). The header menu area has ID #main-nav, the footer menu area #footer-nav. The menu areas disappear completely if no menu elements are defined.
Each individual entry, whether displayed on an index or by itself, is a div with the hentry class.
Back to topSizing is done in em and percentages and all main layout components are positioned using floats, to allow Candid to adapt to different window sizes. A media query declaration which makes the sidebar glide below the main content when the window width is less than 600px, for example on a mobile phone.
Back to topCandid is ready to be translated. To use Candid in the language of your choice, you need to install WordPress in that language, as explained in the online WordPress documentation:
http://codex.wordpress.org/Installing_WordPress_in_Your_Language
For a list of available translations and corresponding language codes, see http://codex.wordpress.org/WordPress_in_Your_Language.
The .pot file is already in the candid/languages directory. You only need to create a .po file for your language. You must use the appropriate language code to name the file. If you are unfamiliar with editing .po files, I recommend the Poedit program.
Back to topA popular choice is the Advertising Manager plugin: http://wordpress.org/extend/plugins/advertising-manager/
You can use the Wickett Twitter Widget.
Back to topFor questions concerning WordPress installation and WordPress daily usage, the best resource is http://codex.wordpress.org/
Back to top