<?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>New Blog Help &#187; Wordpress Themes</title>
	<atom:link href="http://www.newbloghelp.com/category/wordpress-themes/feed" rel="self" type="application/rss+xml" />
	<link>http://www.newbloghelp.com</link>
	<description>The Ideal Way To Learn Something New About Blogging</description>
	<lastBuildDate>Mon, 21 Dec 2009 15:40:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Wordpress Locally So You Can Modify or Create Wordpress Themes</title>
		<link>http://www.newbloghelp.com/ftp/installing-wordpress-locally-so-you-can-modify-or-create-wordpress-themes</link>
		<comments>http://www.newbloghelp.com/ftp/installing-wordpress-locally-so-you-can-modify-or-create-wordpress-themes#comments</comments>
		<pubDate>Tue, 17 Feb 2009 13:38:50 +0000</pubDate>
		<dc:creator>Jade</dc:creator>
				<category><![CDATA[FTP]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[creating wordpress themes]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[installing wordpress]]></category>
		<category><![CDATA[installing wordpress locally]]></category>
		<category><![CDATA[modifying wordpress themes]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.newbloghelp.com/?p=414</guid>
		<description><![CDATA[



Image via Wikipedia



Have you ever wanted to try your hand at modifying or creating your own Wordpress themes? Maybe you thought it would be ridiculously hard to do or far beyond your scope of knowledge, but modifying Wordpress themes and templates are not quite as hard as you might think.
Do You Know Your HTML?
There are [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl style="width: 212px;" class="wp-caption alignleft">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:Notepad.png"><img src="http://upload.wikimedia.org/wikipedia/en/thumb/2/2a/Notepad.png/202px-Notepad.png" alt="Notepad" title="Notepad" width="202" height="202"></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/Image:Notepad.png">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>Have you ever wanted to try your hand at modifying or creating your own Wordpress themes? Maybe you thought it would be ridiculously hard to do or far beyond your scope of knowledge, but modifying Wordpress themes and templates are not quite as hard as you might think.</p>
<p><u><strong>Do You Know Your HTML?</strong></u></p>
<p>There are a few things you should take into consideration if you’re looking to get started modifying themes and that is, how good are your HTML skills? HTML stands for <a class="zem_slink" href="http://en.wikipedia.org/wiki/HTML" title="HTML" rel="wikipedia">Hyper Text Markup Language</a> and it is used in every webpage in order to be able to display your sites content. If you are new to HTML should have a look at basic tutorial that covers the basics of understanding HTML and how HTML markup tags are used to communicate your website and its design to your visitors.<span id="more-414"></span></p>
<p><a href="http://www.w3schools.com/htmL/html_intro.asp">HTML Tutorial For The Absolute Beginner</a></p>
<p><u><strong>How Much PHP Do You Know?</strong></u></p>
<p>Wordpress also relies heavily on php scripting in order for it to run…without php…no Wordpress, so make sure to at least have a mild working knowledge of the php scripting language and use it as a reference when designing your own themes. Here’s a really good step by step tutorial for those who are beginners with php:</p>
<p><a href="http://devzone.zend.com/node/view/id/627">PHP Tutorial For The Absolute Beginner</a></p>
<p><u><strong>Don&#8217;t Leave Home Without Some CSS Skill</strong></u></p>
<p>Lastly, you will need to have a good working knowledge of CSS which stands for <a class="zem_slink" href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets" title="Cascading Style Sheets" rel="wikipedia">Cascading Style Sheets</a>. Every Wordpress theme and template has one. Without it your website HTML would be displayed with nothing but a white screen, and all of your text would be on the left hand side with blue highlighted links and that’s about it. There would be no graphics, no fancy fonts, no centering, nothing unless you specified it in your theme’s CSS file, if you had one. CSS is the partner-in-crime to the HTML coding of your theme, and you can’t have one without the other so make sure to add learn CSS to your list of things to do. The great news about CSS is that the learning curve is really small and once you’ve played around in a few Wordpress themes you will see that they all contain pretty much the same style elements so once you have the knowledge stored in your brain you will be good to go. Here’s a good CSS tutorial for the absolute beginner:</p>
<p><a href="http://www.tagbytag.org/tutorials/css-beginner">CSS Tutorial For The Absolute Beginner</a></p>
<p><u><strong>Installing Wordpress Locally</strong></u></p>
<p>One last thing you should take a look at is installing Wordpress locally on your computer. While it’s not absolutely necessary, it should be considered by anyone who is serious about working with, and modifying Wordpress themes and templates. Installing Wordpress locally on your computer will give you a playground to test your newly modified and newly created themes without having to put them up on the Internet, so nobody sees them but you. I myself tweak, modify, create and play with all sorts of Wordpress themes because I’ve installed Wordpress locally on my computer using a little program called <a class="zem_slink" href="http://www.apachefriends.org/en/xampp.html" title="XAMPP" rel="homepage">XAMPP</a> and my favourite text editor <a class="zem_slink" href="http://windowshelp.microsoft.com/Windows/en-US/Help/5d18d5fb-e737-4a73-b6cc-dccc637202311033.mspx" title="Notepad" rel="homepage">Notepad</a> ++. I’ve written an excellent tutorial regarding how to set up Wordpress locally on your computer and you can check it out over at <a class="zem_slink" href="http://www.squidoo.com/homepage/index.php" title="Squidoo" rel="homepage">Squidoo</a> by following this link:</p>
<p><a href="http://www.squidoo.com/installing-Wordpress-locally">Installing Wordpress Locally On Your Computer &#8211; A Squidoo Lens Tutorial</a></p>
<p>Please don’t be frightened by the length of the tutorial, it’s actually quite short once you take a good look at it. It contains very detailed step by step instructions that even the newest Wordpress user would have no trouble following.</p>
<p>Well that’s it, I hope you learn to make and modify Wordpress themes using these tips and you can send me an email anytime letting me know how you made out with these tips and especially the Squidoo lens. I will do my best to help you with any questions you might have and until next time people…have fun playing with Wordpress.<br />
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://charity-lynn.com/blogging/css-is-your-friend/">CSS is your friend</a> (charity-lynn.com)</li>
</ul>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/8c2f22b9-3597-4d89-b784-e531a9374659/" title="Zemified by Zemanta"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=8c2f22b9-3597-4d89-b784-e531a9374659" alt="Reblog this post [with Zemanta]"></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.newbloghelp.com/ftp/installing-wordpress-locally-so-you-can-modify-or-create-wordpress-themes/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Where To Find Wordpress Themes and Templates For Your Blog</title>
		<link>http://www.newbloghelp.com/wordpress-themes/where-to-find-wordpress-themes-and-templates-for-your-blog</link>
		<comments>http://www.newbloghelp.com/wordpress-themes/where-to-find-wordpress-themes-and-templates-for-your-blog#comments</comments>
		<pubDate>Mon, 02 Feb 2009 05:24:10 +0000</pubDate>
		<dc:creator>Jade</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[find wordpress themes]]></category>
		<category><![CDATA[Kubrick]]></category>
		<category><![CDATA[On the Web]]></category>
		<category><![CDATA[Weblogs]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress template resources]]></category>

		<guid isPermaLink="false">http://newbloghelp.com/?p=199</guid>
		<description><![CDATA[



Image via Wikipedia



Congratulations on getting your Wordpress blog installed! Now you can start blogging…what’s that? You despise the default Kubrick theme that comes with all Wordpress installations? I for one find that very hard to believe, I mean look at that theme…it’s simple, it’s rounded at the corners….it’s a sea of blue…
Okay, okay so there’s [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl style="width: 120px;" class="wp-caption alignleft">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:WordPressLogo.png"><img src="http://upload.wikimedia.org/wikipedia/en/d/d6/WordPressLogo.png" alt="Category:Wikipedians who use WordPress" title="Category:Wikipedians who use WordPress" width="110" height="110"></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/Image:WordPressLogo.png">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>Congratulations on getting your Wordpress blog installed! Now you can start blogging…what’s that? You despise the default <a class="zem_slink" href="http://en.wikipedia.org/wiki/Kubrick_%28toy%29" title="Kubrick (toy)" rel="wikipedia">Kubrick</a> theme that comes with all Wordpress installations? I for one find that very hard to believe, I mean look at that theme…it’s simple, it’s rounded at the corners….it’s a sea of blue…</p>
<p>Okay, okay so there’s probably only 2% of the population that actually likes the Kubrick default Wordpress theme…and the only other theme that comes with Wordpress by default is the Classic theme and it’s not so hot either. So what’s a <a class="zem_slink" href="http://en.wikipedia.org/wiki/Blog" title="Blog" rel="wikipedia">blogger</a> to do? You could find some pre-made Wordpress themes and install them to your blog as is, you could modify a pre-made Wordpress theme with your own graphics and artistic style, and then install it to your blog, or you could get wild and create your own theme…okay, okay we’ll save the <a class="zem_slink" href="http://en.wikipedia.org/wiki/Wildness" title="Wildness" rel="wikipedia">wildness</a> for another post…<span id="more-199"></span></p>
<p>So today&#8217;s post is about where to find Wordpress themes. Back in the old days of Wordpress there were some pretty hokey-looking themes available for bloggers and they were pretty basic in their functionality. Nowadays Wordpress themes or templates, are nothing short of a marvel of superb <a class="zem_slink" href="http://en.wikipedia.org/wiki/Design" title="Design" rel="wikipedia">design</a> with breath-taking appeal. This new breed of Wordpress themes is not only stylish and good-looking, but they have an amazing level of functionality that will allow you to do things with your blog that you may not have known was even possible to do before.</p>
<p>If you’re just starting out with Wordpress and you’re looking for some excellent Wordpress template resources then here is a list of where you can get some free or not-so-free themes from:</p>
<p><a href="http://wpstart.start-1.info/">WP Start</a> – This site offers literally TONS of free Wordpress themes and the best part is that most of them are free premium themes. They also offer a great selection of priced themes but the costs are very reasonable.</p>
<p><a class="zem_slink" href="http://www.briangardner.com/" title="Brian Gardner" rel="homepage">Brian Gardner</a> offers the Revolution based series of high quality, professionally designed <a class="zem_slink" href="http://wordpress.org" title="WordPress" rel="homepage">WordPress</a> themes with included support packages. His premium Wordpress themes can take your blog to a higher level or give your <a class="zem_slink" href="http://en.wikipedia.org/wiki/Website" title="Website" rel="wikipedia">website</a> that professional edge with a not so blog-like look. <a href="https://www.e-junkie.com/ecom/gb.php?cl=10214&amp;c=ib&amp;aff=49009" target="ejejcsingle">Click here to visit Brian Gardner Media LLC website</a></p>
<p><a href="http://wordpress.org/extend/themes/">Wordpress</a> not only gives you the most awesome blogging <a class="zem_slink" href="http://en.wikipedia.org/wiki/Computer_software" title="Computer software" rel="wikipedia">software</a> on the planet, but they also provide a huge assortment of themes and templates for your blog as well. The Wordpress themes repository has the largest selection of themes anywhere on the <a class="zem_slink" href="http://en.wikipedia.org/wiki/Internet" title="Internet" rel="wikipedia">Internet</a> and they&#8217;re all free so if your on a budget, you won&#8217;t break the bank.</p>
<p><a href="http://www.freewpthemes.net/">freewpthemes</a> has around 150 free WP templates to choose from so be sure to have a browse over there.</p>
<p>Also have a look at <a href="http://www.wptmp.com/">The Wordpress Themes Archive</a> where you can download a whole shwack of themes in one go or pick and choose between the more than 2000 themes freely available.</p>
<p>Happy Wordpress theme hunting bloggers!</p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/4d06a77a-ee29-4f45-af8e-01342cc3daa2/" title="Zemified by Zemanta"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=4d06a77a-ee29-4f45-af8e-01342cc3daa2" alt="Reblog this post [with Zemanta]"></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.newbloghelp.com/wordpress-themes/where-to-find-wordpress-themes-and-templates-for-your-blog/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

