
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: " Furthermore, the use of the nofollow
attribute is generally not possible with WordPress' dynamically-generated navigation menus "
A block of code is as follows:
<h1 class="pagetitle"><?php the_title(); ?></h1> <div class="entry page clear"> <?php the_content(); ?> </div><!--end entry-->
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "When you create a new Page or Post, you simply need to click the Edit link next to Publish immediately in the Publish box when creating new content."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.