<?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/"
	>

<channel>
	<title>cssOrigins.com &#187; Tutorials</title>
	<atom:link href="http://www.cssOrigins.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cssOrigins.com</link>
	<description>Css Origins, Design Blog and Wordpress Publishing Platform</description>
	<lastBuildDate>Mon, 12 Jul 2010 06:35:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>WordPress for Designers #3</title>
		<link>http://www.cssOrigins.com/2009/wordpress-for-designers-3/</link>
		<comments>http://www.cssOrigins.com/2009/wordpress-for-designers-3/#comments</comments>
		<pubDate>Tue, 12 May 2009 05:31:52 +0000</pubDate>
		<dc:creator>Hunter Brelsford</dc:creator>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[Template Tags]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.cssOrigins.com/?p=285</guid>
		<description><![CDATA[As with the other posts in this series, This covers days 3 in the wordpress for designers tutorial videos, at blog.themeforest.net. Creating and Styling our first theme from scratch. CSS Styles In order to get our new style to accept and read our new css style sheet we have to configure just a few comments. like [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>As with the other posts in this series, This covers days 3 in the wordpress for designers tutorial videos, at <a title="blog.themeforest.net" href="http://blog.themeforest.net">blog.themeforest.net</a>.<span id="more-285"></span></p>
<h2>Creating and Styling our first theme from scratch.</h2>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="590" height="443" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="data" value="http://blip.tv/play/grg36rsyj7EM" /><param name="src" value="http://blip.tv/play/grg36rsyj7EM" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="590" height="443" src="http://blip.tv/play/grg36rsyj7EM" allowfullscreen="true" data="http://blip.tv/play/grg36rsyj7EM"></embed></object></p>
<h2>CSS Styles</h2>
<p>In order to get our new style to accept and read our new css style sheet we have to configure just a few comments.</p>
<p>like below</p>
<blockquote><p>/*<br />
Theme Name: cssOrigins.com<br />
Description: the second iteration of the cssOrigins website<br />
Author: Hunter  Brelsford<br />
Author URI: http://www.cssOrigins.com<br />
version: 1.0<br />
Tags: Design, WordPress, Css<br />
Optimization: Css Optimization done by Hunter  Brelsford 4/23/09<br />
*/</p></blockquote>
<p>Make sure at this point we save our style sheet. The style sheet fortunately is ready to be read in by our new blog, even though it does not contain any kind of actual style information. All plugins, and stylesheets in wordpress are detected this way, and auto generated into their respective themes, and plugins sections under the admin panel.</p>
<p>If we go on over to see our new theme, we can see that unfortunately that its listed as a broken theme.</p>
<h2>Index.php</h2>
<p>The reason we have a broken theme is because we have no files other then the style sheet associated with our theme, wordpress needs at least one for it to recognize its theme as a valid workable theme. So we will indulge it by creating a new file and naming it &#8220;<strong>index.php</strong> &#8221;</p>
<ol>
<li>create a index.php</li>
<li>add a title</li>
<li>save the page</li>
</ol>
<p>if you want to add your own screen shot for your theme you can additionally upload a 4&#215;3 .jpg up to your themes directory.</p>
<h2>Template Tags &#8211; 10:05</h2>
<p>WordPress has many built in functions that you can use on your site. the ones used in this screen cast are covered and defined here.</p>
<ol>
<li>bloginfo(&#8216;name&#8217;)  &#8211; Uses the name of your blog thats been defined in your wordpress settings</li>
<li>bloginfo(&#8216;stylesheet_url&#8217;) &#8211; Uses the current URL where your activated themes stylesheet is located</li>
<li>language_attributes(&#8221;) &#8211; Gives the default language and type direction of the wordpress instalation</li>
<li>bloginfo(&#8216;html_type&#8217;) &#8211; Gives the page content type</li>
<li>bloginfo(&#8216;charset&#8217;) &#8211; Displays the character set of the page</li>
</ol>
<p>Template tags are nothing more then php functions in wordpress, these tags are available to access functions and variables from within wordpress.</p>
<p>More information on template tags can be found on the <a title="WordPress Codex" href="http://codex.wordpress.org/Template_Tags">wordpress codex</a></p>
<p>This article was originally brought to you by <span class="titlelink"><a href="http://dev-tips.com/">Drew Douglass</a> at <a title="Theme Forest" href="http://blog.themeforest.net/screencasts/wordpress-for-designers-day-3/" target="_blank">ThemeForest</a><br />
</span></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cssOrigins.com/2009/wordpress-for-designers-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress for Designers</title>
		<link>http://www.cssOrigins.com/2009/wordpress-for-designers/</link>
		<comments>http://www.cssOrigins.com/2009/wordpress-for-designers/#comments</comments>
		<pubDate>Fri, 01 May 2009 20:30:27 +0000</pubDate>
		<dc:creator>Hunter Brelsford</dc:creator>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.cssOrigins.com/?p=257</guid>
		<description><![CDATA[Hey guys after reviewing many of the &#8220;WordPress for Designers&#8221; videos at blog.themeforest.net Ive decided to go ahead and repost them , and write out commentaries describing the main features that this video blog series hits. The series will be separated into days, starting with day two&#8230; ok lets get started. Day 2 : WordPress [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Hey guys after reviewing many of the &#8220;WordPress for Designers&#8221; videos at <a title="Theme Forest" href="http://blog.themeforest.net" target="_blank">blog.themeforest.net</a> Ive decided to go ahead and repost them<span id="more-257"></span> , and write out commentaries describing the main features that this video blog series hits.</p>
<p>The series will be separated into days, starting with day two&#8230; ok lets get started.</p>
<p>Day 2 : WordPress Admin panel.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="590" height="443" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="data" value="http://blip.tv/play/grg36aVKAA" /><param name="src" value="http://blip.tv/play/grg36aVKAA" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="590" height="443" src="http://blip.tv/play/grg36aVKAA" allowfullscreen="true" data="http://blip.tv/play/grg36aVKAA"></embed></object></p>
<h3>Introduction</h3>
<p>In our video here we quickly reviewed all the necessaries that we would be using in order to use and edit our new WordPress install. He quickly went over the WordPress file structure. The necessary changes that needed to be made to the wp-config.php file when we upload, and the location of our all important theme files.</p>
<blockquote><p>www.example.com/wp-content/themes/theme1</p></blockquote>
<h3>Body</h3>
<p>Moving on through the video the main bulk of this video was getting the understanding of the different template files in your wordpress theme, what they do and how they work, so lets move through a few of them.</p>
<p>As described in our video if we go to APPEARANCE | EDITOR we will be able to see all the template files included in the wordpress theme currently activated.</p>
<p>If we start by importance usualy index.php would come to mind in a wordpress site. We can see there&#8217;s no doctypes or much html data in our file at all, but rather many simple php requests to header and footer and sidebar etc.. These are essentially statements that calls in those files from you directory. So header.</p>
<p>In our header.php we find our doctypes and titles tags and start of our html elements. This is loaded at the top of every page or post that calls get_header(). Pretty easy to understand.</p>
<p>Similarly our files typically end with out get_footer() call and our footer.php contains all the closing tags for information contained within our document.</p>
<p>Single.php &#8211; used for individual post pages.</p>
<p>404.php &#8211; used when a page within your wordpress blog cannot be found.</p>
<p>Sidebar -  calls widgets and other custom information into the 1 or more sidebars in your wordpress theme.</p>
<h3>Conclusion</h3>
<p>After looking through and familiarizing yourself with the themes directory withing your wordpress install you should be able to identify the different files and what they more or less accomplish. With this basic knowledge we will be able to simply identify where and what files we need to be editing in the future while we move on to developing our own theme, in the new few videos.</p>
<p>If you&#8217;re having problems understand the videos or information please comment and we will see if we can help you out.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cssOrigins.com/2009/wordpress-for-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
