How to get the most out of Dylan
Dylan has some great features that lift it above other WordPress themes.
Article layout
Articles have a one column layout which aids readability and will lead to people concentrating on what you have to say more. This layout will automatically applied to all your posts, you don’t have to do anything. You can however, use the following structure guidelines below to get the most from your posts.
Introductory paragraph
<p class="intro">This is the introductory paragraph. On the home page, archives, search results, etc, it appears as a normal paragraph.On an article page it appears much bigger and in italic with lines above and below it.</p>- Download this code: intro.txt
Headings
<h2>Heading structure</h2><p>For accessibility and SEO you must put headings into the correct heading tag as opposed to just making it bold.</p><p>The post title is a <h1>, so your main headings in your posts should be <h2>s and subheaders should be <h3>s</p><h3>What about sub sub headers</h3><p>Headings go from <h1> to <h6>, you can use all of them. If you use <h4> it must belong to a <h3> which inturn must belong to a <h2> and so on.</p>- Download this code: headers.txt
Images
Style your images with a class as follows:
Images on the left
<p><img src="http://www.example.com/wp-content/uploads/2007/11/image.jpg" class="left" />This text will appear to the right of this image</p>- Download this code: images-left.txt
Images on the right
<p><img src="http://www.example.com/wp-content/uploads/2007/11/image.jpg" class="right" />This text will appear to the left of this image</p>- Download this code: images-right.txt
Images in the center
<p><img src="http://www.example.com/wp-content/uploads/2007/11/image.jpg" class="centre" />This text will appear below the iamge which will be centralised.</p>- Download this code: images-center.txt
Highlighting text
<p class="highlighted">Entire chunks of text can be highlighted (like this one) giving a light yellow background</p><p>Alternatively, <span class="highlight">smaller chunks</span> can be highlighted too.</p>- Download this code: highlight.txt
Pullquotes
<p>This is an ordinary paragraph inside there will be a piece of information that is important. <span class="pullquote">This will appear big, italic, light grey and off to the right side of the page.</span> Like that.- Download this code: pullquote.txt
Tags: features




