<?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>Pagetopia :: Quality Website Design and Online Services &#187; WP Themes</title>
	<atom:link href="http://pagetopia.com/category/free-wordpress-themes/feed" rel="self" type="application/rss+xml" />
	<link>http://pagetopia.com</link>
	<description></description>
	<lastBuildDate>Thu, 14 Apr 2011 05:39:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Our Special Discount Offer</title>
		<link>http://pagetopia.com/special-discount-rate-competition</link>
		<comments>http://pagetopia.com/special-discount-rate-competition#comments</comments>
		<pubDate>Wed, 20 Jan 2010 05:20:45 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[WP Themes]]></category>

		<guid isPermaLink="false">http://pagetopia.com/?p=577</guid>
		<description><![CDATA[<h2>$790 Website and Hosting Offer</h2><br />For a short time only, Pagetopia is offering complete design packages, at a discount rate of over 50% off our already low prices. We'll also host your site for a full 12 months! Be quick, at this price these offers won't last.]]></description>
			<content:encoded><![CDATA[<p>Contact us via the contact page to see current availability of this offer.</p>
]]></content:encoded>
			<wfw:commentRss>http://pagetopia.com/special-discount-rate-competition/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Other Services</title>
		<link>http://pagetopia.com/other-services</link>
		<comments>http://pagetopia.com/other-services#comments</comments>
		<pubDate>Fri, 13 Feb 2009 01:30:09 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[WP Themes]]></category>

		<guid isPermaLink="false">http://pagetopia.com/?p=588</guid>
		<description><![CDATA[Free hosting, our leading domain name 'finding and minding' service, and many other ways we can take online worries away from your business.]]></description>
			<content:encoded><![CDATA[<p>Email us via the contact page for our full range of services.</p>
]]></content:encoded>
			<wfw:commentRss>http://pagetopia.com/other-services/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a Header Image to your Wordpress Site</title>
		<link>http://pagetopia.com/adding-a-header-image-to-your-wordpress-site</link>
		<comments>http://pagetopia.com/adding-a-header-image-to-your-wordpress-site#comments</comments>
		<pubDate>Fri, 13 Feb 2009 01:29:58 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[WP Themes]]></category>

		<guid isPermaLink="false">http://pagetopia.com/?p=564</guid>
		<description><![CDATA[A common question, but here i give the lazy answer to how to add a custom graphic to your Wordpress site.]]></description>
			<content:encoded><![CDATA[<p>If you want to put a header image on your Wordpress site, there are a number of ways you can do it and a number of tutorials on the web. It&#8217;s such a common question though, I&#8217;ll let you in on a really easy way to do it.</p>
<p><a href="http://pagetopia.com/wp-content/uploads/2009/02/wpheaders.jpg"><img class="alignnone size-full wp-image-568" title="wordpress header" src="http://pagetopia.com/wp-content/uploads/2009/02/wpheaders.jpg" alt="" width="300" height="360" /></a><br />
If your blog already has a small image (maybe it came with one in your theme), you just create a new header in something like Photoshop, and put the new image in the appropriate image folder in your hosting. Deleting or rename the old image file, and call your new image the same name as the old one. You can also upload your image, but change just the filename in the style.css file.</p>
<p>Often a theme comes with just a text title, that you want to replace with a header. This is more often the case, so here&#8217;s an easy way to do it.</p>
<p>1) create a header as close to the right size as you can, and save it as a .gif, .jpg, or .png.</p>
<p>2) open up any post in your blog.</p>
<p>3) insert your header image into the post. don&#8217;t worry, we&#8217;re not saving the post, so it can go anywhere. sometimes i make a &#8216;draft&#8217; post just for situations like this. by uploading it, we are putting that image in your hosting.</p>
<p>4) grab a corner and slightly resize the image, bigger or smaller. This adds an image size line of code to the image, which can be useful later.</p>
<p>5) click on the image, and make it a link, back to your home page. get it to open in the same window. at this stage i usually center the image on the page, also.</p>
<p>6) ok, switch to HTML view. Copy ALL the code that has to do with that image &#8211; link, image title, image location, and image size.</p>
<p>7) open up the header.php file and look for the line of code that controls the printing of the name of the blog in the header. I just do a search for &#8220;name&#8221;. There is usually a similar line after that for &#8220;description&#8221;.</p>
<p>8 ) you can delete that line if you&#8217;re feeling confident, however it&#8217;s better if you &#8220;comment out&#8221; the line. do a simple google search if you don&#8217;t know how to comment out lines of code (it&#8217;s easy).</p>
<p>9) just before or after this commented out code, paste in your image file code from your post. Hit save.</p>
<p>10) open up a NEW tab or window, and see the results (opening up a new window lets you easily change windows and correct things if you&#8217;ve made a mistake).</p>
<p>Look ok?</p>
<p>If it&#8217;s too big or small, remember that you should have some numbers in the code controlling its size. Play with these numbers until you get the look you are after. Adding spaces around it, and line breaks before or after, should be enough to get the exact look you need.</p>
<p>If it looks good in Firefox, don&#8217;t forget to check in browsers others might be using too &#8211; like Safari, Opera, Chrome, Internet Explorer (yuck!), etc.</p>
<p>This same basic technique can be used for putting images (such as ads) in your widgets, or just about anywhere you want an ad or graphic to appear.</p>
<p><em>Any questions?</em></p>
]]></content:encoded>
			<wfw:commentRss>http://pagetopia.com/adding-a-header-image-to-your-wordpress-site/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>100+ Free Resources for Designing Great Websites</title>
		<link>http://pagetopia.com/free-website-resources-for-designing-with-wordpress</link>
		<comments>http://pagetopia.com/free-website-resources-for-designing-with-wordpress#comments</comments>
		<pubDate>Tue, 06 Jan 2009 00:57:33 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[WP Themes]]></category>

		<guid isPermaLink="false">http://pagetopia.com/?p=495</guid>
		<description><![CDATA[Everything from free shopping carts, blogging platforms, free content and icon lists, advertising rates, emailers, plugins, webhosts, and design tools to add to your web designing arsenal. ]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">
<p style="text-align: left;">People often ask me where they can find a particular plugin I&#8217;ve used on a site, or how to do something like install a free script to insert an Ebay listing into their site. Here&#8217;s 100+ free (or very cheap) resources to get you started. Ok, so if you count closely &#8217;s really 91 &#8211; but with some suggestions from you we&#8217;ll soon get over the 100 mark. More great tools coming soon from me, too.</p>
<h2 style="text-align: center;"><span style="color: #3366ff;"><strong>Quick Site Building</strong></span></h2>
<p><span style="color: #3366ff;"><strong></strong></span></p>
<p style="text-align: center;"><img src="http://freeread.com.au/ebooks/e00039-images/stokes2-07.jpg" alt="" width="234" height="197" /></p>
<ul>
<li style="text-align: center;"><a title="Wordpress" href="http://wordpress.org" target="_blank">Wordpress</a></li>
<li style="text-align: center;"><a title="Blogger" href="http://blogger.com" target="_blank">Blogger</a></li>
<li style="text-align: center;"><a title="Joomla" href="http://www.joomla.org/" target="_blank"> Joomla</a></li>
<li style="text-align: center;"><a title="Google Pages" href="http://www.googlepages.com/" target="_blank">Google Pages</a></li>
<li style="text-align: center;"><a title="Squidoo" href="http://www.squidoo.com/" target="_blank">Squidoo</a></li>
<li style="text-align: center;"><a title="BANS" href="http://www.buildanichestore.com/" target="_blank">BANS</a></li>
<li style="text-align: center;"><a title="Develop Quick" href="http://developquick.com/" target="_blank">Develop Quick</a></li>
<li style="text-align: center;"><a title="ppc-sites.com" href="http://www.ppc-sites.com/" target="_blank">PPC-sites.com</a></li>
<li style="text-align: center;"><a title="Associate-o-matic" href="http://www.associate-o-matic.com/" target="_blank">Associate-O-Matic</a></li>
<li style="text-align: center;"><a title="Why Park" href="http://www.whypark.com/" target="_blank">WhyPark</a></li>
<li style="text-align: center;"><a title="homestead" href="http://www.homestead.com/" target="_blank">Homestead </a></li>
</ul>
<p style="text-align: center;">
<h6 style="text-align: center;"><a href="http://namehugger.com/wp-content/uploads/2008/04/line.jpg"><img class="alignnone size-medium wp-image-64" title="Next group" src="http://namehugger.com/wp-content/uploads/2008/04/line.jpg" alt="" width="131" height="1" /></a></h6>
<h2 style="text-align: center;"><span style="color: #3366ff;">Recommended Hosting</span></h2>
<ul>
<li style="text-align: center;"><a title="Hostgator" href="http://hostgator.com" target="_blank">Hostgator</a></li>
<li style="text-align: center;"><a href="http://www.dimereseller.com/" target="_blank">DimeReseller</a></li>
<li style="text-align: center;"><a title="Blue Host" href="http://www.bluehost.com/" target="_blank">BlueHost</a></li>
<li style="text-align: center;"><a href="http://thelegionhost.com/" target="_blank">The Legion Host</a></li>
<li style="text-align: center;"><a title="Fused Hosting" href="http://www.fusedhosting.net/reseller.php" target="_blank">Fused Hosting</a></li>
<li style="text-align: center;"><a title="iipanel.net" href="http://iipanel.net/" target="_blank">iiPanel.NET</a></li>
<li style="text-align: center;"><a title="hostquack" href="http://www.hostquack.com/" target="_blank">HostQuack</a></li>
<li style="text-align: center;"><a href="http://www.nixism.com/" target="_blank">Nixism</a></li>
</ul>
<h6 style="text-align: center;"><a href="http://namehugger.com/wp-content/uploads/2008/04/line.jpg"><img class="alignnone size-medium wp-image-64" title="Next group" src="http://namehugger.com/wp-content/uploads/2008/04/line.jpg" alt="" width="131" height="1" /></a></h6>
<h2 style="text-align: center;"><span style="color: #3366ff;"><strong>Handy Plugins and Add-Ons </strong></span></h2>
<ul>
<li style="text-align: center;"><span style="color: #ffffff;"><a title="Free Wordpress Themes" href="http://wordpresstheme.me" target="_blank"><span style="color: #000000;">Free Wordpress Themes for Developers and Tips for Modifying Them</span></a><br />
</span></li>
<li style="text-align: center;"><a title="themes" href="http://themes.wordpress.net/" target="_blank">Wordpress theme viewer</a>, <a title="wp free" href="http://www.wpthemesfree.com/" target="_blank">wpthemesfree</a>, <a title="siteground" href="http://www.siteground.com/wordpress-hosting/wordpress-themes.htm" target="_blank">siteground</a>, <a title="mambo" href="http://templates.mamboserver.com/" target="_blank">mambo</a>, <a title="theme time" href="http://www.theme-time.com/" target="_blank">theme-time</a>, <a title="web 2 feel" href="http://web2feel.com/" target="_blank">web2feel</a></li>
<li style="text-align: center;"><a title="themesbase" href="http://themesbase.com/?category=joomla" target="_blank"><span class="a">Joomla Themesbase</span></a><span class="a">, <a title="Joomla Themes" href="http://www.joomla-themes.co.uk/index.php?option=com_content&amp;task=blogcategory&amp;id=23&amp;Itemid=34" target="_blank">Joomla Themes</a></span><a title="themesbase" href="http://themesbase.com/?category=joomla" target="_blank"><span class="a"> </span></a></li>
<li style="text-align: center;"><a title="xml sitemaps" href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" target="_blank">Wordpress Plugins &#8211; Sitemaps</a></li>
<li style="text-align: center;"><a title="SEO" href="http://wordpress.org/extend/plugins...n-one-seo-pack/" target="_blank">All In One SEO Pack</a></li>
<li style="text-align: center;"><a title="tables" href="http://www.laptoptips.ca/projects/tinymce-advanced/">Fonts and Tables</a>, or <a title="tables 2" href="http://alexrabe.boelinger.com/wordpress-plugins/wp-table/" target="_blank">Tables</a></li>
<li style="text-align: center;"><a title="wordpress header" href="http://codex.wordpress.org/Designing_Headers" target="_blank">Changing Headers</a></li>
<li style="text-align: center;"><a title="i like your colors" href="http://redalt.com/Tools/I+Like+Your+Colors" target="_blank">Color Picker</a></li>
<li style="text-align: center;"><a title="Statcounter" href="http://statcounter.com" target="_blank">Statcounter</a>, <a title="Analytics" href="http://www.google.com/analytics/" target="_blank">Google Analytics</a></li>
<li style="text-align: center;"><a title="Social Bookmarking" href="http://www.calevans.com/view.php/page/notable" target="_blank">Social Bookmarking</a></li>
<li style="text-align: center;"><a title="Adsense Delux" href="http://www.acmetech.com/blog/adsense-deluxe/" target="_blank">Adsense Delux</a> and <a title="mighty adsense" href="http://mightyhitter.com/main-page/plugins/mightyadsense" target="_blank">Mighty Adsense</a></li>
<li style="text-align: center;"><a title="Front Page" href="http://codex.wordpress.org/Creating_a_Static_Front_Page" target="_blank">Static Front Page</a></li>
<li style="text-align: center;"><a title="Mini Forms" href="http://wordpress.org/extend/plugins/tdo-mini-forms/" target="_blank">Mini Forms</a></li>
<li style="text-align: center;"><a title="intouch" href="http://adahas.com/work/intouch/" target="_blank">Contact Form</a></li>
<li style="text-align: center;"><a title="RSS feeds" href="http://www.rss-info.com/" target="_blank">RSS feeds</a></li>
<li style="text-align: center;"><a title="e-commerce" href="http://www.instinct.co.nz/e-commerce/" target="_blank">Shopping Cart (mixed reviews)</a></li>
<li style="text-align: center;"><a title="bravenet.net" href="http://bravenet.net" target="_blank">Bravenet.net,</a> <a title="lists.topica.com" href="http://lists.topica.com" target="_blank">Lists.topica.com email lists, logins</a></li>
<li style="text-align: center;"><a title="HTML" href="http://www.tizag.com/" target="_blank">HTML quick guide</a></li>
<li style="text-align: center;"><a title="Plugins" href="http://theblogjoint.com/2006/08/29/top-wordpress-plugins/" target="_blank">Other Plugins</a></li>
</ul>
<h6 style="text-align: center;"><a href="http://namehugger.com/wp-content/uploads/2008/04/line.jpg"><img class="alignnone size-medium wp-image-64" title="Next group" src="http://namehugger.com/wp-content/uploads/2008/04/line.jpg" alt="" width="131" height="1" /></a></h6>
<h2 style="text-align: center;"><span><strong><span style="color: #3366ff;"><strong>Free Content</strong></span> </strong></span></h2>
<ul>
<li style="text-align: center;"><strong><a title="Goarticles" href="http://goarticles.com/" target="_blank">GoArticles Free Content</a></strong></li>
<li style="text-align: center;"><strong><a title="Free stock photos and Icons" href="http://www.namepros.com/web-design-discussion/221211-list-of-free-stock-photo-websites.html" target="_blank">List of Free Stock Photos and Icons</a></strong></li>
<li style="text-align: center;"><strong><a title="Font freak" href="http://www.fontfreak.com/" target="_blank">Free Fonts</a></strong></li>
</ul>
<h6 style="text-align: center;"><strong><a href="http://namehugger.com/wp-content/uploads/2008/04/line.jpg"><img class="alignnone size-medium wp-image-64" title="Next group" src="http://namehugger.com/wp-content/uploads/2008/04/line.jpg" alt="" width="131" height="1" /></a></strong></h6>
<h2 style="text-align: center;"><span style="color: #3366ff;"><strong>Advertising</strong></span><strong> </strong></h2>
<ul>
<li style="text-align: center;"><strong><a title="Adsense" href="https://www.google.com/adsense/login/en_GB/?gsessionid=Xc3DD5hpiN8" target="_blank">Google Adsense</a></strong></li>
<li style="text-align: center;"><strong><a title="RevenuePilot" href="http://www.revenuepilot.com/" target="_blank">RevenuePilot</a></strong></li>
<li style="text-align: center;"><strong><a title="Ad Rates" href="http://www.problogger.net/archives/2008/03/27/how-much-should-i-charge-for-my-advertising-space/" target="_blank">End User Advertising Rates</a></strong></li>
</ul>
<h6 style="text-align: center;"><strong><a href="http://namehugger.com/wp-content/uploads/2008/04/line.jpg"><img class="alignnone size-medium wp-image-64" title="Next group" src="http://namehugger.com/wp-content/uploads/2008/04/line.jpg" alt="" width="131" height="1" /></a></strong></h6>
<h2 style="text-align: center;"><span style="color: #3366ff;"><strong><strong>Affiliates</strong></strong></span></h2>
<ul>
<li style="text-align: center;"><strong><a title="One Stop Affiliate" href="http://onestopaffiliate.com/" target="_blank">One Stop Affiliate &#8211; Big List </a></strong></li>
<li style="text-align: center;"><strong><a title="Ebay Partner Network" href="http://www.EbayPartnerNetwork.com" target="_blank">Ebay Partner Network</a> <a title="Amazon" href="https://affiliate-program.amazon.com/104-5276109-1363157" target="_blank">Amazon Asssociates</a></strong></li>
<li style="text-align: center;"><strong><a title="Abestweb" href="http://www.abestweb.com/" target="_blank">Abestweb Affiliate Forum</a></strong></li>
<li style="text-align: center;"><strong><a rel="nofollow" href="http://www.mcjiffy.com/">A free Ebay storefront</a>- see an example <a rel="nofollow" href="http://windowmagnets.com/">here</a> </strong><strong></strong></li>
</ul>
<h6 style="text-align: center;"><strong><a href="http://namehugger.com/wp-content/uploads/2008/04/line.jpg"><img class="alignnone size-medium wp-image-64" title="Next group" src="http://namehugger.com/wp-content/uploads/2008/04/line.jpg" alt="" width="131" height="1" /></a></strong></h6>
<h2 style="text-align: center;"><span style="color: #3366ff;"><strong><strong>SEO</strong></strong></span><strong> </strong></h2>
<ul>
<li style="text-align: center;"><strong><a title="zero to hero" href="http://www.searchenginejournal.com/12-steps-to-complete-search-engine-domination-from-zero-to-hero-in-just-6-months/6745/" target="_blank">Zero to Hero</a>, <a title="Slaydragon" href="http://www.namepros.com/domain-newbies/155986-promoting-your-site.html?highlight=regularly+indexed+blog#post1016619" target="_blank">Slaydragon</a>, <a title="seo for everybody" href="http://www.pearsonified.com/category/seo_for_everybody" target="_blank">Seo For Everybody</a>, <a title="SE Watch" href="http://searchenginewatch.com/" target="_blank">Search Engine Watch</a></strong></li>
<li style="text-align: center;"><strong><a title="zero to hero" href="http://www.searchenginejournal.com/12-steps-to-complete-search-engine-domination-from-zero-to-hero-in-just-6-months/6745/" target="_blank"> </a><a title="SEO" href="http://wordpress.org/extend/plugins...n-one-seo-pack/" target="_blank">All In One SEO Pack</a></strong></li>
<li style="text-align: center;"><strong><a title="Website Grader" href="http://www.websitegrader.com/" target="_blank">Website SEO Reports</a></strong></li>
<li style="text-align: center;"><strong><a title="Marketleap" href="http://marketleap.com/" target="_blank">Marketleap SEO tools</a></strong></li>
<li style="text-align: center;"><strong><a title="Search Engine Position" href="http://www.iwebtool.com/search_engine_position" target="_blank">Check Your Search Engine Position here</a> or <a title="Search Engine Position" href="http://www.dnxpert.com/search-engine-position/" target="_blank">here</a></strong></li>
<li style="text-align: center;"><strong><a title="136 tools" href="http://seocompany.ca/tool/seo-tools.html" target="_blank">136 Different SEO tools</a></strong></li>
</ul>
<h6 style="text-align: center;"><strong><a href="http://namehugger.com/wp-content/uploads/2008/04/line.jpg"><img class="alignnone size-medium wp-image-64" title="Next group" src="http://namehugger.com/wp-content/uploads/2008/04/line.jpg" alt="" width="131" height="1" /></a></strong></h6>
<h2 style="text-align: center;"><span style="color: #3366ff;"><strong><strong>Promoting Your Site</strong></strong></span></h2>
<ul>
<li style="text-align: center;"><strong><a title="Link Building Tips" href="http://www.namepros.com/search-engines/284308-link-building-tips-and-resources.html?highlight=signature+google+spam#post1712439" target="_blank">Link Building Tips</a></strong></li>
<li style="text-align: center;"><strong><a title="PRWeb" href="http://www.prweb.com/" target="_blank">Press Releases, PRWeb</a></strong></li>
<li style="text-align: center;"><strong><a title="Comment Hunt" href="http://www.commenthunt.com/" target="_blank">CommentHunt</a></strong></li>
<li style="text-align: center;"><strong><a href="http://www.ezinearticles.com/">EZineArticles</a></strong></li>
<li style="text-align: center;"><strong><a href="http://www.isnare.com/">iSnare</a></strong></li>
<li style="text-align: center;"><strong><a title="Feedburner" href="http://www.feedburner.com/fb/a/home" target="_blank">Feedburner</a></strong></li>
<li style="text-align: center;"><strong><a title="Directory List" href="http://www.vmoptions.com/directory-list.php" target="_blank">Big Directory List</a></strong><strong> </strong></li>
</ul>
<h6 style="text-align: center;"><strong><a href="http://namehugger.com/wp-content/uploads/2008/04/line.jpg"><img class="alignnone size-medium wp-image-64" title="Next group" src="http://namehugger.com/wp-content/uploads/2008/04/line.jpg" alt="" width="131" height="1" /></a></strong></h6>
<h2 style="text-align: center;"><span style="color: #00ff00;"><span style="color: #3366ff;">Miscellaneous Other Resources</span><br />
</span></h2>
<div style="text-align: center;"><span style="color: #ffffff;"><br />
</span></div>
<div style="text-align: center;">
<ul>
<li style="text-align: center;"><strong><a title="Domaining Books" href="http://namehugger.com/store" target="_self">Website Development Books </a></strong><strong><a title="Domaining Books" href="http://namehugger.com/store" target="_self">(in Hard Copy)</a></strong></li>
<div style="text-align: center;"><strong><a title="Free CSS Templates" href="http://mitchbryson.com/free-css-templates" target="_blank">Free Basic Full Website Templates</a></strong></div>
<div style="text-align: center;"><strong>Paid Classifieds: <a title="noahs classifieds" href="http://www.noahsclassifieds.org/" target="_blank">Noah&#8217;s Classifieds (Free, $40)</a>,<br />
<a title="phpmydirectory" href="http://www.phpmydirectory.com/" target="_blank">phpmydirectory (<span class="text">$100)</span></a>, <a title="e-classfieds" href="http://www.e-classifieds.net/" target="_blank">e-classifieds ($48)</a><br />
<a title="Geodesic" href="http://www.geodesicsolutions.com/" target="_blank">Geodesic Solutions (Free, Paid)</a></strong></div>
<div style="text-align: center;">
<h2 style="text-align: center;"><span style="color: #3366ff;"><strong><strong>Quick Minisite Examples</strong></strong></span></h2>
<li style="text-align: center;"><strong><a title="Italian Home Recipes" href="http://www.italianhomerecipes.com/" target="_blank">ItalianHomeRecipes.com</a></strong></li>
<li style="text-align: center;"><strong><a title="Quotes" href="http://www.delq.com/" target="_blank">Delq.com</a></strong></li>
<li style="text-align: center;"><strong><a title="Canvas Tarps" href="http://www.canvastarps.com/" target="_blank">CanvasTarps.com</a></strong><strong><a title="Domaining Resources" href="http://namehugger.com" target="_self">There is also a list 100 free resources for selecting great domain names here</a></strong>
<p style="text-align: left;"><strong><em>If you have any personal favorite website building resources or tools handy, drop us a link in the comment box below.<br />
</em></strong></li>
</div>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://pagetopia.com/free-website-resources-for-designing-with-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View Portfolio</title>
		<link>http://pagetopia.com/view-portfolio</link>
		<comments>http://pagetopia.com/view-portfolio#comments</comments>
		<pubDate>Mon, 05 Jan 2009 01:41:00 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[WP Themes]]></category>

		<guid isPermaLink="false">http://pagetopia.com/?p=583</guid>
		<description><![CDATA[Get a sense of what's possible by viewing some of our past website designs. Examples range in price from budget to more complex business solutions.]]></description>
			<content:encoded><![CDATA[<p>Some clients ordered standard packages, others budget sites, and yet others included optional design extras, such as slideshows and custom logos. Chat to us for more info.</p>
<p><a title="The Leaderboard" href="http://theleaderboard.com" target="_blank"><img class="alignnone size-full wp-image-732" title="the-leaderboard-logo" src="http://pagetopia.com/wp-content/uploads/2010/01/the-leaderboard-logo.png" alt="" width="368" height="96" /></a></p>
<p>A portal for golf news, information and scores.</p>
<p><span style="color: #ffffff;">-</span></p>
<p><a title="Super cheap websites for artists" href="http://artistwebsite.org" target="_blank"><img class="alignnone size-full wp-image-780" title="artist-website-logo" src="http://pagetopia.com/wp-content/uploads/2010/04/artist-website-logo.jpg" alt="" width="281" height="31" /></a></p>
<p>Our sister site, offering low cost, high quality websites to artists. The challenge here was to mirror the minimalist product design, whilst drawing visitors in to the content they needed &#8211; in an inviting, easy manner.</p>
<p><span style="color: #ffffff;">-</span></p>
<p><a title="Vegetarian recipes" href="http://vego.org" target="_blank"><span style="color: #ffffff;">-</span><img class="alignnone size-medium wp-image-20" title="vegologo" src="http://pagetopia.com/wp-content/uploads/2008/10/vegologo-300x74.gif" alt="" width="228" height="56" /></a></p>
<p>For the owner of this short name, we created a simple website to seem like an industry leader from the very beginning. With a few key articles, able to be indefinitely expanded, our site gave Vego.org a perfect placement in the huge vegetarian and health recipe market.</p>
<p><span style="color: #ffffff;">-</span></p>
<p><a href="http://cats.pro"><img class="alignnone size-full wp-image-744" title="cats-pro-logo-pagetopia" src="http://pagetopia.com/wp-content/uploads/2010/01/cats-pro-logo-pagetopia.jpg" alt="" width="237" height="63" /></a></p>
<p>An information site for and by cat lovers.</p>
<p><span style="color: #ffffff;">-</span></p>
<p><a title="Financial advice" href="http://zenfinances.com" target="_blank"><img class="alignnone size-full wp-image-736" title="zenfinances" src="http://pagetopia.com/wp-content/uploads/2010/01/zenfinances.jpg" alt="" width="403" height="84" /></a></p>
<p>A personal finances site the owner is establishing to later promote his own accountancy business.</p>
<p><span style="color: #ffffff;">-</span></p>
<p><a title="Expired Domains" href="http://expiredn.com" target="_blank"><img class="alignnone size-medium wp-image-224" title="Available Domain Names Site" src="http://pagetopia.com/wp-content/uploads/2008/12/expirednlogo1-300x60.jpg" alt="" width="300" height="60" /></a></p>
<p>expireDN is an expired domain name service that uses Freshdrop and Godaddy Auctions to find valuable domain names. We designed a site that gave a nod back to the colors and feel of Freshdrop.net, that was fun to use, and that was optimized to encourage the maximum visitors to sign-up to their automatic email alert &#8211; which was an optional extra the customer wanted added to their site.</p>
<p><span style="color: #ffffff;">-</span></p>
<p><a title="mermaid" href="http://mermaid.net" target="_blank"><img class="alignnone size-full wp-image-540" title="mermaid-header" src="http://pagetopia.com/wp-content/uploads/2009/01/mermaid-header.gif" alt="" width="345" height="70" /></a></p>
<p>Mermaid.net takes a great name and sets it up quickly as the premier site for anyone looking for anything related to mermaids. Visitors are quickly enticed into CD, Video and Costume shops, while younger visitors are enticed to return with a large number of cartoons, audiovisual material, games and chat.</p>
<p><span style="text-decoration: underline;"> </span> <span style="color: #ffffff;">-</span></p>
<p><a title="Buddhism" href="http://buddhismmagazine.com" target="_blank"><img class="alignnone size-full wp-image-735" title="buddhismmagazineheader1" src="http://pagetopia.com/wp-content/uploads/2010/01/buddhismmagazineheader1.jpg" alt="" width="500" height="100" /></a></p>
<p>A community-written magazine on the theme of contemporary Buddhism.</p>
<p><span style="color: #ffffff;">-</span></p>
<p><a title="Great Name finder" href="http://freshdrop.net" target="_blank"><img class="alignnone size-medium wp-image-233" title="favicon designer" src="http://pagetopia.com/wp-content/uploads/2008/12/freshdropfaviconpreview.jpg" alt="" width="212" height="73" /></a></p>
<p>Or, why not go completely custom? Pay by the hour to get the site components you want at the lowest possible price. Use it to add extra features to our low plans, including personalized favicons (small website URI icons, pictured above), hosting help, advertising banners, personalized search engine assistance, design changes, content writing and copy, shopping carts, classifieds, forums, and more. We work fast and charge little &#8211; speak with us to achieve a solution normally way outside of your budget.</p>
]]></content:encoded>
			<wfw:commentRss>http://pagetopia.com/view-portfolio/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weird and Unique Free Wordpress Themes</title>
		<link>http://pagetopia.com/weird-and-wonderful-freewordpress-themes</link>
		<comments>http://pagetopia.com/weird-and-wonderful-freewordpress-themes#comments</comments>
		<pubDate>Mon, 05 Jan 2009 01:40:58 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[WP Themes]]></category>

		<guid isPermaLink="false">http://pagetopia.com/?p=366</guid>
		<description><![CDATA[Intricately designed themes, where-did-you-find-that themes, a theme that you would swear is a page from facebook or ebay ... this is a grab bag collection of free themes that are all totally unique takes on the idea of a “blog”.]]></description>
			<content:encoded><![CDATA[<p>17 weird and wonderful themes, all of them unique in some way. Some of them are clones of popular sites like Facebook &#8211; others look like their designer has been sniffing the liquid paper. If you want blogs that don&#8217;t look like everyone else&#8217;s, or often look for a new ways to present information &#8211; say a transparent foreground, posts traveling horizontally rather than vertically &#8211; or a unique way of popping up information to your audience, this is a resource to keep handy.</p>
<h2><strong>1. Launchpad</strong></h2>
<p>If you want a &#8220;site under construction&#8221; page &#8211; this is a great alternative. Instead of a static message (you can just have that with a bit of commenting out and deleting of image files) this has even more.</p>
<p>Launchpad has a sign up box for readers to get a RSS or email alert, telling them when the new website will be ready. And there&#8217;s no need to change the design much &#8211; as it will disappear when the new one is online. How handy is that?</p>
<p><a href="http://pagetopia.com/wp-content/uploads/2009/01/site-under-construction-wordpress-theme.jpg"><img class="alignnone size-full wp-image-446" title="site-under-construction-wordpress-theme" src="http://pagetopia.com/wp-content/uploads/2009/01/site-under-construction-wordpress-theme.jpg" alt="" width="500" height="377" /></a></p>
<p><a title="wordpress professional themes" href="http://www.solucija.com/templates/demo/Website_Traffic/" target="_blank"><strong></strong></a><strong><a href="http://wordpress.themeshaper.com/index.php?wptheme=LaunchPad">Demo</a></strong> • <a title="Website Traffic Wordpress" href="http://www.solucija.com/templates/download/Website_Traffic.zip" target="_blank"><strong></strong></a><strong><a href="http://themeshaper.com/wordpress-domain-parking-theme/">Download</a></strong> • <a title="Website Traffic Wordpress Theme" href="http://www.solucija.com/" target="_blank"><strong></strong></a><strong><a href="http://themeshaper.com/wordpress-domain-parking-theme/"><strong>Designer&#8217;s Website</strong></a></strong></p>
<h2><strong>2. WP CODA</strong></h2>
<p>WP CODA is one of the most stunning &#8211; and truth be told frustrating &#8211; Wordpress themes ever. Check out the demo, if even just to see how far Wordpress theme design has got in recent years. The whole content slides across in a beautiful fluid motion quite unlike most sites out there.</p>
<p>The frustrating part comes when you try to download and use it &#8211; downloading takes an inordinately long time as you sign up, wait for email confirmation, get passwords, and the like. I&#8217;m all for people protecting and making some money from what they do, but this is seems like an awkward solution to the problem. The customization is also really difficult &#8211; changing the image files or trying to add posts (no page option). But &#8211; well worth it for some people who want to leave it as it is, and wow people with their expensive looking website.</p>
<p><a href="http://pagetopia.com/wp-content/uploads/2009/01/sliding-wordpress-theme.jpg"><img class="alignnone size-full wp-image-448" title="sliding-wordpress-theme" src="http://pagetopia.com/wp-content/uploads/2009/01/sliding-wordpress-theme.jpg" alt="" width="500" height="363" /></a></p>
<p><strong><a href="http://wordpress.bustatheme.com/coda/">Demo</a> • </strong><a href="http://wordpress.bustatheme.com/coda/"><strong></strong></a><strong><a href="http://wordpress.bustatheme.com/coda/">Download</a></strong><strong> • </strong><strong><a href="http://wordpress.bustatheme.com/coda/">Designer&#8217;s Website</a></strong></p>
<h2>3. Cubist 1.0</h2>
<p>I haven&#8217;t found a use for this theme yet &#8211; but I know there&#8217;s one waiting. It&#8217;d be a nice one to modify and to try out different colors with. The nice theme with this one is as you hover over each different text area, the whole square lights up &#8211; making for a unique, flash like theme.</p>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/07/cubist-wordpress-theme.jpg"><img class="alignnone size-medium wp-image-146" title="cubist-wordpress-theme" src="http://wordpresstheme.me/wp-content/uploads/2008/07/cubist-wordpress-theme.jpg" alt="" width="200" height="200" /></a></p>
<p><strong><a title="Free Wordpress Theme" href="http://test.wpthemesfree.com/?preview_theme=cubist-10" target="_blank">Demo</a> • <a title="Wordpress Theme" href="http://simplethemewordpress.com/download/1875/" target="_blank">Download</a></strong></p>
<h2><strong>4. Ubian Nation</strong></h2>
<p>Ok, this is not a download, but I mention it because it is a pretty amazing example of a unique Wordpress theme. Someone is going to take this idea and run with it pretty soon &#8211; if they haven&#8217;t already. I only knew about it and the fact that it&#8217;s WP as the owner posted a question on a forum.</p>
<p>Basically this site reads like a book or magazine &#8211; with one single page intro, then whole pages that open up in a double format way. The whole thing could be toned down an inch for my taste, but the result blows me away.</p>
<p>I&#8217;m not sure I read the content or just oggle at how it works &#8211; which is one drawback!</p>
<p><strong><a title="Book Layout Wordpress Theme" href="http://ubianation.com/" target="_blank">Check it out here</a></strong></p>
<h2><strong><a href="http://wordpress.bustatheme.com/coda/"> </a></strong></h2>
<p><a href="http://themeshaper.com/wordpress-domain-parking-theme/"><br />
</a></p>
<h2>5. Takimata</h2>
<p>A real gem, but not for everybody or every project, that&#8217;s for sure. One of the most experimental and unique designed free Wordpress themes I have come across, this theme opens up like a graphic design convention&#8217;s lunch menu. Beautiful work, and here&#8217;s hoping it inspires more experimentation in this and many other directions.</p>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/07/takimata.gif"><img class="size-medium wp-image-47" title="well designed theme" src="http://wordpresstheme.me/wp-content/uploads/2008/07/takimata-300x300.gif" alt="a beautiful theme" width="300" height="300" /></a></p>
<p><strong><a title="Best Wordpress Theme" href="http://www.upstartblogger.com/wpthemes/index.php?wptheme=Sandbox" target="_blank">Test Drive</a> • <a title="Best Wordpress Themes" href="http://www.upstartblogger.com/images/download.png" target="_blank">Download</a></strong></p>
<p><span style="color: #ffffff;">-</span></p>
<h2>6. Facebook Theme</h2>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/08/facebook-layouts-wordpress-theme-preview.jpg"><img class="alignnone size-medium wp-image-203" title="facebook-layouts-wordpress-theme-preview" src="http://wordpresstheme.me/wp-content/uploads/2008/08/facebook-layouts-wordpress-theme-preview-300x283.jpg" alt="" width="300" height="283" /></a></p>
<p>I can&#8217; think of a situation where you&#8217;d want to make a site that looks like Facebook, but it&#8217;s nice to think you could if you needed to. Here&#8217;s a pretty good Facebook clone, if you find yourself ever down that particular road!</p>
<p><strong><a title="Facebook Wordpress" href="http://foxinni.com/my-themes/facebook-layouts-wordpress-theme/" target="_blank">Designer&#8217;s Website</a></strong></p>
<h2>7. Revolution-X Transparent Background</h2>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/08/transparent-wordpress-theme.jpg"><img class="alignnone size-medium wp-image-253" title="transparent-wordpress-theme" src="http://wordpresstheme.me/wp-content/uploads/2008/08/transparent-wordpress-theme.jpg" alt="" width="262" height="277" /></a></p>
<p>Ok, the screenshot and dramatic design isn&#8217;t for my type of projects, it might be for yours. But this is a great and rare example of a transparent wordpress theme, and I&#8217;ve ended up using this for the bare bones for many of my sites.</p>
<p>If you replace the background image for any image of your choice, and strip away every other image in the download folder, you&#8217;ll have a great, transparent theme, useful for almost any project. What you&#8217;ll have is your image, with floating text all over the top of it. Change the fonts, colors and remove the borders for best results.</p>
<p>If anyone wants any more information, let me know, and I&#8217;ll post some examples and a tutorial for you. But do try it out for yourself, it makes for a great, professional looking theme!</p>
<p><a title="See through wordpress theme" rel="nofollow" href="http://revolution.wp-magazine.se/" target="_blank">Test Run</a> • <a rel="nofollow" href="http://www.upstartblogger.com/downloads/UpstartBloggerStripped.zip" target="_blank">Download</a> • <a title="Wordpress theme transparent" rel="nofollow" href="http://www.wp-magazine.se/free-wordpress-theme-wp-revolution-x/" target="_blank">Designer&#8217;s Website</a></p>
<h2>8. Open Air</h2>
<p>Another transparent theme with a unique &#8216;action&#8217; &#8211; as you scroll the posts go up to heaven, leaving the image at the background &#8211; your horizon, if you will &#8211; stay in the same place.</p>
<p>If you don&#8217;t like the artwork you could strip this back to basics and have some fun with this one!</p>
<p><a href="http://pagetopia.com/wp-content/uploads/2009/01/open-air-wordpress-theme.png"><img class="alignnone size-full wp-image-452" title="open-air-wordpress-theme" src="http://pagetopia.com/wp-content/uploads/2009/01/open-air-wordpress-theme.png" alt="" width="500" height="406" /></a></p>
<p class="button"><strong><a class="thickbox" href="http://wp-themes.com/openair?TB_iframe=true&amp;width=1076&amp;height=545">Demo</a><span class="thickbox"> • </span><a class="thickbox" href="http://wp-themes.com/openair?TB_iframe=true&amp;width=1076&amp;height=545"></a><a href="http://wordpress.org/extend/themes/download/openair.1.1.6.zip">Download</a></strong></p>
<p class="button">
<h2 class="button">9.     <script src="http://wordpress.org/extend/extend-themes/themes/thickbox/thickbox.js" type="text/javascript"></script> <script src="http://wordpress.org/extend/extend-themes/themes/thickbox/theme-preview.js" type="text/javascript"></script>Strange Little Town</h2>
<p>A third &#8216;transparent&#8217; theme &#8211; ok, I&#8217;m not getting obsessed &#8211; this time with a pretty/ folksy pink starlit background. I&#8217;m wondering if and when someone is going to come up with a nice, minimal transparent theme? Anyway, no one is forcing you to use the background, and it might just suit a project &#8211; you know &#8211; for kids.</p>
<div class="col-7">
<div id="plugin-info" class="block description">
<div class="available-theme" style="display: none;"><a class="previewlink" href="http://wp-themes.com/strange-little-town?TB_iframe=true&amp;width=600&amp;height=400">Preview of &#8220;Strange Little Town&#8221;</a> <a class="activatelink" href="http://wordpress.org/extend/themes/download/strange-little-town.0.3.zip">Download &#8220;Strange Little Town&#8221;</a></div>
<div class="block-content"><a class="thickbox" href="http://wp-themes.com/strange-little-town?TB_iframe=true&amp;width=1091&amp;height=545"><img class="screenshot" style="width: 240px; height: 180px;" src="http://wp-themes.com/wp-content/themes/strange-little-town/screenshot.png" alt="screenshot" /></a></div>
</div>
</div>
<p class="button preview-button"><strong><a class="thickbox" href="http://wp-themes.com/strange-little-town?TB_iframe=true&amp;width=1091&amp;height=545">Demo</a><span class="thickbox"> • </span><a class="thickbox" href="http://wp-themes.com/strange-little-town?TB_iframe=true&amp;width=1091&amp;height=545"></a><a href="http://wordpress.org/extend/themes/download/strange-little-town.0.3.zip">Download</a></strong></p>
<p class="button preview-button">
<h2 class="button preview-button">10. Compact</h2>
<p class="button preview-button">The closest we&#8217;ve found to a minimal transparent theme but &#8211; just to torment us some more &#8211; it&#8217;s still pink!</p>
<p class="button preview-button"><strong></strong><strong></strong><br />
<img src="http://www.themelab.com/images/compact.jpg" alt="" />*</p>
<p class="button preview-button"><a rel="nofollow" href="http://demo.themelab.com/index.php?wptheme=Compact" target="_blank">Demo</a> • <a rel="nofollow" href="http://demo.themelab.com/index.php?wptheme=Compact" target="_blank"><strong></strong></a><strong><a title="Download: Compact" rel="nofollow" href="http://www.themelab.com/download/48/">Download</a></strong></p>
<p class="button preview-button"><a class="thickbox" href="http://wp-themes.com/openair?TB_iframe=true&amp;width=1076&amp;height=545"><br />
</a></p>
<h2>11. BlackBox</h2>
<p>Another one I know there&#8217;s a person just waiting for &#8211; this is a really bold design with a black half for navigation, and a white half for content. Or you might swap them around with a bit of swapping of numbers in the style sheet. I can see a band information or any other slightly edgy project taking to it like a duck to water&#8230;</p>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/07/premium-wordpress-theme.png"><img class="alignnone size-medium wp-image-149" title="premium-wordpress-theme" src="http://wordpresstheme.me/wp-content/uploads/2008/07/premium-wordpress-theme-300x225.png" alt="" width="300" height="225" /></a></p>
<p><a title="Wordpress Professional Themes" href="http://demo.sndbx.org/index.php?wptheme=Blackbox" target="_blank">Test Drive</a> • <a title="Premium Wordpress Theme" href="http://sndbx.org/first/downloads/blackbox.zip" target="_blank">Download</a> • <a title="Wordpress Professional Themes" href="http://www.xoxiety.com/" target="_blank">Designer&#8217;s Website</a></p>
<h2>12. Motion</h2>
<p>A nice alternative &#8211; this theme has little bars that open up to reveal content &#8211; sort of like a toast coming out of a toaster. <strong></strong></p>
<p><img src="http://www.themelab.com/images/motion.jpg" alt="" /> *</p>
<p><strong><a rel="nofollow" href="http://demo.themelab.com/index.php?wptheme=Motion" target="_blank">Demo</a> • <a rel="nofollow" href="http://demo.themelab.com/index.php?wptheme=Motion" target="_blank"><strong></strong></a><strong><a title="Download: Motion" rel="nofollow" href="http://www.themelab.com/download/71/">Download at the Designer&#8217;s Website</a></strong></strong></p>
<p><span style="color: #ffffff;">-</span></p>
<h2>13. Natural Power</h2>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/08/naturalpower.png"><img class="alignnone size-medium wp-image-219" title="naturalpower" src="http://wordpresstheme.me/wp-content/uploads/2008/08/naturalpower-300x233.png" alt="" width="300" height="233" /></a></p>
<p>Ok, not your usual theme. You might have your own idea what it&#8217;s useful for. For my money, I find the rounded curves, flip out sidebar, and groovy logo-like text area great for making video featuring sites. There&#8217;s something about the interface which is great for saying &#8220;watch me&#8221;! The grey background is quite lovely, but I think it works better with a plain background you can set up just by changing the numbers in the stylesheet.css (and renaming the background file that comes with it). Let us know if you use this theme for any of your sites</p>
<p><a href="http://xfep.com/themetest/">Test Drive</a> • <a href="http://xfep.com/themes/naturalpower.zip">Download</a></p>
<p><span style="color: #ffffff;">-</span></p>
<p><span style="color: #ffffff;">-</span></p>
<h2>14. Stripped</h2>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/08/stripped-wordpress-theme.jpg"><img class="alignnone size-medium wp-image-217" title="stripped-wordpress-theme" src="http://wordpresstheme.me/wp-content/uploads/2008/08/stripped-wordpress-theme.jpg" alt="" width="126" height="67" /></a></p>
<p>A stripped down Wordpress theme with a unique, typography focused theme that wins my eternal admiration for experimentation and creativity. One of the best designed themes out there, it has a completely unique navigation that I enjoy (although sometimes I forward my domains so that viewers land on a single post page, rather than the home page, to save time).</p>
<p>If you have a project that you want the look of stripped, but with a more conventional sidebar, WordpressTheme.me has made a hack that gives you this option. Basically, download a very Stripped-like theme (<a title="Estranged Wordpress Theme" href="http://themes.performancing.com/themes/announcing-the-estranged-wordpress-theme/" target="_blank">Estranged</a>), and then add in our Stripped-like fonts, colors and sizes. You can <a title="Stripped Wordpress Theme Hack with Sidebar" href="http://wordpresstheme.me/turn-estranged-into-stripped-and-vice-versa-hack" target="_self">get the hack here</a>.</p>
<p><a rel="nofollow" href="http://www.upstartblogger.com/stripped/" target="_blank">Test Run</a> • <a rel="nofollow" href="http://www.upstartblogger.com/downloads/UpstartBloggerStripped.zip" target="_blank">Download</a> • <a rel="nofollow" href="http://www.upstartblogger.com/wordpress-theme-stripped" target="_blank">Designer&#8217;s Website</a></p>
<p><span style="color: #ffffff;">-</span></p>
<p><span style="color: #ffffff;">-</span></p>
<h2>15. Plain Box Theme</h2>
<p>One of the most interesting and unique themes out there, this theme wouldn&#8217;t download last time I tried it &#8211; but it probably has been fixed since. It has great potential for a very unique site, and hopefully the file will be repaired by the author soon.</p>
<p>The theme has some very unique visual thumbnails on the front page, and then opens into a very visual-dominated, delux opening spread. Personally I would remove some of the extra elements on the front page, but you may have uses for them. Tell us how you go.</p>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/08/plain-box-wordpress-theme.gif"><img class="alignnone size-medium wp-image-268" title="plain-box-wordpress-theme" src="http://wordpresstheme.me/wp-content/uploads/2008/08/plain-box-wordpress-theme.gif" alt="" width="128" height="100" /></a></p>
<p><a title="Unique Wordpress Theme" href="http://dearj.com/pbox/" target="_blank">Test Run</a> • <a title="Interesting Wordpress Theme" href="http://jsbox.net/wp-content/plugins/wp-download_monitor/download.php?id=pbox_v2-2.zip" target="_blank">Download</a> • <a title="Interesting Free Wordpress Theme" href="http://jsbox.net/dl" target="_blank">Designer&#8217;s Website</a></p>
<p><span style="color: #ffffff;">-</span></p>
<h2>16. Make Your Very Own Theme Generator</h2>
<p>If you still can&#8217;t find something unique &#8211; why not make your own, with this theme generator online wizard. Type in the variables you want (one sidebar, two sidebars, etc.), fonts, colors and images, and the Wordpress Theme Generator will convert it all into a downloadable, zipped file you can use like any other free theme. Let us know of your experiences trying this software.</p>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/08/make-your-own-wordpress-theme.gif"><img class="alignnone size-medium wp-image-267" title="make-your-own-wordpress-theme" src="http://wordpresstheme.me/wp-content/uploads/2008/08/make-your-own-wordpress-theme-300x187.gif" alt="" width="300" height="187" /></a></p>
<p>Try out the <a title="Make your own theme generator" href="http://www.yvoschaap.com/wpthemegen/" target="_blank">Wordpress Theme Generator</a> for yourself here.</p>
<h2>17. StudioPress</h2>
<p>Ok, so this isn&#8217;t super unique, but I didn&#8217;t know where else to put it, so it&#8217;s in the &#8220;miscellaneous&#8221; category here. It&#8217;s an elegant theme well worth keeping a tabs on for its extended header &#8211; great for highlighting a photo that really sets the scene for your site&#8217;s content.</p>
<p>There is another version out there with the (white here) content box black, so the content seems to &#8216;float&#8217;. It&#8217;s something you can easily change yourself in the style.css, otherwise Google &#8220;StudioPress Black&#8221; and the theme&#8217;s designer, Danny Archer.</p>
<p>If you want to make your own header, simply fade the bottom of the image to black in Photoshop using the gradient tool and replace the file. If you want to use the same font that the &#8220;StudioPress&#8221; uses, it&#8217;s called Scriptina.</p>
<p><a href="http://pagetopia.com/wp-content/uploads/2009/01/studiopress-photo-wordpress-theme.jpg"><img class="alignnone size-full wp-image-459" title="studiopress-photo-wordpress-theme" src="http://pagetopia.com/wp-content/uploads/2009/01/studiopress-photo-wordpress-theme.jpg" alt="" width="468" height="600" /></a></p>
<p><strong><a title="Studiopress White Wordpress Theme" href="http://www.geckoandfly.com/wp-content/uploads/2008/05/studiopresswhite.zip" target="_blank">Download</a></strong></p>
<p><span style="color: #ffffff;">-</span></p>
<p>This section is growing by the week, make sure to come back soon.</p>
<p>Coming soon: <a title="Leopress" href="http://www.7graus.com/tech/wordpress/leopress/demo.html" target="_blank">Leopress</a> for mac lovers.</p>
<p><em>Broken link? Do you know of more unique themes? Comments? Leave them here</em></p>
]]></content:encoded>
			<wfw:commentRss>http://pagetopia.com/weird-and-wonderful-freewordpress-themes/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Designing Ads for Your Sites</title>
		<link>http://pagetopia.com/making-ads-making-buttons-making-websites</link>
		<comments>http://pagetopia.com/making-ads-making-buttons-making-websites#comments</comments>
		<pubDate>Sun, 04 Jan 2009 07:38:59 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[WP Themes]]></category>

		<guid isPermaLink="false">http://pagetopia.com/?p=237</guid>
		<description><![CDATA[<h2>Making Your Own Ads</h2><br />If you're trying to make money or promote your site online, chances are you'll need ads, buttons and banners. Here's an easy way to make gorgeous looking ads and buttons, that no-one would ever guess are home baked.]]></description>
			<content:encoded><![CDATA[<p>Ok, so you&#8217;ve tried to make your own banner or advertisement for your blog or site, and the results look more like a flier for a bake sale clumsily done on Word than a professional layout for a website advert.</p>
<p>Fear not, help is at hand. And if you <strong>already have a life</strong> (and don&#8217;t have a handy five years spare to learn graphic design skills) here&#8217;s a little trick I recommend for non-designers to use for designing great ads &#8211; every time. What&#8217;s more &#8211; if you do this often enough, you will <em>learn</em> those skills and be able to call on them instinctively.</p>
<p>What&#8217;s the trick? It&#8217;s called <em>tracing</em>.</p>
<p>I know you probably haven&#8217;t traced since second grade. Most people don&#8217;t think of tracing when it comes to the internet. You aren&#8217;t about to lay some tracing paper over something you see on your favorite sites. But it <em>is</em> how we learn to draw, it&#8217;s easy to trace, and here&#8217;s why you should consider it.</p>
<ul>
<li>Tracing changes your designs to what you <em>think</em> you see &#8211; to <strong>what actually <em>is</em> there,</strong> in a good design. Real designers use much more radically different font sizes, for one thing &#8211; and much briefer slogans than a lay person would use.</li>
<li>Web designers use something mysterious known as &#8220;<strong>the grid</strong>&#8220;. An underlying rule that gives the secret to pleasing layouts &#8211; tracing gives you the &#8216;bones&#8217; of good design.</li>
<li>Tracing merely uses the grid, and things like the text justification. There is <strong>no copyright violation</strong> here.</li>
</ul>
<h2>How do I trace an ad?</h2>
<ol>
<li><strong>Find an ad you like</strong> &#8211; approximately the same size as you need, or in a similar subject area as your ad or banner. You can do a <span style="text-decoration: underline;">Google image search</span> such as &#8220;250&#215;250 ad&#8221; for starters. Or, look at similar sites and see what ads, buttons or banners come up.</li>
<li><strong>Save</strong> a few of these to your computer using a right click, control click, or screen grab.</li>
<li>Open it up in Photoshop. Design your new ad on a <strong>new layer</strong> over the top of this ad &#8211; setting your <strong>opacity</strong> (on the &#8220;layers&#8221; toolbar) to something like 50% &#8211; 70%.</li>
<li>Keep the underlying ad there as a guide, but don&#8217;t slavishly copy it. You can <strong>come up with your own (or another ad&#8217;s) fonts, colors, and content</strong>.</li>
</ol>
<p>Combine this with some tricks you can pick up here &#8211; things like making stripes, finding the colors another website uses, and finding great fonts and clip art &#8211; and you&#8217;ll be on your way to a professional ad every time.</p>
<h2>Trick Trick</h2>
<p>As an example I had someone <strong>use this technique</strong> on the ad o<a title="Wordpress" href="http://pagetopia.com" target="_self">n the front page of this site</a> (the one with the brown packages). Now &#8211; besides the fact that it doesn&#8217;t advertise anything in particular &#8211; and doesn&#8217;t link to anywhere &#8211; and has one of our &#8220;bunnies&#8217; on it as a clue, the results are pretty good for a first timer. Did <em>you</em> pick it as an amateurs&#8217;?</p>
<h2>Using This on Websites</h2>
<p>But wait &#8211; <strong>there&#8217;s more</strong>. Why stop at ads? What about if you took a screen grab of your favorite whole <strong>website</strong>? You could then use that as the basic layout for your own site. All you would need are the basic skills in altering templates, which you can get right here.</p>
<p>When I design a site, the first thing I do is think about the top 3 sites I like the look of, and that I want to emulate in my site design. Mentally, I combine these into one layout &#8211; and then search for a free or premium Wordpress template that will suit my needs.</p>
<p>The tracing trick just makes this process <strong>much more precise</strong>. Do you think Google uses really small fonts underneath the search box? Well, not until you&#8217;ve traced on top of it do you realize <em>how</em> small those fonts are &#8211; and how big all the empty white space is all around it.</p>
<p>Take it from me &#8211; <strong>tracing isn&#8217;t just for kids</strong>. What do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://pagetopia.com/making-ads-making-buttons-making-websites/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Company and Business Site Wordpress Themes</title>
		<link>http://pagetopia.com/company-business-wordpressthemes</link>
		<comments>http://pagetopia.com/company-business-wordpressthemes#comments</comments>
		<pubDate>Sat, 27 Dec 2008 10:56:34 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[WP Themes]]></category>

		<guid isPermaLink="false">http://pagetopia.com/?p=442</guid>
		<description><![CDATA[Say you have a big client - a big business - or YOU are that client, wanting to present an uber-professional front to the world. We've collected a great big collection of Wordpress business site looking templates, without an inch of blogginess to be seen.]]></description>
			<content:encoded><![CDATA[<p>Ok, so maybe you&#8217;ve got a client like a big accountancy firm or offline business and you want to give them a slick site at the lowest cost. Or maybe <em>you</em> want to leapfrog into becoming that big business &#8211; and want a theme that looks like you&#8217;ve spent some real money on creating a &#8216;proper&#8217; website. Perhaps you just want to add a shopfront or store to your pages. Here&#8217;s a collection of <strong>20+ themes</strong> that might be useful for such occasions.</p>
<p>Some might need a bit of customization &#8211; I&#8217;ll try to include examples and tutorials down the track, so remember to call back if you need those. If you&#8217;ve done a customization to one of these themes here, or know of another good business site for us to mention &#8211; drop us a line!</p>
<h3>1. Website Traffic</h3>
<p>One of my favorite free business-like themes, you know it&#8217;s a serious company because there&#8217;s nowhere to put ads on the front page. Or, the whole thing is one giant ad for the business. If you look at companies like <strong><span style="text-decoration: underline;"><a title="Company Theme" href="http://ge.com" target="_blank">General Electric</a></span></strong>, they go for a feel that is not dissimilar. Last I checked the designers needed an email reminder to get the download file linked properly. They also have some great looking paid sites I&#8217;m hoping to try out in the future.</p>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/07/freecompanywebsite.gif"><img class="size-medium wp-image-51" title="freecompanywebsite" src="http://wordpresstheme.me/wp-content/uploads/2008/07/freecompanywebsite.gif" alt="wordpress professional themes" width="235" height="177" /></a></p>
<p><span style="text-decoration: underline;"><strong><a title="wordpress professional themes" href="http://www.solucija.com/templates/demo/Website_Traffic/" target="_blank">Test Run</a></strong></span> • <span style="text-decoration: underline;"><strong><a title="Website Traffic Wordpress" href="http://www.solucija.com/templates/download/Website_Traffic.zip" target="_blank">Download</a></strong></span> • <span style="text-decoration: underline;"><strong><a title="Website Traffic Wordpress Theme" href="http://www.solucija.com/" target="_blank">Designer&#8217;s Website</a></strong></span></p>
<h3>2. Sonar Tech</h3>
<p>I normally like to show free themes where possible, but at $31 this price is pretty negligible. Working for clients often means you would have to pay to remove footer credits anyway (few of them like having an ad for a cruise or poker site in their footer &#8211; or an angry email from a designer if you delete it).</p>
<p>I like it better than the one above, all in all. There&#8217;s nothing about it that isn&#8217;t crisp and slick when you look at the demo in full format. It&#8217;s not hard to imagine adding a couple of zeros when you bill a client for organizing this theme for them.</p>
<p><a href="http://pagetopia.com/wp-content/uploads/2009/01/sonar-tech-wordpress-theme.jpg"><img class="alignnone size-full wp-image-470" title="sonar-tech-wordpress-theme" src="http://pagetopia.com/wp-content/uploads/2009/01/sonar-tech-wordpress-theme.jpg" alt="" width="300" height="307" /></a></p>
<p><strong><a href="https://www.e-junkie.com/ecom/gb.php?ii=186761&amp;c=ib&amp;aff=46458" target="ejejcsingle">Demo and Designer&#8217;s Website</a></strong></p>
<p><span style="color: #ffffff;">_</span></p>
<h3>3. Corporate 1.0</h3>
<p>Ok, it looks a little plain from the screenshot, but hey it&#8217;s free. And replace the title with a logo, maybe make a red navigation menu, and replace the other elements with image based introductions and menus, and you could have a site not dissimilar to a<strong> <a title="dynadot" href="http://dynadot.com" target="_blank">Dynadot</a></strong> or a <a title="Kodak" href="http://kodak.com" target="_blank"><strong>Kodak</strong></a>. You might want to keep the footer section small. Let us know if you have any success with playing around with it.</p>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/07/corporate-website-theme.gif"><img class="alignnone size-medium wp-image-130" title="premium wordpress themes" src="http://wordpresstheme.me/wp-content/uploads/2008/07/corporate-website-theme.gif" alt="" width="300" height="300" /></a></p>
<p><span style="text-decoration: underline;"><strong><a title="Premium wordpress themes" href="http://test.wpthemesfree.com/?preview_theme=corporate-10" target="_blank">Test run</a></strong></span> • <strong><span style="text-decoration: underline;"><a title="Wordpress free theme" href="http://www.wpthemesfree.com/download.php?theme_id=1987" target="_blank">Download</a></span></strong> • <strong><span style="text-decoration: underline;"><a title="Wordpress Theme" href="http://www.kongtechnology.com/" target="_blank">Designer&#8217;s Website</a></span></strong></p>
<p><span style="color: #ffffff;">_</span></p>
<h3>4. Wordpress Remix</h3>
<p>If you haven&#8217;t seen Wordpress Remix yet, it&#8217;s a boon for web designers looking to churn out professional sites for clients. It&#8217;s not free, but well worth it, if you value your time in. Basically you pay for a license, and then you get a package with something like 50 great page templates you can switch between &#8211; for each and every any page. You access each one in your basic Wordpress desktop, and each one is further fully customizable (if you should ever need to).</p>
<p>It&#8217;s really easy to use, but what I like about it is the clean look of the sites. I&#8217;ll post a few of my favorite screenshots, but you&#8217;ll have to check out the full portfolio to really see how it works. With options for contact pages, product pages, FAQs, sitemaps &#8211; even magazine style pages &#8211; this is probably the easiest way to get a business site done that I&#8217;ve come across yet.</p>
<p><a href="http://pagetopia.com/wp-content/uploads/2009/01/wp-remix-corporate.png"><img class="alignnone size-full wp-image-465" title="wp-remix-corporate" src="http://pagetopia.com/wp-content/uploads/2009/01/wp-remix-corporate.png" alt="" width="195" height="180" /></a></p>
<p><a href="http://pagetopia.com/wp-content/uploads/2009/01/wp-remix-corporate-theme1.png"><img class="alignnone size-medium wp-image-466" title="wp-remix-corporate-theme1" src="http://pagetopia.com/wp-content/uploads/2009/01/wp-remix-corporate-theme1.png" alt="" width="195" height="180" /></a></p>
<p><a href="http://pagetopia.com/wp-content/uploads/2009/01/wp-remix-business-theme1.png"><img class="alignnone size-full wp-image-467" title="wp-remix-business-theme1" src="http://pagetopia.com/wp-content/uploads/2009/01/wp-remix-business-theme1.png" alt="" width="195" height="180" /></a></p>
<p><strong><a href="https://www.e-junkie.com/ecom/gb.php?cl=12108&amp;c=ib&amp;aff=46458" target="ejejcsingle">Demo, Screenshots and Download</a></strong></p>
<h3>4. Notepad</h3>
<p>I love this free theme &#8211; nothing &#8220;bloggy&#8221; about it &#8211; and not dissimilar to Website Traffic at the top. Another great thing  is the fact that it comes in 13 different color combinations, making it a really quick 1,2,3 to setting up a professional looking business entry page.</p>
<p><a href="http://pagetopia.com/wp-content/uploads/2009/01/notepad-wordpress-theme.jpg"><img class="alignnone size-full wp-image-444" title="notepad-wordpress-theme" src="http://pagetopia.com/wp-content/uploads/2009/01/notepad-wordpress-theme.jpg" alt="" width="438" height="423" /></a></p>
<p><strong><a href="http://notepad.ithemes.com/">Demo</a></strong> • <strong><a href="http://notepad.ithemes.com/">Download</a></strong></p>
<h3>6. Artificial Intelligence</h3>
<p>This might be a good free theme for someone with a hosting, domain selling, or other IT business. The sphere themed header is quite smooth, and you could add your own logo over it, or replace the title in the top left hand corner to make a professional theme.</p>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/07/wordpress-theme.jpg"><img class="alignnone size-medium wp-image-151" title="wordpress-theme" src="http://wordpresstheme.me/wp-content/uploads/2008/07/wordpress-theme-300x171.jpg" alt="" width="300" height="171" /></a></p>
<p><span style="text-decoration: underline;"><strong><a title="Best Wordpress Themes" href="http://www.blogger-template.info/wp-content/plugins/wp-downloadMonitor/download.php?id=1" target="_blank">Test Run</a></strong></span> • <span style="text-decoration: underline;"><strong><a title="Best Wordpress Themes" href="http://www.blogger-template.info/wp-content/plugins/wp-downloadMonitor/download.php?id=1" target="_blank">Download</a></strong></span> • <span style="text-decoration: underline;"><a title="Wordpress Themes Free" href="http://ericulous.com/2007/02/09/wp-theme-artificial-ntelligence/" target="_blank"><strong>Developer&#8217;s Website</strong></a></span></p>
<h3>7. WP Contact Manager</h3>
<p>Just say a big company doesn&#8217;t want a website &#8211; but maybe a central database for everyone to collate some sort of details &#8211; phone numbers, emails, job details, whatever. You could build such a thing from scratch and charge them thousands. Or you could download this for nothing and charge them the same thing. Let us know if you come up with an innovative use for this unique theme.</p>
<p><a href="http://pagetopia.com/wp-content/uploads/2009/01/business-contact-website.jpg"><img class="alignnone size-full wp-image-443" title="business-database-website" src="http://pagetopia.com/wp-content/uploads/2009/01/business-contact-website.jpg" alt="" width="500" height="238" /></a></p>
<p><strong><a href="http://people.thedesigncanopy.com/">Test Drive</a></strong> • <strong><a href="http://designintellection.com/downloads/wp-contact-manager/">Download</a></strong> • <strong><a href="http://designintellection.com/downloads/wp-contact-manager/">Designer&#8217;s Website</a></strong></p>
<p><span style="color: #ffffff;">_</span></p>
<h3><span style="color: #000000;">8. Timeless Perceptions<br />
</span></h3>
<p>Going from high end to low end here, this is one of the free themes that I&#8217;ve had some success with as an online store. Sometimes the best Wordpress themes are ones you wouldn&#8217;t invent yourself in a month of Sundays. It sort of reminds me of a budget, fast moving camera or binoculars store, and so that&#8217;s what I&#8217;ve given it. I even left the little flame logo because it suited the &#8220;hot deals&#8221; theme.</p>
<p><a title="wordpress magazine theme free" href="http://wordpresstheme.me/wp-content/uploads/2008/07/timelessperceptions.jpg" target="_blank"><img class="alignnone size-medium wp-image-143" title="timelessperceptions" src="http://wordpresstheme.me/wp-content/uploads/2008/07/timelessperceptions-300x262.jpg" alt="" width="300" height="262" /></a></p>
<p><span style="text-decoration: underline;"><strong><a title="Wordpress Themes" href="http://www.zinruss.com/demo136/" target="_blank">Test Run</a></strong></span> • <span style="text-decoration: underline;"><strong><a title="Free Wordpress Theme" href="http://www.zinruss.com/themes/download-manager.php?id=131" target="_blank">Download</a></strong></span> • <span style="text-decoration: underline;"><strong><a title="Free Wordpress Themes" href="http://www.zinruss.com/">Designer&#8217;s Website</a></strong></span></p>
<h3>9. Several3</h3>
<p>Several3 has a great horizontal navigation section, and a color scheme you can use happily straight out of the box.</p>
<p><a href="http://pagetopia.com/wp-content/uploads/2009/01/several3-corporate.jpg"><img class="alignnone size-medium wp-image-516" title="several3-corporate" src="http://pagetopia.com/wp-content/uploads/2009/01/several3-corporate-299x206.jpg" alt="" width="299" height="206" /></a><br />
<strong><a class="searchsubmit" title="Several3 WordPress Theme Preview" rel="external" href="http://several3.jeremyreviews.com/" target="_blank">Demo</a><span class="searchsubmit"> •</span><span class="searchsubmit"> </span><a class="searchsubmit" title="Several3 WordPress Theme Download" rel="external" href="http://several3.jeremyreviews.com/several.zip" target="_blank">Download</a></strong></p>
<p><span style="color: #ffffff;">_</span></p>
<h3>10. Template Pro Shopping Template</h3>
<p>Ok, so it&#8217;s not my favorite style of theme, and in this case it&#8217;s a website template not a Wordpress &#8211; or even free. But some times you are selling to an audience that just likes the reliability of a type of store they&#8217;ve seen a million times. Template Pro Shopping Template costs $15, which is pretty cheap compared to having a website built. If you buy this this theme, leave a comment &#8211; or let us know if you find a better one.</p>
<p><img src="http://www.template.pro/product/images/11/18/20070515005518_1.jpg" alt="Wordpress Themes Premium" width="294" height="230" /></p>
<p>You can get a slightly bigger preview by clicking on the above image, or go to the <span style="text-decoration: underline;"><strong><a title="Wordpress Themes Premium" href="http://www.template.pro/index.php?action=detail&amp;catID=11&amp;productID=18" target="_blank">Company Website</a></strong></span> for more information and to order.</p>
<h3>11. Modern</h3>
<p>A very clean looking website that would be ideal for a professional individual or small, niche service provider.</p>
<p><a href="http://pagetopia.com/wp-content/uploads/2009/01/modern-wordpress-theme.jpg"><img class="alignnone size-full wp-image-517" title="modern-wordpress-theme" src="http://pagetopia.com/wp-content/uploads/2009/01/modern-wordpress-theme.jpg" alt="" width="425" height="292" /></a><br />
<strong><a class="searchsubmit" title="Modern WordPress Theme Preview" rel="external" href="http://www.ulfpettersson.se/" target="_blank">Demo</a><span class="searchsubmit"><span class="searchsubmit"> • </span></span><a class="searchsubmit" title="Modern WordPress Theme Info &amp; Download" rel="external" href="http://www.ulfpettersson.se/design/modern/" target="_blank">Download</a></strong></p>
<p><span style="color: #ffffff;">-</span><a href="http://designintellection.com/downloads/wp-contact-manager/"><br />
</a></p>
<p><span style="color: #ffffff;">-</span></p>
<h3>12. WP Commerce Steel</h3>
<p>This theme was specifically made for affiliate stores to be elegantly inserted into. If the benefits of it aren&#8217;t immediately apparent, it is deliberately minimal, to allow your logos and products to be the main selling points. What I like about it is the fact that the menu bars and buttons are subtle, whilst still being detailed &#8211; a rare thing these days. You can see an example of this <a title="Commerce Template" href="http://Stainless-Steel-Water-Bottle.com" target="_blank">used as a storefront here</a>, although I think there are further possibilities with a slightly more heavily designed home page.</p>
<p><a href="http://pagetopia.com/wp-content/uploads/2009/01/wordpress-commerce-steel.jpg"><img class="alignnone size-full wp-image-520" title="wordpress-commerce-steel" src="http://pagetopia.com/wp-content/uploads/2009/01/wordpress-commerce-steel.jpg" alt="" width="385" height="277" /></a></p>
<p><strong><a title="WP Theme for a Business" href="http://demo.wpcontempo.com/" target="_blank">Demo</a> • <a title="Grey Wordpress Company Theme" href="http://www.freewordpresstheme.info/2009/01/03/free-wordpress-theme-wp-commerce-steel/" target="_blank">Info and Download</a></strong></p>
<h3>13. A Basic &#8220;Build Me a Website&#8221; Website</h3>
<p>Quite often people are asked to &#8220;build a website&#8221; for a family member, colleague or friend that would like a really simple, professional looking site. I had a look around, and found the domain company Siteground has a whole lot of free Wordpress themes they give out to their customers, for just such a purpose. You can check the <a title="Free Website Templates" href="http://www.siteground.com/templates_list.php" target="_blank">full list here</a>. The great thing is, through this side entrance anyone can access them. One theme, known only as &#8220;Doggy&#8221; (or Siteground-wp53), I&#8217;ve found to be nice and functionable. It <em>isn&#8217;t</em> widget ready, which means you have to drop your sidebar stuff into the sidebar.php file in the Theme Editor. A pain, but a nice and elegant theme if you put in a good header image.</p>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/08/dog-wordpress-theme.jpg"><img class="alignnone size-medium wp-image-263" title="dog-wordpress-theme" src="http://wordpresstheme.me/wp-content/uploads/2008/08/dog-wordpress-theme.jpg" alt="" width="150" height="160" /></a></p>
<p><strong><a title="Build a Website Theme" href="http://www.siteground.com/wordpress-hosting/images/template_g_preview2.jpg" target="_blank">Test Run</a></strong> • <a title="Simple Website Theme" href="http://www.siteground.com/wordpress-hosting/images/template_g_download2.jpg" target="_blank"><strong></strong></a><strong><a title="Free Wordpress Theme" href="http://www.wpthemesfree.com/download.php?theme_id=2560" target="_blank">Download</a></strong> • <strong><a title="Make an Easy Website" href="http://www.siteground.com/templates_search.php?tid=377" target="_blank">Designer&#8217;s Website</a></strong></p>
<h3>14. BizFresh</h3>
<p>This one is called Biz, so it has Biz in mind &#8211; and while quite blog-looking (three column, RSS and the like), the shaded areas give a good background for a business site or perhaps a site selling products. With a bit of customization, this one could be a winner.</p>
<p><a href="http://pagetopia.com/wp-content/uploads/2009/01/biz-fresh-business-wordpress-theme.jpg"><img class="alignnone size-full wp-image-450" title="biz-fresh-business-wordpress-theme" src="http://pagetopia.com/wp-content/uploads/2009/01/biz-fresh-business-wordpress-theme.jpg" alt="" width="355" height="315" /></a></p>
<p><strong><a href="http://demo.premiumthemes.net/?preview_theme=BizFresh">Demo</a> • </strong><strong><a href="http://premiumthemes.net/freethemes/free-bizfresh.html">Designer&#8217;s Website</a></strong></p>
<p><span style="color: #ffffff;">-</span></p>
<h3>15. Nice Blank Bones for a Website</h3>
<p>Winterplain is a white &#8211; almost UberWhite &#8211; free template that has subtle blue shadows, as you see in many company websites. I&#8217;m yet to use it, but can imagine inserting &#8220;Ad-like&#8221; section introductions in the header, sidebar and main post window would make a nice, servicable company site.</p>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/08/winterplain-wordpress-theme.jpg"><img class="alignnone size-medium wp-image-264" title="winterplain-wordpress-theme" src="http://wordpresstheme.me/wp-content/uploads/2008/08/winterplain-wordpress-theme.jpg" alt="" width="130" height="130" /></a></p>
<p><a title="Blank White Wordpress Theme" href="http://templates.arcsin.se/download.php?file=winterplain-wordpress-theme.zip" target="_blank"><strong></strong></a><strong><a title="White Wordpress Theme" href="http://templates.arcsin.se/download.php?file=winterplain-wordpress-theme.zip" target="_blank">Download</a></strong> • <a title="Winterplain Wordpress Theme" href="http://templates.arcsin.se/wp-demo/" target="_blank"><strong></strong></a><strong><a title="Download Wordpress Theme" href="http://templates.arcsin.se/wp-demo/" target="_blank">Designer&#8217;s Website</a></strong></p>
<h3>16. Skinpress</h3>
<p>There&#8217;s something about the strong yellow and rounded corners with Skinpress that makes it seem a really contemporary looking business site. Perhaps limit the amount of text on the homepage for a truly professional feel.</p>
<p><a href="http://pagetopia.com/wp-content/uploads/2009/01/skinpress-yellow-theme.jpg"><img class="alignnone size-medium wp-image-518" title="skinpress-yellow-theme" src="http://pagetopia.com/wp-content/uploads/2009/01/skinpress-yellow-theme-299x206.jpg" alt="" width="299" height="206" /></a></p>
<p><strong><br />
<a class="searchsubmit" title="Yellow 3 WordPress Theme Preview" rel="external" href="http://www.skinpress.com/demo/index.php?wptheme=Yello+3" target="_blank">Demo</a><span class="searchsubmit"> • </span><a class="searchsubmit" title="Yellow 3 WordPress Theme Info &amp; Download" rel="external" href="http://www.skinpress.com/yellow-3/" target="_blank">Download</a></strong></p>
<h3>17. More Blank Bones for a Website</h3>
<p>Another free one not dissimilar to the one above, with a slightly different page navigation and look. Don&#8217;t forget to delete the background image and header image to get a nice, blank canvas.</p>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/08/beautiful-day-wordpress-theme.jpg"><img class="alignnone size-medium wp-image-265" title="beautiful-day-wordpress-theme" src="http://wordpresstheme.me/wp-content/uploads/2008/08/beautiful-day-wordpress-theme.jpg" alt="" width="130" height="130" /></a></p>
<p><strong><a title="Plain Wordpress Theme" href="http://templates.arcsin.se/download.php?file=beautiful-day-2.0-wordpress-theme.zip" target="_blank">Download</a></strong> • <strong><a title="Download Wordpress Theme" href="http://templates.arcsin.se/wp-demo/" target="_blank">Designer&#8217;s Website</a></strong></p>
<h3 style="text-align: left;">18. Internet Hosting</h3>
<p style="text-align: left;">It seems every man and his dog has an internet hosting business these days (a tip &#8211; don&#8217;t go with the dog &#8211; they are pretty hopeless). Here&#8217;s a pretty good free basic template that looks like a paid one, if that&#8217;s your new business. Saving a few bucks on the website design and offer cheaper monthly hosting is probably a wise way to go.</p>
<p style="text-align: left;"><img src="http://www.themelab.com/images/internet-hosting.jpg" alt="" />*</p>
<p style="text-align: left;"><strong><a rel="nofollow" href="http://demo.themelab.com/index.php?wptheme=Internet+Hosting" target="_blank">Demo</a> • <a rel="nofollow" href="http://demo.themelab.com/index.php?wptheme=Internet+Hosting" target="_blank"><strong></strong></a><strong><a title="Download: Internet Hosting" rel="nofollow" href="http://www.themelab.com/download/86/">Download</a></strong></strong></p>
<p style="text-align: left;">
<h3>19. Any Theme</h3>
<p style="text-align: left;">If you just wish to sell products on your site, and none of these themes quite fits your needs, then it&#8217;s relatively easy to insert an Amazon Store into just about any blog template you might have (complete with your site&#8217;s header, background, and everything else blended around it). You can see a tutorial about how to install the whole store <a title="Add an Amazon store to your Wordpress theme" href="http://build.your.own.astore.tutorial.googlepages.com/wordpress.tutorial" target="_blank">here</a>. What&#8217;s good about this technique is that it uses a new page template, so that your home page can be relatively complex leading up to it. It could go into more detail, so I&#8217;ll be posting a more simple tutorial soon.</p>
<p style="text-align: left;">There are plugins if you want to install just Amazon items into your page, also. For instance, <a title="Amazon store wordpress plugin" href="http://www.liewcf.com/blog/archives/2006/08/amazon-store-on-wordpress/" target="_blank">this plugin</a> will help get you started.</p>
<p style="text-align: left;"><img class="alignnone size-full wp-image-483" title="amazon-store-in-wordpress-theme" src="http://pagetopia.com/wp-content/uploads/2009/01/amazon-store-in-wordpress-theme.jpg" alt="" width="392" height="286" /></p>
<p style="text-align: left;">
<h3 style="text-align: left;">20. CafePress</h3>
<p style="text-align: left;">And if it&#8217;s your own products you&#8217;re developing and marketing, don&#8217;t forget <a title="Cafe Press in Wordpress" href="http://cafepress.com" target="_blank">CafePress</a>. There are others like it out there, but CafePress&#8217; storefronts are great as they are nice and basic. If you want to get even more integrated, there are <a title="Inserting CafePress into a Website" href="http://webscripts.softpedia.com/scriptScreenshots/Flash-Cafepress-store-Screenshots-45665.html" target="_blank">plugins and scripts </a>that help you connect a CafePress shop font to your existing design even more closely.</p>
<p style="text-align: left;"><img class="alignnone size-medium wp-image-508" title="cafepress-into-wordpress" src="http://pagetopia.com/wp-content/uploads/2009/01/cafepress-into-wordpress-273x300.jpg" alt="" width="273" height="300" /></p>
<p style="text-align: left;">
<p style="text-align: left;"><span style="color: #ffffff;">-</span></p>
<p><strong>More</strong> business and storefront themes coming soon.</p>
<p><!--wordpress themes<br />
21 free wordpress theme<br />
10 best wordpress themes<br />
8 blank wordpress theme once<br />
best wordpress theme black<br />
wordpress poker theme<br />
47 free wordpress themes<br />
33 wordpress theme<br />
21 free wordpress theme<br />
wordpress magazine theme free<br />
8 blank wordpress theme<br />
best wordpress theme black<br />
wordpress poker theme<br />
5 wordpress themes free--></p>
<p><em>Comments? Customizations? Or know a better theme for business? Fire away!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://pagetopia.com/company-business-wordpressthemes/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ooh-Ah Magazine Style Themes</title>
		<link>http://pagetopia.com/magazine-style-wordpress-themes</link>
		<comments>http://pagetopia.com/magazine-style-wordpress-themes#comments</comments>
		<pubDate>Fri, 04 Jan 2008 07:49:31 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[WP Themes]]></category>

		<guid isPermaLink="false">http://pagetopia.com/?p=299</guid>
		<description><![CDATA[Wordpress Magazine style themes are fast becoming the most desirable websites around. We've collected the best of the best - sites guaranteed to make your friends go 'Ooh'.]]></description>
			<content:encoded><![CDATA[<p>Most people won&#8217;t believe they are freebies, and look better than many professionally designed static sites. Check these 11 babies out!</p>
<h3>1. Linoluna</h3>
<p>A lovely free site, with a fading features gallery, and nice green color scheme. Perfect for food, lifestyle, and other type sites.</p>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/08/linoluna.jpg"><img class="alignnone size-medium wp-image-182" title="linoluna-wordpress-theme" src="http://wordpresstheme.me/wp-content/uploads/2008/08/linoluna-256x300.jpg" alt="" width="256" height="300" /></a></p>
<p><a title="Wordpress Theme" href="http://www.michaeljubel.com/2007/12/linoluna-magazine-style-theme-for-wordpress/" target="_blank">Check it out!</a></p>
<p><span style="color: #ffffff;">-</span></p>
<h3>2. Monochrome Gallery</h3>
<p>Monochrome Gallery is one of my favorite Wordpress magazines at the moment, and I&#8217;ve created a couple of sites using it. It has a neat design that features five stories with pictures down the bottom, and a main slideshow that scrolls through five recent posts. There are also great sidebars for bits and pieces, asides, and ads if you prefer. A good example of a theme using it is <a title="Professional Wordpress Themes" href="http://wordsaloud.org/" target="_blank">here</a> (most notably with the addition of a header picture) &#8211; the same basic layout but using the more extensive premium theme.</p>
<p>Before you download it though, keep in mind that the various bells and whistles can be tricky to set up. I&#8217;ve added to the support there with my own <a title="Monochrome Gallery Instructions" href="http://wordpresstheme.me/monochrome-fix" target="_self">tutorial for setting up Monochrome Gallery</a>, that hopefully should help you set up and on your way as fast as possible.</p>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/08/monochrome_gallery1.jpg"><img class="alignnone size-medium wp-image-222" title="monochrome_gallery1" src="http://wordpresstheme.me/wp-content/uploads/2008/08/monochrome_gallery1.jpg" alt="" width="200" height="275" /></a></p>
<p> </p>
<p><a href="http://graphpaperpress.com/demo/monochrome/index.php?wptheme=Monochrome+Gallery">Test Drive</a> • <a href="http://graphpaperpress.com/download/monochrome_gallery.zip">Download</a> • <a href="http://graphpaperpress.com/download/monochrome_gallery.zip">Designer&#8217;s Homepage</a></p>
<p> </p>
<h3>3. The New Yorker</h3>
<p>This one is not a free theme &#8211; but included because it&#8217;s an incredible artifact and an addition to your range of options. The New Yorker is an amazingly extensive, high-end newspaper clone. You&#8217;ll have to look at the demo to get some idea of the scope &#8211; the screenshot is only for the top third at most. With 37 different widgetised areas (most themes have one or two), nearly 140 settings, a separate theme control panel to run it all, and automatic control functions for videos, ad banners, and other aspects, this $39 theme is a Wordpress template out of control. It&#8217;s lovely to look at too, with beautiful attention to detail in the typography and layout. The only question that comes to mind is &#8211; how would you ever fill all that content?</p>
<p><span style="color: #0000ee; text-decoration: underline;"><a href="http://pagetopia.com/wp-content/uploads/2009/01/the-new-yorker-newspaper-wordpress-theme.jpg"><img class="alignnone size-full wp-image-481" title="the-new-yorker-newspaper-wordpress-theme" src="http://pagetopia.com/wp-content/uploads/2009/01/the-new-yorker-newspaper-wordpress-theme.jpg" alt="" width="300" height="225" /></a></span></p>
<p> </p>
<p><a title="Newspaper Wordpress Theme" href="http://stylewp.com/demo-nwt" target="_blank"><strong>Demo</strong></a><strong> • </strong><a href="https://www.e-junkie.com/ecom/gb.php?ii=158339&amp;c=cart&amp;aff=46458&amp;ejc=2"><strong>Download</strong></a></p>
<p><span style="color: #ffffff;">-</span></p>
<h3>4. Modern Paper</h3>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/08/modernpaper.jpg"><img class="alignnone size-medium wp-image-200" title="modernpaper" src="http://wordpresstheme.me/wp-content/uploads/2008/08/modernpaper-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>Cheap (free) and cheerful &#8211; take out the navigation bar, add in a big image header, and you have one fast internet magazine.</p>
<p><a title="Wordpress themes" href="http://performancing.com/" target="_blank"><strong>Check it out!</strong></a></p>
<p><span style="color: #ffffff;">-</span></p>
<h3>5. Gangway</h3>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/08/gangway.png"><img class="alignnone size-medium wp-image-201" title="gangway" src="http://wordpresstheme.me/wp-content/uploads/2008/08/gangway.png" alt="" width="300" height="225" /></a></p>
<p>A lot like Modern Paper above, this has a nice variation where small sections of text are highlighted in the middle column &#8211; a nice option you might want to have for your project.</p>
<p><a title="Wordpress Theme" href="http://Performancing.com" target="_blank"><strong>Check it out!</strong></a></p>
<p><span style="color: #ffffff;">-</span></p>
<h3>6. Arthemia</h3>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/08/arthemia-wordpress-theme.jpg"><img class="alignnone size-medium wp-image-249" title="arthemia-wordpress-theme" src="http://wordpresstheme.me/wp-content/uploads/2008/08/arthemia-wordpress-theme-300x191.jpg" alt="" width="300" height="191" /></a></p>
<p>A truly gorgeous theme, with a great drop down menu and colors. This elegant theme can also be chopped and changed by removing elements. Just leave the front page sections you&#8217;d like in the theme editor.</p>
<p><a title="Magazine Wordpress Theme" href="http://michaelhutagalung.com/arthemia/" target="_blank"><strong>Test Drive</strong></a><strong> • </strong><a title="free wordpress them" href="http://michaelhutagalung.com/download-manager.php?id=3" target="_blank"><strong>Download</strong></a><strong> • </strong><a title="Good Wordpress Themes" href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/" target="_blank"><strong>Designer’s Homepage</strong></a></p>
<p><span style="color: #ffffff;">-</span></p>
<h3>7. Jello Wala Mello</h3>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/08/jello-wala-mello-wordpress-theme.gif"><img class="alignnone size-medium wp-image-250" title="jello-wala-mello-wordpress-theme" src="http://wordpresstheme.me/wp-content/uploads/2008/08/jello-wala-mello-wordpress-theme.gif" alt="" width="300" height="225" /></a></p>
<p>Another great theme for showing a whole bunch of information on the homepage, for your readers to browse and go into for further detail. For an example of this theme with a logo in the top section, and the yellow scheme replaced with blacks and greys, see <a title="Rock Songwriting" href="http://rocksongwriting.com" target="_blank">Rock Songwriting</a>. Many other great modifications are possible for this free theme &#8211; just come up with a simple font and color change and you&#8217;re away.</p>
<p><a title="free skins" href="http://comedytoday.com" target="_blank"><strong>Test Drive</strong></a><strong> • </strong><a title="free template theme" href="http://www.wpdesigner.com/wp-content/free-wordpress-themes/jello-wala-mello.zip" target="_blank"><strong>Download</strong></a><strong> • </strong><a title="Good Themes" href="http://www.wpdesigner.com/" target="_blank"><strong>Designer’s Homepage</strong></a></p>
<p><span style="color: #ffffff;">-</span></p>
<h3>8. Wordpress Magazine</h3>
<p>A lovely, professional looking theme that can be happily &#8220;tweaked&#8221;, or used as-is. I even like using the logo supplied, and have made a favicon to go with it which I&#8217;ll post if anyone is interested. Check it out.</p>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/08/wordpress-magazine-free-wordpress-magazine.jpg"><img class="alignnone size-medium wp-image-285" title="wordpress-magazine-free-wordpress-magazine" src="http://wordpresstheme.me/wp-content/uploads/2008/08/wordpress-magazine-free-wordpress-magazine.jpg" alt="" width="300" height="300" /></a></p>
<p><a title="Blog Theme" href="http://wp-magazine.gabfire.com/index.php?wptheme=Wp-MagazineTheme" target="_blank">T</a><a title="Blog Theme" href="http://wp-magazine.gabfire.com/index.php?wptheme=Wp-MagazineTheme" target="_blank">est Drive</a> • <a title="Wordpress Skin" href="http://www.gabfire.com/wp-content/plugins/download-monitor/download.php?id=3" target="_blank">Download</a> • <a title="wp themes" href="http://www.gabfire.com/wordpress-magazine-theme-released/" target="_blank">Designer’s Homepage</a></p>
<p><span style="color: #ffffff;">-</span></p>
<h3>9. Mimbo</h3>
<p>Perhaps the most stylish magazine &#8211; dare we say overly so? Mimbo is a classic of the genre, and with good reason. A little tricky to set up, but worth the effort.</p>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/08/free-wordpress-them.jpg"><img class="alignnone size-medium wp-image-287" title="free-wordpress-them" src="http://wordpresstheme.me/wp-content/uploads/2008/08/free-wordpress-them-300x190.jpg" alt="" width="300" height="190" /></a></p>
<p><a title="free wp theme" href="http://www.darrenhoyt.com/demo/mimbo2/" target="_blank">Test Drive</a> • <a title="free style theme" href="http://www.darrenhoyt.com/downloads/mimbo2.2.zip" target="_blank">Download</a> • <a title="free wordpress them" href="http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/" target="_blank">Designer’s Homepage</a></p>
<p><span style="color: #ffffff;">-</span></p>
<h3>10. The Morning After</h3>
<p>I have a love/hate relationship with The Morning After. On the one hand, it is one of the most desirable &#8220;open&#8221; page magazine themes out there, made in response to a survey of all the ingredients people wanted in a free wordpress theme. It has all sorts of great features, like a easy-to-print function for posts, asides, and featured articles. On the other hand, adding images to the front page is more annoying than with any other theme I&#8217;ve used. So many times I&#8217;ve started a project with The Morning After, and then swapped a little later. Perhaps I&#8217;m looking at it wrong, and you&#8217;ll solve this puzzle. Let us know. The prizes are pretty darn big. Check out the preview to see what it can do.</p>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/08/the-morning-after-wordpress-theme.png"><img class="alignnone size-medium wp-image-286" title="the-morning-after-wordpress-theme" src="http://wordpresstheme.me/wp-content/uploads/2008/08/the-morning-after-wordpress-theme-300x220.png" alt="" width="300" height="220" /></a></p>
<p><a title="wordpress skins" href="http://the-coveted.com/blog/" target="_blank"><strong>Test Drive</strong></a><strong> • </strong><a title="wordpress layouts" href="http://houseandfig.com/" target="_blank"><strong>Test Drive 2</strong></a><strong> • </strong><a title="Free Wordpress" href="http://the-morning-after.googlecode.com/files/the-morning-after-v1.3.2.zip" target="_blank"><strong>Download</strong></a><strong> • </strong><a title="skins theme" href="http://themasterplan.in/talk/" target="_blank"><strong>Designer’s Homepage</strong></a></p>
<p><span style="color: #ffffff;">-</span></p>
<h3>11. Branford</h3>
<p>The elegant grandfather of the magazine set, this Wordpress skin makes a blog look a million bucks. I&#8217;d love to see a funked-up version of Branford &#8211; it looks like it could loosen up a bit and be a completely different theme. If anyone has any creative examples, let us know.</p>
<p><a href="http://wordpresstheme.me/wp-content/uploads/2008/08/wordpress-skins.gif"><img class="alignnone size-medium wp-image-288" title="wordpress-skins" src="http://wordpresstheme.me/wp-content/uploads/2008/08/wordpress-skins.gif" alt="" width="298" height="224" /></a></p>
<p><a title="Free template theme" href="http://www.wp-themes.der-prinz.com/magazine/" target="_blank">Test Drive</a> • <a title="Free Skin themes" href="http://www.der-prinz.com/?dl=2" target="_blank">Download</a> • <a title="Wordpress bblog" href="http://www.der-prinz.com/2008/01/20/download-branfordmagazine/" target="_blank">Designer’s Homepage</a></p>
<p><span style="color: #ffffff;">-</span></p>
<p>This site is but a baby &#8211; a few weeks old. Stay tuned, because we have over 60 very selectively chosen magazines, ready to be uploaded!</p>
<p><em>Suggestions? Comments on your favorite magazine themes welcome.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://pagetopia.com/magazine-style-wordpress-themes/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

