<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>THE SCENE</title>
	<atom:link href="http://www.thescene.jp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thescene.jp</link>
	<description>RSS + MyFavoriteNews</description>
	<lastBuildDate>Sun, 26 Sep 2010 09:50:35 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.thescene.jp/feed" />
		<item>
		<title>A Guide To Thematic-CSS</title>
		<link>http://www.thescene.jp/wordpress/a-guide-to-thematic-css_2825.html</link>
		<comments>http://www.thescene.jp/wordpress/a-guide-to-thematic-css_2825.html#comments</comments>
		<pubDate>Sun, 26 Sep 2010 07:49:57 +0000</pubDate>
		<dc:creator>theScene</dc:creator>
				<category><![CDATA[Thematic]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thescene.jp/?p=2825</guid>
		<description><![CDATA[CSS Information on the CSS files in the Thematic Theme. Styling the search bar. Here is the css. Edit it to your liking. view source print? 01 input#s{ 02 background:#666; 03 border-bottom:1px dotted #000; 04 } 05 input#s:focus{ 06 background:#c1c1c1; 07 } 08 input#searchsubmit{ 09 background:#c3c3c3; 10 color:#fff; 11 } 12 input#searchsubmit:hover{ 13 background:#666666; 14 [...]]]></description>
			<content:encoded><![CDATA[<div id="post-64">
<h1>CSS</h1>
<div>
<p>Information on the CSS files in the Thematic Theme.</p>
<h2>Styling the search bar.</h2>
<p>Here is the css. Edit it to your liking.</p>
<div id="highlighter_944919">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=64#viewSource">view source</a></p>
<div><embed id="highlighter_944919_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_944919" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=64#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=64#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>01</code></td>
<td><code>input#s{</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>02</code></td>
<td><code> </code><code>background</code><code>:</code><code>#666</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>03</code></td>
<td><code> </code><code>border-bottom</code><code>:</code><code>1px</code> <code>dotted</code> <code>#000</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>04</code></td>
<td><code> </code><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>05</code></td>
<td><code> </code><code>input#s:focus{</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>06</code></td>
<td><code> </code><code>background</code><code>:</code><code>#c1c1c1</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>07</code></td>
<td><code> </code><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>08</code></td>
<td><code> </code><code>input#searchsubmit{</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>09</code></td>
<td><code> </code><code>background</code><code>:</code><code>#c3c3c3</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>10</code></td>
<td><code> </code><code>color</code><code>:</code><code>#fff</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>11</code></td>
<td><code> </code><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>12</code></td>
<td><code> </code><code>input#searchsubmit:hover{</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>13</code></td>
<td><code> </code><code>background</code><code>:</code><code>#666666</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>14</code></td>
<td><code> </code><code>cursor</code><code>:</code><code>pointer</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>15</code></td>
<td><code> </code><code>}</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h2>No search results page search bar</h2>
<p>You may also want to style the search on your “no search results page”.<br />
(note: the search button image link will vary)<br />
Something like this.</p>
<div id="highlighter_398322">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=64#viewSource">view source</a></p>
<div><embed id="highlighter_398322_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_398322" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=64#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=64#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>01</code></td>
<td><code>#noresults-s{</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>02</code></td>
<td><code>background-color</code><code>:</code><code>#000000</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>03</code></td>
<td><code>border</code><code>: </code><code>solid</code> <code>1px</code> <code>#343434</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>04</code></td>
<td><code>color</code><code>:</code><code>#666666</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>05</code></td>
<td><code>font-size</code><code>:</code><code>13px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>06</code></td>
<td><code>margin</code><code>:</code><code>2px</code> <code>0</code> <code>0</code> <code>10px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>07</code></td>
<td><code>padding</code><code>:</code><code>5px</code> <code>0</code> <code>4px</code> <code>5px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>08</code></td>
<td><code>width</code><code>:</code><code>295px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>09</code></td>
<td><code>float</code><code>:</code><code>left</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>10</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>11</code></td>
<td><code>#noresults-searchsubmit, {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>12</code></td>
<td><code> </code><code>background</code><code>:</code><code>#C3C3C3</code> <code>url</code><code>(images/search.jpg) </code><code>no-repeat</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>13</code></td>
<td><code> </code><code>display</code><code>:</code><code>block</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>14</code></td>
<td><code> </code><code>text-indent</code><code>:</code><code>-9999px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>15</code></td>
<td><code> </code><code>width</code><code>:</code><code>72px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>16</code></td>
<td><code> </code><code>height</code><code>:</code><code>28px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>17</code></td>
<td><code> </code><code>float</code><code>:</code><code>left</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>18</code></td>
<td><code> </code><code>margin</code><code>:</code><code>1px</code> <code>0</code> <code>0</code> <code>10px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>19</code></td>
<td><code> </code><code>cursor</code><code>:</code><code>pointer</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>20</code></td>
<td><code> </code><code>color</code><code>:</code><code>#666666</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>21</code></td>
<td><code> </code><code>border</code><code>:</code><code>none</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>22</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h2>404 error page search bar</h2>
<p>And if you want to style the search on your “404 error page”, here you go.<br />
(note: the search button image link will vary)</p>
<div id="highlighter_143903">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=64#viewSource">view source</a></p>
<div><embed id="highlighter_143903_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_143903" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=64#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=64#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>01</code></td>
<td><code>#error</code><code>404</code><code>-s {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>02</code></td>
<td><code> </code><code>background-color</code><code>:</code><code>#000</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>03</code></td>
<td><code> </code><code>border-bottom</code><code>:</code><code>1px</code> <code>solid</code> <code>#343434</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>04</code></td>
<td><code> </code><code>border-left</code><code>:</code><code>none</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>05</code></td>
<td><code> </code><code>border-right</code><code>:</code><code>none</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>06</code></td>
<td><code> </code><code>border-top</code><code>:</code><code>none</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>07</code></td>
<td><code> </code><code>color</code><code>:</code><code>#666666</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>08</code></td>
<td><code> </code><code>float</code><code>:</code><code>left</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>09</code></td>
<td><code> </code><code>font-size</code><code>:</code><code>13px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>10</code></td>
<td><code> </code><code>margin</code><code>:</code><code>2px</code> <code>0</code> <code>0</code> <code>10px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>11</code></td>
<td><code> </code><code>padding</code><code>:</code><code>5px</code> <code>0</code> <code>4px</code> <code>5px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>12</code></td>
<td><code> </code><code>width</code><code>:</code><code>295px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>13</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>14</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>15</code></td>
<td><code>#error</code><code>404</code><code>-searchsubmit{</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>16</code></td>
<td><code> </code><code>background</code><code>:</code><code>#C3C3C3</code> <code>url</code><code>(images/search.jpg) </code><code>no-repeat</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>17</code></td>
<td><code> </code><code>display</code><code>:</code><code>block</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>18</code></td>
<td><code> </code><code>text-indent</code><code>:</code><code>-9999px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>19</code></td>
<td><code> </code><code>width</code><code>:</code><code>72px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>20</code></td>
<td><code> </code><code>height</code><code>:</code><code>28px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>21</code></td>
<td><code> </code><code>float</code><code>:</code><code>left</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>22</code></td>
<td><code> </code><code>margin</code><code>:</code><code>1px</code> <code>0</code> <code>0</code> <code>10px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>23</code></td>
<td><code> </code><code>cursor</code><code>:</code><code>pointer</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>24</code></td>
<td><code> </code><code>color</code><code>:</code><code>#666666</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>25</code></td>
<td><code> </code><code>border</code><code>:</code><code>none</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>26</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h2>Default Thematic drop down menu</h2>
<p>Edit to your liking.</p>
<div id="highlighter_773661">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=64#viewSource">view source</a></p>
<div><embed id="highlighter_773661_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_773661" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=64#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=64#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>001</code></td>
<td><code>.skip-link {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>002</code></td>
<td><code> </code><code>display</code><code>:</code><code>none</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>003</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>004</code></td>
<td><code>#acce</code><code>ss {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>005</code></td>
<td><code> </code><code>border-bottom</code><code>:</code><code>1px</code> <code>solid</code> <code>#ccc</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>006</code></td>
<td><code> </code><code>height</code><code>:</code><code>32px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>007</code></td>
<td><code> </code><code>font-size</code><code>:</code><code>13px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>008</code></td>
<td><code> </code><code>overflow</code><code>:</code><code>visible</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>009</code></td>
<td><code> </code><code>z-index</code><code>:</code><code>100</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>010</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>011</code></td>
<td><code>/*** ESSENTIAL STYLES ***/</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>012</code></td>
<td><code>.sf-menu, .sf-menu * {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>013</code></td>
<td><code> </code><code>margin</code><code>: </code><code>0</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>014</code></td>
<td><code> </code><code>padding</code><code>: </code><code>0</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>015</code></td>
<td><code> </code><code>list-style</code><code>: </code><code>none</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>016</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>017</code></td>
<td><code>.sf-menu {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>018</code></td>
<td><code> </code><code>line-height</code><code>: </code><code>1.0</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>019</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>020</code></td>
<td><code>.sf-menu ul {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>021</code></td>
<td><code> </code><code>position</code><code>: </code><code>absolute</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>022</code></td>
<td><code> </code><code>top</code><code>: </code><code>-999em</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>023</code></td>
<td><code> </code><code>width</code><code>: </code><code>10em</code><code>; </code><code>/* left offset of submenus need to match (see below) */</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>024</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>025</code></td>
<td><code>.sf-menu ul li {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>026</code></td>
<td><code> </code><code>width</code><code>: </code><code>100%</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>027</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>028</code></td>
<td><code>.sf-menu li:hover {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>029</code></td>
<td><code> </code><code>visibility</code><code>:     inherit; </code><code>/* fixes IE7 'sticky bug' */</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>030</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>031</code></td>
<td><code>.sf-menu li {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>032</code></td>
<td><code> </code><code>float</code><code>: </code><code>left</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>033</code></td>
<td><code> </code><code>position</code><code>: </code><code>relative</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>034</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>035</code></td>
<td><code>.sf-menu a {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>036</code></td>
<td><code> </code><code>display</code><code>: </code><code>block</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>037</code></td>
<td><code> </code><code>position</code><code>: </code><code>relative</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>038</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>039</code></td>
<td><code>.sf-menu li:hover ul,</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>040</code></td>
<td><code>.sf-menu li.sfHover ul {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>041</code></td>
<td><code> </code><code>left</code><code>: </code><code>0</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>042</code></td>
<td><code> </code><code>top</code><code>: </code><code>2.5em</code><code>; </code><code>/* match top ul list item height */</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>043</code></td>
<td><code> </code><code>z-index</code><code>: </code><code>99</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>044</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>045</code></td>
<td><code>ul.sf-menu li:hover li ul,</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>046</code></td>
<td><code>ul.sf-menu li.sfHover li ul {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>047</code></td>
<td><code> </code><code>top</code><code>: </code><code>-999em</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>048</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>049</code></td>
<td><code>ul.sf-menu li li:hover ul,</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>050</code></td>
<td><code>ul.sf-menu li li.sfHover ul {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>051</code></td>
<td><code> </code><code>left</code><code>: </code><code>10em</code><code>; </code><code>/* match ul width */</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>052</code></td>
<td><code> </code><code>top</code><code>: </code><code>0</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>053</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>054</code></td>
<td><code>ul.sf-menu li li:hover li ul,</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>055</code></td>
<td><code>ul.sf-menu li li.sfHover li ul {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>056</code></td>
<td><code> </code><code>top</code><code>: </code><code>-999em</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>057</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>058</code></td>
<td><code>ul.sf-menu li li li:hover ul,</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>059</code></td>
<td><code>ul.sf-menu li li li.sfHover ul {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>060</code></td>
<td><code> </code><code>left</code><code>: </code><code>10em</code><code>; </code><code>/* match ul width */</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>061</code></td>
<td><code> </code><code>top</code><code>: </code><code>0</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>062</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>063</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>064</code></td>
<td><code>/*** THEMATIC SKIN ***/</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>065</code></td>
<td><code>.sf-menu {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>066</code></td>
<td><code> </code><code>border-right</code><code>:</code><code>1px</code> <code>solid</code> <code>#ccc</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>067</code></td>
<td><code> </code><code>float</code><code>:</code><code>left</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>068</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>069</code></td>
<td><code>.sf-menu a {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>070</code></td>
<td><code> </code><code>border-left</code><code>:</code><code>1px</code> <code>solid</code> <code>#ccc</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>071</code></td>
<td><code> </code><code>border-top</code><code>:</code><code>1px</code> <code>solid</code> <code>#ccc</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>072</code></td>
<td><code> </code><code>border-bottom</code><code>:</code><code>1px</code> <code>solid</code> <code>#ccc</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>073</code></td>
<td><code> </code><code>padding</code><code>:</code><code>9px</code> <code>13px</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>074</code></td>
<td><code> </code><code>text-decoration</code><code>:</code><code>none</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>075</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>076</code></td>
<td><code>.sf-menu .current_page_item a,</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>077</code></td>
<td><code>.sf-menu .current_page_ancestor a,</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>078</code></td>
<td><code>.sf-menu .current_page_parent a {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>079</code></td>
<td><code> </code><code>border-bottom-color</code><code>:</code><code>#fff</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>080</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>081</code></td>
<td><code>.sf-menu a, .sf-menu a:visited  { </code><code>/* visited pseudo selector so IE6 applies text colour*/</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>082</code></td>
<td><code> </code><code>color</code><code>: </code><code>#666</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>083</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>084</code></td>
<td><code>.sf-menu li {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>085</code></td>
<td><code> </code><code>background</code><code>: </code><code>#fff</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>086</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>087</code></td>
<td><code>.sf-menu li li {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>088</code></td>
<td><code> </code><code>background</code><code>: </code><code>#fff</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>089</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>090</code></td>
<td><code>.sf-menu li li li {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>091</code></td>
<td><code> </code><code>background</code><code>: </code><code>#9AAEDB</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>092</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>093</code></td>
<td><code>.sf-menu li:hover, .sf-menu li.sfHover,</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>094</code></td>
<td><code>.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>095</code></td>
<td><code> </code><code>background</code><code>: </code><code>#fafafa</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>096</code></td>
<td><code> </code><code>outline</code><code>: </code><code>0</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>097</code></td>
<td><code> </code><code>border-bottom-color</code><code>:</code><code>#ccc</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>098</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>099</code></td>
<td><code>.sf-menu ul {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>100</code></td>
<td><code> </code><code>border-right</code><code>:</code><code>1px</code> <code>solid</code> <code>#ccc</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>101</code></td>
<td><code> </code><code>border-bottom</code><code>:</code><code>1px</code> <code>solid</code> <code>#ccc</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>102</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>103</code></td>
<td><code>.sf-menu li:hover ul,</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>104</code></td>
<td><code>.sf-menu li.sfHover ul {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>105</code></td>
<td><code> </code><code>top</code><code>:</code><code>32px</code><code>; </code><code>/* overriding essential styles */</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>106</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>107</code></td>
<td><code>.sf-menu ul ul {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>108</code></td>
<td><code> </code><code>margin-top</code><code>:</code><code>0</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>109</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>110</code></td>
<td><code>.sf-menu ul a {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>111</code></td>
<td><code> </code><code>background</code><code>:</code><code>#fafafa</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>112</code></td>
<td><code> </code><code>border-bottom</code><code>:</code><code>none</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>113</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>114</code></td>
<td><code>.sf-menu ul a:hover {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>115</code></td>
<td><code> </code><code>color</code><code>: </code><code>#FF4B33</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>116</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h2>Using the body class</h2>
<p>Thematic adds a lot of body classes that can be taken advantage of for styling. This is a great way to set your site apart and draw attention to specific areas within your site. Here are some examples.</p>
<p>If you have multiple authors on a blog and want to style each authors posts differently you can do something like this.</p>
<div id="highlighter_58384">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=64#viewSource">view source</a></p>
<div><embed id="highlighter_58384_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_58384" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=64#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=64#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>01</code></td>
<td><code>body.s-author-admin{</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>02</code></td>
<td><code> </code><code>background</code><code>:</code><code>#000</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>03</code></td>
<td><code> </code><code>color</code><code>:</code><code>#fff</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>04</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>05</code></td>
<td><code>body.s-author-admin a{</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>06</code></td>
<td><code> </code><code>color</code><code>:</code><code>#FF66CC</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>07</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>08</code></td>
<td><code>body.s-author-admin a:hover{</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>09</code></td>
<td><code> </code><code>color</code><code>:</code><code>#666</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>10</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>11</code></td>
<td><code>body.s-author</code><code>-6</code><code>d</code><code>6</code><code>design{</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>12</code></td>
<td><code> </code><code>background</code><code>:</code><code>#fff</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>13</code></td>
<td><code> </code><code>color</code><code>#000</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>14</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>15</code></td>
<td><code>body.s-author</code><code>-6</code><code>d</code><code>6</code><code>design p{</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>16</code></td>
<td><code> </code><code>background</code><code>:</code><code>#FF66CC</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>17</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Or if you want to style a specific category, like “featured”, try this.</p>
<div id="highlighter_995150">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=64#viewSource">view source</a></p>
<div><embed id="highlighter_995150_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_995150" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=64#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=64#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>body.s-category-featured{</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code> </code><code>background</code><code>:</code><code>#FF66CC</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>You can even add style for specific browsers. This allows you to add some great features for browsers that support css3!<br />
Something like this.</p>
<p>Safari 4</p>
<div id="highlighter_903165">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=64#viewSource">view source</a></p>
<div><embed id="highlighter_903165_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_903165" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=64#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=64#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>body.sf</code><code>4</code><code>-0</code><code>{</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code> </code><code>background</code><code>: </code><code>#33FF00</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Firefox 3:</p>
<div id="highlighter_772588">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=64#viewSource">view source</a></p>
<div><embed id="highlighter_772588_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_772588" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=64#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=64#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>body.ff</code><code>3</code><code>{</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code> </code><code>background</code><code>:</code><code>#666</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code> </code><code>color</code><code>:</code><code>#fff</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>5</code></td>
<td><code>body.ff</code><code>3</code> <code>p{</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>6</code></td>
<td><code> </code><code>background</code><code>:</code><code>#000</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>7</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>Want to style a specific post by name?<br />
Try this (the post name for this example is “Test Post 1″).</p>
<div id="highlighter_983735">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=64#viewSource">view source</a></p>
<div><embed id="highlighter_983735_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_983735" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=64#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=64#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>body.slug-test-post</code><code>-1</code><code>{</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code> </code><code>background</code><code>: </code><code>#660000</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>You can also style posts that have comments open, pings open, sticky posts, posts with excerpts, by post id and by post date. I’ll add these in the future.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.thescene.jp/wordpress/a-guide-to-thematic-css_2825.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.thescene.jp/wordpress/a-guide-to-thematic-css_2825.html" />
	</item>
		<item>
		<title>A Guide To Thematic-Theme Filters</title>
		<link>http://www.thescene.jp/wordpress/a-guide-to-thematic-theme-filters_2823.html</link>
		<comments>http://www.thescene.jp/wordpress/a-guide-to-thematic-theme-filters_2823.html#comments</comments>
		<pubDate>Sun, 26 Sep 2010 07:49:25 +0000</pubDate>
		<dc:creator>theScene</dc:creator>
				<category><![CDATA[Thematic]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thescene.jp/?p=2823</guid>
		<description><![CDATA[Theme Filters The following theme filters can be used to modify Thematic through your Child Theme functions.php file or even a custom plugin. &#60;HEAD&#62; thematic_create_doctype() Outputs the &#60;DOCTYPE&#62; at the beginning of your HTML document. If you want to make your blog XHTML strict use the following code in your child theme’s functions.php. view source [...]]]></description>
			<content:encoded><![CDATA[<h1>Theme Filters</h1>
<p>The following theme filters can be used to modify Thematic through your Child Theme functions.php file or even a custom plugin.</p>
<h2>&lt;HEAD&gt;</h2>
<h3>thematic_create_doctype()</h3>
<p>Outputs the &lt;DOCTYPE&gt; at the beginning of your HTML document. If you want to make your blog XHTML strict use the following code in your child theme’s functions.php.</p>
<div id="highlighter_104922">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=12#viewSource">view source</a></p>
<div><embed id="highlighter_104922_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_104922" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=12#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=12#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>function</code> <code>childtheme_create_doctype(</code><code>$content</code><code>) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code> </code><code>$content</code> <code>= </code><code>'&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</a>"&gt;'</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"\n"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>'&lt;html xmlns="<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>"'</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>5</code></td>
<td><code> </code><code>return</code> <code>$content</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>6</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>7</code></td>
<td><code>add_filter(</code><code>'thematic_create_doctype'</code><code>, </code><code>'childtheme_create_doctype'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>This functionality requires an update to a current SVN version.</p>
<h3>thematic_doctitle()</h3>
<p>Outputs the &lt;TITLE&gt; tag in the &lt;HEAD&gt; section of your HTML document. The following example will show you, how to include the blog name for all pages and posts, how to change the separator and how to reverse the output for all pages / posts except of home or frontpage:</p>
<div id="highlighter_590526">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=12#viewSource">view source</a></p>
<div><embed id="highlighter_590526_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_590526" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=12#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=12#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>01</code></td>
<td><code>function</code> <code>childtheme_doctitle() {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>02</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>03</code></td>
<td><code> </code><code>// You don't want to change this one.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>04</code></td>
<td><code> </code><code>$site_name</code> <code>= get_bloginfo(</code><code>'name'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>05</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>06</code></td>
<td><code> </code><code>// But you like to have a different separator</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>07</code></td>
<td><code> </code><code>$separator</code> <code>= </code><code>'&amp;raquo;'</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>08</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>09</code></td>
<td><code> </code><code>// We will keep the original code</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>10</code></td>
<td><code> </code><code>if</code> <code>( is_single() ) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>11</code></td>
<td><code> </code><code>$content</code> <code>= single_post_title(</code><code>''</code><code>, FALSE);</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>12</code></td>
<td><code> </code><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>13</code></td>
<td><code> </code><code>elseif</code> <code>( is_home() || is_front_page() ) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>14</code></td>
<td><code> </code><code>$content</code> <code>= get_bloginfo(</code><code>'description'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>15</code></td>
<td><code> </code><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>16</code></td>
<td><code> </code><code>elseif</code> <code>( is_page() ) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>17</code></td>
<td><code> </code><code>$content</code> <code>= single_post_title(</code><code>''</code><code>, FALSE);</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>18</code></td>
<td><code> </code><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>19</code></td>
<td><code> </code><code>elseif</code> <code>( is_search() ) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>20</code></td>
<td><code> </code><code>$content</code> <code>= __(</code><code>'Search Results for:'</code><code>, </code><code>'thematic'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>21</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>' '</code> <code>. wp_specialchars(</code><code>stripslashes</code><code>(get_search_query()), true);</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>22</code></td>
<td><code> </code><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>23</code></td>
<td><code> </code><code>elseif</code> <code>( is_category() ) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>24</code></td>
<td><code> </code><code>$content</code> <code>= __(</code><code>'Category Archives:'</code><code>, </code><code>'thematic'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>25</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>' '</code> <code>. single_cat_title(</code><code>""</code><code>, false);;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>26</code></td>
<td><code> </code><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>27</code></td>
<td><code> </code><code>elseif</code> <code>( is_tag() ) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>28</code></td>
<td><code> </code><code>$content</code> <code>= __(</code><code>'Tag Archives:'</code><code>, </code><code>'thematic'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>29</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>' '</code> <code>. thematic_tag_query();</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>30</code></td>
<td><code> </code><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>31</code></td>
<td><code> </code><code>elseif</code> <code>( is_404() ) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>32</code></td>
<td><code> </code><code>$content</code> <code>= __(</code><code>'Not Found'</code><code>, </code><code>'thematic'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>33</code></td>
<td><code> </code><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>34</code></td>
<td><code> </code><code>else</code> <code>{</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>35</code></td>
<td><code> </code><code>$content</code> <code>= get_bloginfo(</code><code>'description'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>36</code></td>
<td><code> </code><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>37</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>38</code></td>
<td><code> </code><code>if</code> <code>(get_query_var(</code><code>'paged'</code><code>)) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>39</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>' '</code> <code>.</code><code>$separator</code><code>. </code><code>' '</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>40</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>'Page'</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>41</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>' '</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>42</code></td>
<td><code> </code><code>$content</code> <code>.= get_query_var(</code><code>'paged'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>43</code></td>
<td><code> </code><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>44</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>45</code></td>
<td><code> </code><code>// until we reach this point. You want to have the site_name everywhere?</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>46</code></td>
<td><code> </code><code>// Ok .. here it is.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>47</code></td>
<td><code> </code><code>$my_elements</code> <code>= </code><code>array</code><code>(</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>48</code></td>
<td><code> </code><code>'site_name'</code> <code>=&gt; </code><code>$site_name</code><code>,</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>49</code></td>
<td><code> </code><code>'separator'</code> <code>=&gt; </code><code>$separator</code><code>,</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>50</code></td>
<td><code> </code><code>'content'</code> <code>=&gt; </code><code>$content</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>51</code></td>
<td><code> </code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>52</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>53</code></td>
<td><code> </code><code>// and now we're reversing the array as long as we're not on home or front_page</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>54</code></td>
<td><code> </code><code>if</code> <code>(!( is_home() || is_front_page() )) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>55</code></td>
<td><code> </code><code>$my_elements</code> <code>= </code><code>array_reverse</code><code>(</code><code>$my_elements</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>56</code></td>
<td><code> </code><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>57</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>58</code></td>
<td><code> </code><code>// And don't forget to return your new creation</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>59</code></td>
<td><code> </code><code>return</code> <code>$my_elements</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>60</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>61</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>62</code></td>
<td><code>// Add the filter to the original function</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>63</code></td>
<td><code>add_filter(</code><code>'thematic_doctitle'</code><code>, </code><code>'childtheme_doctitle'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h3>thematic_create_contenttype()</h3>
<p>This filter creates the &lt;META&gt; element Content-Type in the &lt;HEAD&gt; section of your HTML document.</p>
<p>We won’t publish an example for this. The chances that you need to filter this functionality are very rare.</p>
<h3>thematic_canonical_url()</h3>
<p>Outputs the Canonical URL. For more information about this new tag visit:<a href="http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html">Google</a>, <a href="http://ysearchblog.com/2009/02/12/fighting-duplication-adding-more-arrows-to-your-quiver/">Yahoo</a> or <a href="http://blogs.msdn.com/webmaster/archive/2009/02/12/partnering-to-help-solve-duplicate-content-issues.aspx">Microsoft</a>.</p>
<p>You can use the following codes snippet if your favorite SEO package already supports the Canonical URL or if you use a <a href="http://yoast.com/wordpress/canonical/">Canonical URL plugin</a>or if you just don’t like the idea of using this new tag:</p>
<div id="highlighter_739266">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=12#viewSource">view source</a></p>
<div><embed id="highlighter_739266_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_739266" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=12#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=12#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>function</code> <code>childtheme_canonical_url() {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code> </code><code>// Abscence makes the heart grow fonder</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code>add_filter(</code><code>'thematic_canonical_url'</code><code>,</code><code>'childtheme_canonical_url'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h3>thematic_use_excerpt()</h3>
<p>This function controls how thematic_create_description() builds the &lt;META&gt; element Description in the &lt;HEAD&gt; section of your HTML document.</p>
<p>If you created a manual excerpt for a certain post this excerpt will be used by default. This behavior can be changed by using the follwing code:</p>
<div id="highlighter_961744">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=12#viewSource">view source</a></p>
<div><embed id="highlighter_961744_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_961744" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=12#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=12#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>function</code> <code>dont_use_excerpt() {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code> </code><code>return</code> <code>FALSE;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code>add_filter(</code><code>'thematic_use_excerpt'</code><code>, </code><code>'dont_use_excerpt'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h3>thematic_use_autoexcerpt()</h3>
<p>This function controls how thematic_create_description() builds the &lt;META&gt; element Description in the &lt;HEAD&gt; section of your HTML document.</p>
<p>If no manual excerpt for a certain post exists we won’t autocreate an excerpt. Google is pretty good in autocreating an description if none exists. Just in case that you believe the first 55 words of your content are better than what Google does:</p>
<div id="highlighter_539934">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=12#viewSource">view source</a></p>
<div><embed id="highlighter_539934_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_539934" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=12#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=12#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>function</code> <code>wanna_use_autoexcerpt() {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code> </code><code>return</code> <code>TRUE;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code>add_filter(</code><code>'thematic_use_autoexcerpt'</code><code>, </code><code>'wanna_use_autoexcerpt'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h3>thematic_create_description()</h3>
<p>This function builds the &lt;META&gt; element Description in the &lt;HEAD&gt; section of your HTML document.</p>
<p>We’re using our own versions of the_excerpt() and the_excpert_rss() to provide clean data. If you want to use your own functionality this can be easily included into the following code:</p>
<div id="highlighter_444319">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=12#viewSource">view source</a></p>
<div><embed id="highlighter_444319_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_444319" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=12#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=12#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>01</code></td>
<td><code>function</code> <code>childtheme_create_description() {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>02</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>03</code></td>
<td><code> </code><code>if</code> <code>(is_single() || is_page() ) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>04</code></td>
<td><code> </code><code>if</code> <code>( have_posts() ) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>05</code></td>
<td><code> </code><code>while</code> <code>( have_posts() ) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>06</code></td>
<td><code> </code><code>the_post();</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>07</code></td>
<td><code> </code><code>$content</code> <code>=</code><code>"\t"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>08</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"&lt;meta name=\"description\" content=\""</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>09</code></td>
<td><code> </code><code>$content</code> <code>.= Your_Function_For_Posts_or_Pages();</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>10</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"\" /&gt;"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>11</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"\n\n"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>12</code></td>
<td><code> </code><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>13</code></td>
<td><code> </code><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>14</code></td>
<td><code> </code><code>} </code><code>elseif</code> <code>( is_home() || is_front_page() ) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>15</code></td>
<td><code> </code><code>$content</code> <code>=</code><code>"\t"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>16</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"&lt;meta name=\"description\" content=\""</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>17</code></td>
<td><code> </code><code>$content</code> <code>.= Your_Function_For_Home_or_Front_Page();</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>18</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"\" /&gt;"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>19</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"\n\n"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>20</code></td>
<td><code> </code><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>21</code></td>
<td><code> </code><code>return</code> <code>$content</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>22</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>23</code></td>
<td><code>add_filter(</code><code>'thematic_create_description'</code><code>, </code><code>'childtheme_create_description'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h3>thematic_show_description()</h3>
<p>This function switches thematic_create_description() ON or OFF.</p>
<p>You can use the following codes snippet if you’re favorite SEO package already creates the &lt;META&gt; element Description for you:</p>
<div id="highlighter_911285">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=12#viewSource">view source</a></p>
<div><embed id="highlighter_911285_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_911285" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=12#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=12#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>function</code> <code>dont_show_description() {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code> </code><code>return</code> <code>FALSE;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code>add_filter(</code><code>'thematic_show_description'</code><code>, </code><code>'dont_show_description'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h3>thematic_create_robots()</h3>
<p>This filter creates the &lt;META&gt; element Robots in the &lt;HEAD&gt; section of your HTML document.</p>
<p>You can easily integrate your own definitions into the following code:</p>
<div id="highlighter_58863">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=12#viewSource">view source</a></p>
<div><embed id="highlighter_58863_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_58863" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=12#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=12#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>01</code></td>
<td><code>// We are the Robots!</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>02</code></td>
<td><code>function</code> <code>childtheme_create_robots() {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>03</code></td>
<td><code> </code><code>$content</code> <code>= </code><code>"\t"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>04</code></td>
<td><code> </code><code>if</code><code>((is_home() &amp;&amp; (</code><code>$paged</code> <code>&lt; 2 )) || is_front_page() || is_single() || is_page() || is_attachment()) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>05</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"&lt;meta name=\"robots\" content=\"Robots Readable Content\" /&gt;"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>06</code></td>
<td><code> </code><code>} </code><code>elseif</code> <code>(is_search()) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>07</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"&lt;meta name=\"robots\" content=\"Robots Readable Content\" /&gt;"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>08</code></td>
<td><code> </code><code>} </code><code>else</code> <code>{</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>09</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"&lt;meta name=\"robots\" content=\"Robots Readable Content\" /&gt;"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>10</code></td>
<td><code> </code><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>11</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"\n\n"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>12</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>13</code></td>
<td><code> </code><code>return</code> <code>$content</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>14</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>15</code></td>
<td><code>add_filter(</code><code>'thematic_create_robots'</code><code>, </code><code>'childtheme_create_robots'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h3>thematic_show_robots()</h3>
<p>This function switches thematic_create_robots() ON or OFF.</p>
<p>You can use the following codes snippet if you’re favorite SEO package already creates the &lt;META&gt; element Robots for you:</p>
<div id="highlighter_429570">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=12#viewSource">view source</a></p>
<div><embed id="highlighter_429570_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_429570" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=12#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=12#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>function</code> <code>dont_show_robots() {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code> </code><code>return</code> <code>FALSE;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code>add_filter(</code><code>'thematic_show_robots'</code><code>, </code><code>'dont_show_robots'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h3>thematic_create_stylesheet()</h3>
<p>Outputs the link to your stylesheet (style.css). If you want to link to an additional stylesheet you can use this code:</p>
<div id="highlighter_358633">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=12#viewSource">view source</a></p>
<div><embed id="highlighter_358633_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_358633" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=12#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=12#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>01</code></td>
<td><code>function</code> <code>childtheme_create_stylesheet(</code><code>$content</code><code>) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>02</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"\t"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>03</code></td>
<td><code> </code><code>$content</code> <code>.= "</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>04</code></td>
<td><code> </code><code>&lt;link rel=\</code><code>"stylesheet\" type=\"text/css\" href=\""</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>05</code></td>
<td><code> </code><code>$content</code> <code>.= get_bloginfo(</code><code>'stylesheet_directory'</code><code>) . </code><code>'/'</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>06</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>'additional.css'</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>07</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"\" /&gt;"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>08</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"\n\n"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>09</code></td>
<td><code> </code><code>return</code> <code>$content</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>10</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>11</code></td>
<td><code>add_filter(</code><code>'thematic_create_stylesheet'</code><code>, </code><code>'childtheme_create_stylesheet'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h3>thematic_head_scripts()</h3>
<p>Outputs the links to jQuery plugins included with Thematic. If you don’t like drop-down menus, outright killing the drop downs in your Child Theme is actually pretty easy.</p>
<div id="highlighter_990916">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=12#viewSource">view source</a></p>
<div><embed id="highlighter_990916_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_990916" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=12#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=12#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>// Filter away the default scripts loaded with Thematic</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code>function</code> <code>childtheme_head_scripts() {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code> </code><code>// Abscence makes the heart grow fonder</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>5</code></td>
<td><code>add_filter(</code><code>'thematic_head_scripts'</code><code>,</code><code>'childtheme_head_scripts'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h3>thematic_dropdown_options()</h3>
<p>Filters the link to thematic-dropdowns.js. Overriding and adding to the default drop-down options with your Child Theme is pretty easy too—once you know how to do it.</p>
<div id="highlighter_203605">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=12#viewSource">view source</a></p>
<div><embed id="highlighter_203605_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_203605" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=12#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=12#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>01</code></td>
<td><code>// Filter the default drop-down options</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>02</code></td>
<td><code>// <a href="http://users.tpg.com.au/j_birch/plugins/superfish/">http://users.tpg.com.au/j_birch/plugins/superfish/</a>#options</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>03</code></td>
<td><code>function</code> <code>childtheme_dropdown_options(</code><code>$dropdown_options</code><code>) { ?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>04</code></td>
<td><code> </code><code>&lt;script type=</code><code>"text/javascript"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>05</code></td>
<td><code> </code><code>jQuery.noConflict();</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>06</code></td>
<td><code> </code><code>jQuery(document).ready(</code><code>function</code><code>(){</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>07</code></td>
<td><code> </code><code>jQuery(</code><code>"ul.sf-menu"</code><code>).supersubs({</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>08</code></td>
<td><code> </code><code>minWidth:    12, </code><code>// minimum width of sub-menus in em units</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>09</code></td>
<td><code> </code><code>maxWidth:    27, </code><code>// maximum width of sub-menus in em units</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>10</code></td>
<td><code> </code><code>extraWidth:  1 </code><code>// extra width can ensure lines don't sometimes turn over</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>11</code></td>
<td><code> </code><code>// due to slight rounding differences and font-family</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>12</code></td>
<td><code> </code><code>}).superfish({</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>13</code></td>
<td><code> </code><code>delay:       800, </code><code>// delay on mouseout</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>14</code></td>
<td><code> </code><code>animation:   {opacity:</code><code>'show'</code><code>,height:</code><code>'show'</code><code>}, </code><code>// fade-in and slide-down animation</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>15</code></td>
<td><code> </code><code>});</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>16</code></td>
<td><code> </code><code>});</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>17</code></td>
<td><code> </code><code>&lt;/script&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>18</code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>19</code></td>
<td><code>&lt;?php</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>20</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>21</code></td>
<td><code>add_filter(</code><code>'thematic_dropdown_options'</code><code>,</code><code>'childtheme_dropdown_options'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h3>thematic_show_rss()</h3>
<p>This function switches thematic_rss() ON or OFF.</p>
<p>You can use the following codes snippet if you don’t want to publish RSS links:</p>
<div id="highlighter_546975">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=12#viewSource">view source</a></p>
<div><embed id="highlighter_546975_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_546975" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=12#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=12#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>function</code> <code>dont_show_rss() {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code> </code><code>return</code> <code>FALSE;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code>add_filter(</code><code>'thematic_show_rss'</code><code>, </code><code>'dont_show_rss'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h3>thematic_rss()</h3>
<p>This function creates the RSS links.</p>
<p>You can use the following codes snippet if you want to extend the RSS links:</p>
<div id="highlighter_369194">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=12#viewSource">view source</a></p>
<div><embed id="highlighter_369194_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_369194" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=12#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=12#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>01</code></td>
<td><code>function</code> <code>childtheme_rssfeeds(</code><code>$content</code><code>) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>02</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"\t"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>03</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"&lt;link rel=\"alternate\" type=\"application/rss+xml\" href=\""</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>04</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"<a href="http://feeds2.feedburner.com/YourAdditionalRSSfeed">http://feeds2.feedburner.com/YourAdditionalRSSfeed</a>"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>05</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"\" title=\""</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>06</code></td>
<td><code> </code><code>$content</code> <code>.= wp_specialchars(get_bloginfo(</code><code>'name'</code><code>), 1);</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>07</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>" "</code> <code>. __(</code><code>'Your additional RSS feed'</code><code>, </code><code>'thematic'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>08</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"\" /&gt;"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>09</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"\n"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>10</code></td>
<td><code> </code><code>return</code> <code>$content</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>11</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>12</code></td>
<td><code>add_filter(</code><code>'thematic_rss'</code><code>, </code><code>'childtheme_rssfeeds'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>This functionality requires an update to a current SVN version.</p>
<h3>thematic_show_commentsrss()</h3>
<p>This function switches thematic_commentsrss() ON or OFF.</p>
<p>You can use the following codes snippet if you don’t want to publish Comment RSS links:</p>
<div id="highlighter_611214">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=12#viewSource">view source</a></p>
<div><embed id="highlighter_611214_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_611214" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=12#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=12#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>function</code> <code>dont_show_commentsrss() {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code> </code><code>return</code> <code>FALSE;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code>add_filter(</code><code>'thematic_show_commentsrss'</code><code>, </code><code>'dont_show_commentsrss'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h3>thematic_commentsrss()</h3>
<p>This function creates the Comments RSS links.</p>
<p>You can use the following codes snippet if you want to extend the Comments RSS links:</p>
<div id="highlighter_128289">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=12#viewSource">view source</a></p>
<div><embed id="highlighter_128289_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_128289" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=12#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=12#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>01</code></td>
<td><code>function</code> <code>childtheme_commentsrssfeeds(</code><code>$content</code><code>) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>02</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"\t"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>03</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"&lt;link rel=\"alternate\" type=\"application/rss+xml\" href=\""</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>04</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"<a href="http://feeds2.feedburner.com/YourAdditionalCommentsRSSfeed">http://feeds2.feedburner.com/YourAdditionalCommentsRSSfeed</a>"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>05</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"\" title=\""</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>06</code></td>
<td><code> </code><code>$content</code> <code>.= wp_specialchars(get_bloginfo(</code><code>'name'</code><code>), 1);</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>07</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>" "</code> <code>. __(</code><code>'Your additional Comments RSS feed'</code><code>, </code><code>'thematic'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>08</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"\" /&gt;"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>09</code></td>
<td><code> </code><code>$content</code> <code>.= </code><code>"\n"</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>10</code></td>
<td><code> </code><code>return</code> <code>$content</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>11</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>12</code></td>
<td><code>add_filter(</code><code>'thematic_commentsrss'</code><code>, </code><code>'childtheme_commentsrssfeeds'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>This functionality requires an update to a current SVN version.</p>
<p><code>thematic_show_pingback()</code></p>
<p><code>thematic_show_commentreply()</code></p>
<h2>Content</h2>
<p><code>thematic_page_title()</code></p>
<p><code>thematic_time_title()</code></p>
<p><code>thematic_time_display()</code></p>
<p><code>thematic_postheader_posteditlink()</code></p>
<p><code>thematic_postheader_posttitle()</code></p>
<p><code>thematic_postheader_postmeta()</code></p>
<p><code>thematic_postheader()</code></p>
<p><code>thematic_content()</code></p>
<p><code>thematic_post()</code></p>
<h3>more_text()</h3>
<p>This filter creates the “Read More” text. If you want to change this text, you can use the following code:</p>
<div id="highlighter_630058">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=12#viewSource">view source</a></p>
<div><embed id="highlighter_630058_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_630058" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=12#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=12#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>function</code> <code>childtheme_more_text(</code><code>$content</code><code>) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code> </code><code>$content</code> <code>= </code><code>' ... continue reading the story called "'</code> <code>. get_the_title(</code><code>''</code><code>, </code><code>''</code><code>, false).</code><code>'" '</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code> </code><code>return</code> <code>$content</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>5</code></td>
<td><code>add_filter(</code><code>'more_text'</code><code>, </code><code>'childtheme_more_text'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p><code>list_bookmarks_args()</code></p>
<p><code>thematic_postfooter_posteditlink()</code></p>
<p><code>thematic_postfooter_postcategory()</code></p>
<p><code>thematic_postfooter_posttags()</code></p>
<p><code>thematic_postfooter_postcomments()</code></p>
<p><code>thematic_postfooter_postconnect()</code></p>
<p><code>thematic_postfooter()</code></p>
<p><code>thematic_previous_post_link_args()</code></p>
<p><code>thematic_next_post_link_args()</code></p>
<p><code>list_comments_arg()</code></p>
<p><code>avatar_size()</code></p>
<h2>Sidebar</h2>
<p><code>thematic_sidebar()</code></p>
<h2>Footer</h2>
<h3>thmfooter_theme_link()</h3>
<p>If you’re a theme developer looking to publicly release your Thematic Child Theme you can add a link to your Child Theme release page in the <a title="Thematic Theme Framework" rel="designer" href="http://themeshaper.com/thematic-for-wordpress">Thematic Theme Framework</a> shortcode. Here’s the code snippet you’ll need in your Child Theme functions.php:</p>
<div id="highlighter_409054">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=12#viewSource">view source</a></p>
<div><embed id="highlighter_409054_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_409054" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=12#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=12#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>// Add a link back to your Child Theme release page in the &lt;a href="<a href="http://themeshaper.com/thematic-for-wordpress">http://themeshaper.com/thematic-for-wordpress</a>" title="Thematic Theme Framework" rel="designer"&gt;Thematic Theme Framework&lt;/a&gt; shortcode</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code>function</code> <code>childtheme_theme_link(</code><code>$themelink</code><code>) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code> </code><code>return</code> <code>$themelink</code> <code>. </code><code>' &amp; &lt;a href="<a href="http://example.com/">http://example.com/</a>" title="Awesome Theme" rel="designer"&gt;Awesome Theme&lt;/a&gt;'</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>5</code></td>
<td><code>add_filter(</code><code>'thematic_theme_link'</code><code>, </code><code>'childtheme_theme_link'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>That example will return both the Thematic link and your link. Of course, you can always just return a link to your Child Theme release page alone:</p>
<div id="highlighter_244700">
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=12#viewSource">view source</a></p>
<div><embed id="highlighter_244700_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_244700" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=12#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=12#about">?</a></div>
</div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>// Add a link back to your Child Theme release page in the &lt;a href="<a href="http://themeshaper.com/thematic-for-wordpress">http://themeshaper.com/thematic-for-wordpress</a>" title="Thematic Theme Framework" rel="designer"&gt;Thematic Theme Framework&lt;/a&gt; shortcode</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code>function</code> <code>childtheme_theme_link(</code><code>$themelink</code><code>) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code> </code><code>return</code> <code>'&lt;a href="<a href="http://example.com/">http://example.com/</a>" title="Awesome Theme" rel="designer"&gt;Awesome Theme&lt;/a&gt;'</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>5</code></td>
<td><code>add_filter(</code><code>'thematic_theme_link'</code><code>, </code><code>'childtheme_theme_link'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<h2>Add custom code to the header</h2>
<p>Thematic uses <a href="http://codex.wordpress.org/Hook_Reference/wp_head">wp_head()</a> to add all of it’s functionality inside the &lt;head&gt; tag. If you need custom javascript, metadata or css added to your child theme’s &lt;head&gt; &lt;/head&gt; tag without modifying any of the default Thematic Filters you can always use <em>wp_head()</em> to add an action:</p>
<div>
<div><a title="view source" href="http://themeshaper.com/thematic/guide/?page_id=12#viewSource">view source</a></p>
<div><embed id="highlighter_760056_clipboard" title="copy to clipboard" type="application/x-shockwave-flash" width="16" height="16" src="http://themeshaper.com/thematic/guide/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf" allowscriptaccess="always" wmode="transparent" flashvars="highlighterId=highlighter_760056" menu="false"></embed></div>
<p><a title="print" href="http://themeshaper.com/thematic/guide/?page_id=12#printSource">print</a><a title="?" href="http://themeshaper.com/thematic/guide/?page_id=12#about">?</a></div>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>function</code> <code>your_function(){</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code> </code><code>echo</code> <code>'&lt;script type="text/javascript"&gt; alert("hello thematic users");  &lt;/script&gt;'</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code>add_action(</code><code>'wp_head'</code><code>, </code><code>'your_function'</code><code>);</code></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.thescene.jp/wordpress/a-guide-to-thematic-theme-filters_2823.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.thescene.jp/wordpress/a-guide-to-thematic-theme-filters_2823.html" />
	</item>
		<item>
		<title>Thematicガイド-テーマフック</title>
		<link>http://www.thescene.jp/wordpress/a-guide-to-thematic-theme-hooks_2821.html</link>
		<comments>http://www.thescene.jp/wordpress/a-guide-to-thematic-theme-hooks_2821.html#comments</comments>
		<pubDate>Sun, 26 Sep 2010 07:48:41 +0000</pubDate>
		<dc:creator>theScene</dc:creator>
				<category><![CDATA[Thematic]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thescene.jp/?p=2821</guid>
		<description><![CDATA[テーマフック 以下のテーマフックは、あなたの子テーマにあるfunctions.phpファイルや、カスタムプラグインなどに、Thematicを修正して使用可能だ。 Theme Hooks thematic_before() Located in header.php just after the opening body tag, before anything else. header.php内のbody開始タグの後、何かを入れるとき。 thematic_aboveheader() header.php内のdivタグを先頭に持ってくる thematic_header() This hook builds the content of the header div and loads the following actions: Action Position Number thematic_brandingopen() 1 thematic_blogtitle() 3 thematic_blogdescription() 5 thematic_brandingclose() 7 thematic_access() 9 thematic_belowheader() header.php内のdivタグを後に持ってくる thematic_abovecomments() thematic_abovecommentslist() thematic_belowcommentslist() thematic_abovetrackbackslist() thematic_belowtrackbackslist() [...]]]></description>
			<content:encoded><![CDATA[<h1>テーマフック</h1>
<p>以下のテーマフックは、あなたの子テーマにあるfunctions.phpファイルや、カスタムプラグインなどに、Thematicを修正して使用可能だ。</p>
<h2>Theme Hooks</h2>
<p><em><code>thematic_before()</code></em></p>
<p>Located in header.php just after the opening body tag, before anything else.</p>
<p>header.php内のbody開始タグの後、何かを入れるとき。</p>
<p><em><code>thematic_aboveheader()</code></em></p>
<p>header.php内のdivタグを先頭に持ってくる</p>
<p><em><code>thematic_header()</code></em></p>
<p>This hook builds the content of the header div and loads the following actions:</p>
<table border="0">
<tbody>
<tr>
<th>Action</th>
<th>Position Number</th>
</tr>
<tr>
<td>thematic_brandingopen()</td>
<td align="center">1</td>
</tr>
<tr>
<td>thematic_blogtitle()</td>
<td align="center">3</td>
</tr>
<tr>
<td>thematic_blogdescription()</td>
<td align="center">5</td>
</tr>
<tr>
<td>thematic_brandingclose()</td>
<td align="center">7</td>
</tr>
<tr>
<td>thematic_access()</td>
<td align="center">9</td>
</tr>
</tbody>
</table>
<p><em><code>thematic_belowheader()</code></em></p>
<p>header.php内のdivタグを後に持ってくる</p>
<p><em><code>thematic_abovecomments()</code></em></p>
<p><em><code>thematic_abovecommentslist()</code></em></p>
<p><em><code>thematic_belowcommentslist()</code></em></p>
<p><em><code>thematic_abovetrackbackslist()</code></em></p>
<p><em><code>thematic_belowtrackbackslist()</code></em></p>
<p><em><code>thematic_abovecommentsform()</code></em></p>
<p><em><code>thematic_show_subscription_checkbox()</code></em></p>
<p><em><code>thematic_belowcommentsform()</code></em></p>
<p><em><code>thematic_show_manual_subscription_form()</code></em></p>
<p><em><code>thematic_belowcomments()</code></em></p>
<p><em><code>thematic_abovemainasides()</code></em></p>
<p><em><code>thematic_betweenmainasides()</code></em></p>
<p><em><code>thematic_belowmainasides()</code></em></p>
<p><em><code>thematic_abovefooter()</code></em></p>
<p><em><code>thematic_after()</code></em></p>
<h2>Examples</h2>
<h3><strong>Plugins</strong></h3>
<p>The following will add Alex King’s<a href="http://downloads.wordpress.org/plugin/twitter-tools.1.6.zip"> Twitter Tools</a> plugin to the header, beneath the access bar.</p>
<div id="highlighter_928912">
<blockquote>
<pre>&lt;pre&gt;&lt;code&gt;//lets give our new function a name
function my_tweets() {
//next lets define my_tweets

   aktt_sidebar_tweets();

//lets end the definition now
}
//lets add our new action to the child theme to the header, beneath the access bar
add_action('thematic_header', 'my_tweets', 10);
</pre>
</blockquote>
<h3><strong>Conditional Actions</strong></h3>
<p>The following would add a new stylesheet &#8220;pagediff.css&#8221; only if we are on a page with id=82.</p>
<blockquote>
<pre>//lets give our new action a name

function childtheme_css() {
//then define the action to take:
if (is_page('82')) {?&gt;
	&lt;link rel="stylesheet" type="text/css" href="&lt;?php echo
bloginfo('stylesheet_directory') ?&gt;/homepage.css" /&gt; &lt;?php }
//end action:
}
//now we can add our new action to the appropriate place like so:
add_action('wp_head', 'childtheme_css');
</pre>
</blockquote>
<p>The if (whatever-condition-is-true) {do_action .. won&#8217;t work.  The action would be added as soon as the condition is true .. and it stays added forever.</p>
<p>So if you need something conditional, you have to include it <em>inside</em> of your action. The action will be added and each time a new page is opened it&#8217;ll check for the condition and the CSS will be loaded or not.</p>
<h2>Removing Thematic Actions</h2>
<p>Any Thematic action can be removed if desired. It&#8217;s important to note that unlike add_action, remove_action cannot be called directly by functions.php &#8212; instead, wrap the remove_action function in a wrapper function called by the &#8216;init&#8217; action, like this:</p>
<blockquote>
<pre>// Remove default Thematic actions
function remove_thematic_actions() {
 remove_action('thematic_hookname','thematic_actionname',optionalpostitionnumber);
}
add_action('init','remove_thematic_actions');
</pre>
</blockquote>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.thescene.jp/wordpress/a-guide-to-thematic-theme-hooks_2821.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.thescene.jp/wordpress/a-guide-to-thematic-theme-hooks_2821.html" />
	</item>
		<item>
		<title>Thematicガイド-HOME</title>
		<link>http://www.thescene.jp/wordpress/a-guide-to-thematic-home_2819.html</link>
		<comments>http://www.thescene.jp/wordpress/a-guide-to-thematic-home_2819.html#comments</comments>
		<pubDate>Sun, 26 Sep 2010 07:47:37 +0000</pubDate>
		<dc:creator>theScene</dc:creator>
				<category><![CDATA[Thematic]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thescene.jp/?p=2819</guid>
		<description><![CDATA[
The Thematic テーマフレームワークガイド
これは

ここはあなたのThematicで動くブログをかすタイマイ図するためのガイドである。現在製作中の作品だが、あなたがThematic Themeフレームワーク [...]]]></description>
			<content:encoded><![CDATA[<div id="post-2">
<h1>The Thematic テーマフレームワークガイド</h1>
<p>これは</p>
<div>
<p>ここはあなたのThematicで動くブログをかすタイマイ図するためのガイドである。現在製作中の作品だが、あなたがThematic Themeフレームワークで手伝いたいと思うならば、登録をお願いしたい。 <a href="http://themeshaper.com/thematic/">Thematic Theme Framework</a>.</p>
<h2>スタイルガイド</h2>
<p>コードはSyntaxHighlighter言語のようなもので書かれている。[php]のコードは[/php] 、もしくは [css]コードは[/css]というように。そしてhtmlコードはこのようになっている。&lt;code&gt;code here&lt;/code&gt;。CSS クラスの “quiet”は注釈で使用。</p>
<h2>その他リンク</h2>
<ul>
<li><a href="http://themeshaper.com/guide-customizing-thematic-theme-framework/">The old busted guide</a></li>
<li><a href="http://wp-wiki.org/community-documentation/">How to use the WP Wiki Plugin</a></li>
<li><a href="http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/">How to use SyntaxHighlighter Evolved</a></li>
</ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.thescene.jp/wordpress/a-guide-to-thematic-home_2819.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.thescene.jp/wordpress/a-guide-to-thematic-home_2819.html" />
	</item>
		<item>
		<title>テーマテック、ワールドプレステーマ　フレームワーク</title>
		<link>http://www.thescene.jp/wordpress/thematic-a-wordpress-theme-framework_2803.html</link>
		<comments>http://www.thescene.jp/wordpress/thematic-a-wordpress-theme-framework_2803.html#comments</comments>
		<pubDate>Sun, 26 Sep 2010 07:21:00 +0000</pubDate>
		<dc:creator>theScene</dc:creator>
				<category><![CDATA[Thematic]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thescene.jp/?p=2803</guid>
		<description><![CDATA[Thematic はフリー、オープンソース、 拡張性があり、WordPressのフレームワークの特徴である13ウィジェットに対応し、グリッドベース、人気のあるプラグインに対応できるスタイルになっている。これは、初心者のブ [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-2806" href="http://www.thescene.jp/wordpress/thematic-a-wordpress-theme-framework_2803.html/attachment/thematic-screenshot"><img src="http://www.thescene.jp/cgi/wp/wp-content/uploads/2010/09/thematic-screenshot-300x213.png" title="thematic-screenshot" width="300" height="213" class="alignnone size-medium wp-image-2806" /></a>Thematic はフリー、オープンソース、 拡張性があり、WordPressのフレームワークの特徴である13ウィジェットに対応し、グリッドベース、人気のあるプラグインに対応できるスタイルになっている。これは、初心者のブロガー、そして、ワードプレスの開発プロフェショナルの人にも最適である。<a href="http://themeshaper.com/thematic/" target="_blank">http://themeshaper.com/thematic/</a></p>
<h2>Thematic の特徴</h2>
<ul>
<li>WordPressのテーマを新規に開発したり、現状のまま使用するのに完璧である</li>
<li>サーチエンジン用に完全に最適化に最適化されている</li>
<li>子テーマにも対応、また全部で13あるウィジェットに対応</li>
<li>無料で商用可能な本テーマは子テーマをサポートし、アップデートも可能</li>
<li>スピーディーに開発するWordPressの子テーマをサンプルとして含んでいる</li>
<li>詳しくは<a href="http://themeshaper.com/thematic/guide/">Thematic Customization</a>のwikiガイドを参照</li>
<li>コメントの認証、WP-PageNavi、Comment-licenseのようなWordPressプラグインを実装</li>
<li>All-In-One SEOやPlatinum SEOプラグインにも完全対応</li>
<li>２，３カラムの安定したレイアウトやパーツなど簡単に設置可能</li>
<li>タイポグラフィをベースにCSSリセットで構成</li>
<li>ダイナミックポストとbodyクラスは、CSSアーティストのための自由なカスタマイズが可能編集可能なフッタテキスト―テーマを直接編集することなく移動可能</li>
<li>複数ユーザのマルチサイト管理にも対応</li>
</ul>
<h2>Thematicサポート</h2>
<p>Thematicテーマを使用するにあたって、3つのサポート体制がある。</p>
<h3>The ThemeShaper Forums</h3>
<p><a href="http://themeshaper.com/forums/">Visit the forums</a></p>
<h3>The Thematic Theme Store</h3>
<p><a href="http://themeshaper.com/theme-store/">Check out the store</a>.</p>
<h3>Commercial Support and Customization</h3>
<p><a href="http://themeshaper.com/services/">Visit the services page</a>.</p>
<h2>Lead Developers</h2>
<ul>
<li><a href="http://themeshaper.com/">Ian Stewart</a></li>
<li><a href="http://www.wupperpiraten.de/">Chris Gossmann</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.thescene.jp/wordpress/thematic-a-wordpress-theme-framework_2803.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.thescene.jp/wordpress/thematic-a-wordpress-theme-framework_2803.html" />
	</item>
		<item>
		<title>ネッツ、フォワードのシーン・メイと契約</title>
		<link>http://www.thescene.jp/nba_jp/nets-sign-free-agent-forward-sean-may_2792.html</link>
		<comments>http://www.thescene.jp/nba_jp/nets-sign-free-agent-forward-sean-may_2792.html#comments</comments>
		<pubDate>Tue, 10 Aug 2010 05:04:24 +0000</pubDate>
		<dc:creator>theScene</dc:creator>
				<category><![CDATA[NBA_JP]]></category>

		<guid isPermaLink="false">http://www.thescene.jp/?p=2792</guid>
		<description><![CDATA[ニュージャージー・ネッツは、フォワードのシーン・メイと契約を交わした。
ゼネラルマネージャービリーキングは、契約の詳細を明らかにすることなく、月曜日に署名を発表した。]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.thescene.jp/cgi/wp/wp-content/uploads/2010/08/pt_0026.jpg" alt="Sean May" title="Sean May" width="601" height="360" class="aligncenter size-full wp-image-2794" /><br />
ニュージャージー・ネッツは、フォワードのシーン・メイと契約を交わした。<br />
ゼネラルマネージャービリーキングは、契約の詳細を明らかにすることなく、月曜日に署名を発表した。</p>
<p>4年のNBAベテランプレーヤーである彼は、6.9ポイントと4.0ポイントの平均を持つ。<br />
サクラメントのラストシーズンで通算最高の37のゲーム、平均で3.3ポイントと1.9のリバウンドを獲得。</p>
<p>メイは2005年、ファイナルの第四クォーターで、最も顕著なプレーヤー賞を獲得し、NCAA・ノースカロライナの優勝を支えた。<br />
彼はシャーロット（ノースカロライナ）にドラフト13位で指名され、3シーズン中、ボブキャッツの82試合に出場した。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thescene.jp/nba_jp/nets-sign-free-agent-forward-sean-may_2792.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.thescene.jp/nba_jp/nets-sign-free-agent-forward-sean-may_2792.html" />
	</item>
		<item>
		<title>ブルズのノア、契約延長について話す</title>
		<link>http://www.thescene.jp/nba_jp/%e3%83%96%e3%83%ab%e3%82%ba%e3%81%ae%e3%83%8e%e3%82%a2%e3%80%81%e5%a5%91%e7%b4%84%e5%bb%b6%e9%95%b7%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%a9%b1%e3%81%99_2772.html</link>
		<comments>http://www.thescene.jp/nba_jp/%e3%83%96%e3%83%ab%e3%82%ba%e3%81%ae%e3%83%8e%e3%82%a2%e3%80%81%e5%a5%91%e7%b4%84%e5%bb%b6%e9%95%b7%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%a9%b1%e3%81%99_2772.html#comments</comments>
		<pubDate>Tue, 10 Aug 2010 03:49:44 +0000</pubDate>
		<dc:creator>theScene</dc:creator>
				<category><![CDATA[NBA_JP]]></category>

		<guid isPermaLink="false">http://www.thescene.jp/ja/nba_jp/%e3%83%96%e3%83%ab%e3%82%ba%e3%81%ae%e3%83%8e%e3%82%a2%e3%80%81%e5%a5%91%e7%b4%84%e5%bb%b6%e9%95%b7%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%a9%b1%e3%81%99_2772.html</guid>
		<description><![CDATA[シカゴブルズのセンター、ノア・ジョアキムは、契約延長について議論しており、シーズンが始まってからの協定に期待をしている。]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.thescene.jp/cgi/wp/wp-content/uploads/2010/08/pt_0025.jpg" alt="Joakim Noah" title="Joakim Noah" width="601" height="360" class="aligncenter size-full wp-image-2776" /><br />
シカゴブルズのセンター、ノア・ジョアキムは、契約延長について議論しており、シーズンが始まってからの協定に期待をしている。</p>
<p>ノアのエージェント(ドナルド・デル)は、月曜日に双方が会談を始めたというESPNchicago.comの報告書を確認した。彼は次のシーズン、ルーキー契約の4年目としては正当な310万ドル支払われる。</p>
<p>ノアは、左足の”筋膜炎”の痛みに耐えながら、18ゲームほど退いているが、平均11リバウンド10.7ポイントを獲得。<br />
今年はビッグスリー（レブロン・ジェームズ、ドゥエイン・ウエイド、クリス・ボッシュ）と呼ばれる彼らのトレードが注目を浴びている。</p>
<p>しかしながら、マイアミでインサイドスコアラーとなるカルロス・ブーザーと、最高のリバウンダーであるノアとともに、ブルズはここに強靭な団結力を示した。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thescene.jp/nba_jp/%e3%83%96%e3%83%ab%e3%82%ba%e3%81%ae%e3%83%8e%e3%82%a2%e3%80%81%e5%a5%91%e7%b4%84%e5%bb%b6%e9%95%b7%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%a9%b1%e3%81%99_2772.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.thescene.jp/nba_jp/%e3%83%96%e3%83%ab%e3%82%ba%e3%81%ae%e3%83%8e%e3%82%a2%e3%80%81%e5%a5%91%e7%b4%84%e5%bb%b6%e9%95%b7%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e8%a9%b1%e3%81%99_2772.html" />
	</item>
		<item>
		<title>セルティックスとの契約後、シャキール・オニールは、ニックネームを募集</title>
		<link>http://www.thescene.jp/nba_jp/%e3%82%bb%e3%83%ab%e3%83%86%e3%82%a3%e3%83%83%e3%82%af%e3%82%b9%e3%81%a8%e3%81%ae%e5%a5%91%e7%b4%84%e5%be%8c%e3%80%81%e3%82%b7%e3%83%a3%e3%82%ad%e3%83%bc%e3%83%ab%e3%83%bb%e3%82%aa%e3%83%8b%e3%83%bc_2766.html</link>
		<comments>http://www.thescene.jp/nba_jp/%e3%82%bb%e3%83%ab%e3%83%86%e3%82%a3%e3%83%83%e3%82%af%e3%82%b9%e3%81%a8%e3%81%ae%e5%a5%91%e7%b4%84%e5%be%8c%e3%80%81%e3%82%b7%e3%83%a3%e3%82%ad%e3%83%bc%e3%83%ab%e3%83%bb%e3%82%aa%e3%83%8b%e3%83%bc_2766.html#comments</comments>
		<pubDate>Sat, 07 Aug 2010 06:14:34 +0000</pubDate>
		<dc:creator>theScene</dc:creator>
				<category><![CDATA[NBA_JP]]></category>

		<guid isPermaLink="false">http://www.thescene.jp/nba_jp/%e3%82%bb%e3%83%ab%e3%83%86%e3%82%a3%e3%83%83%e3%82%af%e3%82%b9%e3%81%a8%e3%81%ae%e5%a5%91%e7%b4%84%e5%be%8c%e3%80%81%e3%82%b7%e3%83%a3%e3%82%ad%e3%83%bc%e3%83%ab%e3%83%bb%e3%82%aa%e3%83%8b%e3%83%bc_2766.html</guid>
		<description><![CDATA[ボストン・セルティックスと契約したシャキール・オニールは、新しい土地にふさわしいあだ名を探している。]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.thescene.jp/cgi/wp/wp-content/uploads/2010/08/pt_0024.jpg" alt="Shaquille O&#039;Neal" title="Shaquille O&#039;Neal" width="601" height="360" class="aligncenter size-full wp-image-2780" /><br />
ボストン・セルティックスと契約したシャキール・オニールは、新しい土地にふさわしいあだ名を探している。</p>
<p>オニールはTwitterでこう書いた: 「ハロー、グリーンタウン。俺をうならせるようなニックネームを考えてくれ。」</p>
<p>オンライン投票では、「The Big Shamrock」と「The Big Leprechaun」が「The Green Monster」と共に優勢。 また、「The Jolly Green Giant」、「The Shamroq」、「Red Auershaq」、「Shaqachusetts」、および「Tip-in O&#8217;Neal」などが挙げられた。<br />
今のところシャックからのコメントはない。</p>
<p>ちなみに今までは、「Shaq-Daddy」が有名だ。その他フェニックスの「The Big Shaqtus」とクリーブランドの「The Big Witness」など。</p>
<p>(BY <a href="http://msn.foxsports.com/nba/story/Shaquille-O-Neal-in-market-for-new-nickname-in-Boston">FOX Sports</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thescene.jp/nba_jp/%e3%82%bb%e3%83%ab%e3%83%86%e3%82%a3%e3%83%83%e3%82%af%e3%82%b9%e3%81%a8%e3%81%ae%e5%a5%91%e7%b4%84%e5%be%8c%e3%80%81%e3%82%b7%e3%83%a3%e3%82%ad%e3%83%bc%e3%83%ab%e3%83%bb%e3%82%aa%e3%83%8b%e3%83%bc_2766.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.thescene.jp/nba_jp/%e3%82%bb%e3%83%ab%e3%83%86%e3%82%a3%e3%83%83%e3%82%af%e3%82%b9%e3%81%a8%e3%81%ae%e5%a5%91%e7%b4%84%e5%be%8c%e3%80%81%e3%82%b7%e3%83%a3%e3%82%ad%e3%83%bc%e3%83%ab%e3%83%bb%e3%82%aa%e3%83%8b%e3%83%bc_2766.html" />
	</item>
		<item>
		<title>セルティックスはシャッキー・ニールと契約</title>
		<link>http://www.thescene.jp/nba_jp/%e3%82%bb%e3%83%ab%e3%83%86%e3%82%a3%e3%83%83%e3%82%af%e3%82%b9%e3%81%af%e3%82%b7%e3%83%a3%e3%83%83%e3%82%ad%e3%83%bc%e3%83%bb%e3%83%8b%e3%83%bc%e3%83%ab%e3%81%a8%e5%a5%91%e7%b4%84_2760.html</link>
		<comments>http://www.thescene.jp/nba_jp/%e3%82%bb%e3%83%ab%e3%83%86%e3%82%a3%e3%83%83%e3%82%af%e3%82%b9%e3%81%af%e3%82%b7%e3%83%a3%e3%83%83%e3%82%ad%e3%83%bc%e3%83%bb%e3%83%8b%e3%83%bc%e3%83%ab%e3%81%a8%e5%a5%91%e7%b4%84_2760.html#comments</comments>
		<pubDate>Thu, 05 Aug 2010 14:07:48 +0000</pubDate>
		<dc:creator>theScene</dc:creator>
				<category><![CDATA[NBA_JP]]></category>

		<guid isPermaLink="false">http://www.thescene.jp/nba_jp/%e3%82%bb%e3%83%ab%e3%83%86%e3%82%a3%e3%83%83%e3%82%af%e3%82%b9%e3%81%af%e3%82%b7%e3%83%a3%e3%83%83%e3%82%ad%e3%83%bc%e3%83%bb%e3%83%8b%e3%83%bc%e3%83%ab%e3%81%a8%e5%a5%91%e7%b4%84_2760.html</guid>
		<description><![CDATA[セルティックスはシャキール・オニールと契約した。
7フィート1インチ、輝かしい経歴を持つ325ポンドのセンターはイースタン・カンファレンスチャンピオンを目指し、自分の持つ4つのNBAタイトルにその優勝を加えることを望んでいる。]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.thescene.jp/cgi/wp/wp-content/uploads/2010/08/pt_00231.jpg" alt="Shaquille O&#039;Neal" title="Shaquille O&#039;Neal" width="601" height="360" class="aligncenter size-full wp-image-2782" /><br />
セルティックスはシャキール・オニールと契約した。<br />
7フィート1インチ、輝かしい経歴を持つ325ポンドのセンターはイースタン・カンファレンスチャンピオンを目指し、自分の持つ4つのNBAタイトルにその優勝を加えることを望んでいる。<br />
セルティックスとの契約を最後に、シャックの20シーズンの輝かしいキャリアに幕を閉じるかもしれない。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thescene.jp/nba_jp/%e3%82%bb%e3%83%ab%e3%83%86%e3%82%a3%e3%83%83%e3%82%af%e3%82%b9%e3%81%af%e3%82%b7%e3%83%a3%e3%83%83%e3%82%ad%e3%83%bc%e3%83%bb%e3%83%8b%e3%83%bc%e3%83%ab%e3%81%a8%e5%a5%91%e7%b4%84_2760.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.thescene.jp/nba_jp/%e3%82%bb%e3%83%ab%e3%83%86%e3%82%a3%e3%83%83%e3%82%af%e3%82%b9%e3%81%af%e3%82%b7%e3%83%a3%e3%83%83%e3%82%ad%e3%83%bc%e3%83%bb%e3%83%8b%e3%83%bc%e3%83%ab%e3%81%a8%e5%a5%91%e7%b4%84_2760.html" />
	</item>
		<item>
		<title>ピストンズはベン・ウォレスと2年の再契約を結んだ</title>
		<link>http://www.thescene.jp/nba_jp/%e3%83%94%e3%82%b9%e3%83%88%e3%83%b3%e3%82%ba%e3%81%af%e3%83%99%e3%83%b3%e3%83%bb%e3%82%a6%e3%82%a9%e3%83%ac%e3%82%b9%e3%81%a82%e5%b9%b4%e3%81%ae%e5%86%8d%e5%a5%91%e7%b4%84%e3%82%92%e7%b5%90%e3%82%93_2754.html</link>
		<comments>http://www.thescene.jp/nba_jp/%e3%83%94%e3%82%b9%e3%83%88%e3%83%b3%e3%82%ba%e3%81%af%e3%83%99%e3%83%b3%e3%83%bb%e3%82%a6%e3%82%a9%e3%83%ac%e3%82%b9%e3%81%a82%e5%b9%b4%e3%81%ae%e5%86%8d%e5%a5%91%e7%b4%84%e3%82%92%e7%b5%90%e3%82%93_2754.html#comments</comments>
		<pubDate>Thu, 05 Aug 2010 13:39:42 +0000</pubDate>
		<dc:creator>theScene</dc:creator>
				<category><![CDATA[NBA_JP]]></category>

		<guid isPermaLink="false">http://www.thescene.jp/nba_jp/%e3%83%94%e3%82%b9%e3%83%88%e3%83%b3%e3%82%ba%e3%81%af%e3%83%99%e3%83%b3%e3%83%bb%e3%82%a6%e3%82%a9%e3%83%ac%e3%82%b9%e3%81%a82%e5%b9%b4%e3%81%ae%e5%86%8d%e5%a5%91%e7%b4%84%e3%82%92%e7%b5%90%e3%82%93_2754.html</guid>
		<description><![CDATA[デトロイト・ピストンズは、1シーズン190万ドルの2年契約をセンター、ベン・ウォーレスと再契約した。
35歳のウォレスはデトロイトのベストプレーヤーの一人。]]></description>
			<content:encoded><![CDATA[<p>デトロイト・ピストンズは、1シーズン190万ドルの2年契約をセンター、ベン・ウォーレスと再契約した。<br />
35歳のウォレスはデトロイトのベストプレーヤーの一人。<br />
昨年は怪我に耐え、2001以来初めてプレイオフ出場をしなかった<br />
ウォレスは、2004年のNBAタイトルを獲得するピストンズを支え、その間4回のディフェンシブプレイヤーオブザイヤーを獲得した。<br />
昨年チームペストの1.2ブロック、チーム最高の8.7リバウンド、平均5.5ポイントだった。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thescene.jp/nba_jp/%e3%83%94%e3%82%b9%e3%83%88%e3%83%b3%e3%82%ba%e3%81%af%e3%83%99%e3%83%b3%e3%83%bb%e3%82%a6%e3%82%a9%e3%83%ac%e3%82%b9%e3%81%a82%e5%b9%b4%e3%81%ae%e5%86%8d%e5%a5%91%e7%b4%84%e3%82%92%e7%b5%90%e3%82%93_2754.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.thescene.jp/nba_jp/%e3%83%94%e3%82%b9%e3%83%88%e3%83%b3%e3%82%ba%e3%81%af%e3%83%99%e3%83%b3%e3%83%bb%e3%82%a6%e3%82%a9%e3%83%ac%e3%82%b9%e3%81%a82%e5%b9%b4%e3%81%ae%e5%86%8d%e5%a5%91%e7%b4%84%e3%82%92%e7%b5%90%e3%82%93_2754.html" />
	</item>
	</channel>
</rss>

