<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>StylizedWeb.com</title>
	
	<link>http://stylizedweb.com</link>
	<description>Blog Design Tutorials &amp; Resources</description>
	<pubDate>Sat, 15 Nov 2008 23:32:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/stylizedweb" type="application/rss+xml" /><feedburner:emailServiceId>1525283</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>10 Steps to a Client Friendly Wordpress CMS</title>
		<link>http://feeds.feedburner.com/~r/stylizedweb/~3/454390154/</link>
		<comments>http://stylizedweb.com/2008/11/16/10-steps-to-a-client-friendly-wordpress-cms/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 23:22:43 +0000</pubDate>
		<dc:creator>3pointross</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[clients]]></category>

		<category><![CDATA[cms]]></category>

		<category><![CDATA[content management]]></category>

		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=84</guid>
		<description><![CDATA[What is not to love about Wordpress? It is extremely extendable, an open source project, has a selection of thousands of plugins, in addition to the support community being simply massive. Wordpress has proved itself as a great blogging platform and content management system.
For us developers and techies the out of the box capabilities is [...]]]></description>
			<content:encoded><![CDATA[<p>What is not to love about Wordpress? It is extremely extendable, an open source project, has a selection of thousands of plugins, in addition to the support community being simply massive. Wordpress has proved itself as a great blogging platform and content management system.</p>
<p>For us developers and techies the out of the box capabilities is more than we ever need to manage, edit, and add content in any shape or form. However many of us don’t simply build website for ourselves, and we have to think about our clients as well.</p>
<p>While Wordpress has a user friendly interface it is still blogging focused, and there are some usability enhancements that could be desired when those who are not technically savvy (which fits the bill for most clients) will be the primary users.</p>
<p>In this situation there are a few steps to improving the interface to make it easier for our clients.</p>
<h2>1. Tweak the Admin Panel</h2>
<p>The administration panel is with out a doubt focused on blogging, which makes sense since Wordpress is a blogging platform. Any time you aim to create more content, “Post” is always listed before “Page” and even the labeling “Write” feels more journalistic than page focused.</p>
<p>While it is not a perfect solution, there is a great plugin out there that greatly <a href="http://www.teddyhwang.com/resources/leopardadmin/">enhances the layout of the latest versions of Wordpress called Leopard</a>.</p>
<p>With icons and a simple sidebar it will likely be more familiar to non techies or journalists.</p>
<p>If you like the existing interface just fine, you might want to look into the <a href="http://pixopoint.com/simplecms/">Simple CMS plugin</a> instead. Simple CMS is a quick and easy way to change the focus from Posts to Pages.</p>
<p>If you want to take it a step further, and wish tweak all labeling and names to feel more “CMS” focused, the <a href="http://wordpress.org/extend/plugins/admin-menu-management/">Admin Menu Management</a> plugin will let you configure a lot of the dashboard elements to be more client friendly.</p>
<p>Finally cleaning up the interface can go a long way. By default Wordpress has a lot of irrelevant information on the dashboard. Information that the average client doesn’t need to be bothered with. <a href="http://wordpress.org/extend/plugins/wordpress-dashboard-editor/">The dashboard editor plugin</a> lets you remove some of these unnecessary elements.</p>
<p>Hopefully when Wordpress 2.7 is finally released we won’t need to install these types of plugins as the interface is greatly improved.</p>
<h2>2. Extend Capabilities of Navigation Control</h2>
<p>If you are building Wordpress CMS sites then chances are you are using the wp_list_pages(); method of creating navigation. This is an excellent way to let clients extend their site and add pages to the site architecture with out any editing of code.</p>
<p>The function does leave much be desired. There are times where you don’t want particular pages to show up in the main navigation, or only include the top level of pages. Normally this requires code tweaking, which is not client friendly. Additionally your client may want several different types of navigation? For example top navigation, utilities, footer navigation, etc... these all might be slightly different.</p>
<p>Again you could do some hard coding, but that makes it difficult for the client to control. So ideally we would like to give some of that control to the client.</p>
<p><a href="http://wordpress.org/extend/plugins/wordpress-navigation-list-plugin-navt/">The Navigation List plugin</a> gives you complete control over your navigation, including graphics, styling, ordering, etc.. You can create several different navigation blocks and it all done through a great drag and drop interface.</p>
<p>Now clients can have powerful and easy control over their navigational blocks and areas.</p>
<h2>3. Create Custom Write Panels</h2>
<p>Some web sites only need a homepage and a typical text/image page for content. However many sites do need “custom content” types. Typical examples may be “houses for sale” or “product pages.” Clients could try and craft the pages in the same way for every page, but that is extremely difficult and cumbersome. It would be much easier to take some of the work away from them and simply have them fill out the details (product title, cost, description, and add a picture) rather than trying to do it manually through the write panel.</p>
<p>There are two ways you can create custom write panels to make creating specific types of content easier for clients.</p>
<p><a href="http://wefunction.com/2008/10/tutorial-creating-custom-write-panels-in-wordpress/">You can do some manual hard coding, like this tutorial</a></p>
<p><a href="http://freshout.us/goodies/fresh-post-for-wordpress-wordpress-cms/">Or take a look into the flutter plugin</a></p>
<p>Flutter also has some great front end editing capabilities that you could look into as well.</p>
<h2>4. Allow More Control Over the Templates</h2>
<p>While Wordpress does make it easy to have additional templates for different types of content, allowing clients to customize templates as needed is a nice touch. A common need for example, is to allow clients to pick which sidebar to use on any given page that they are creating.</p>
<p>Additionally a major drawback with the format of Wordpress style pages is that you can edit / modify a pages main content but there is no easy way to edit any other areas of content. The most typical area would be a sidebar.</p>
<p><a href="http://wordpress.org/extend/plugins/side-content/">Side Content is another plugin</a> that lets you have and define different sets of widgets as “side content” that can be edited on a per page basis.</p>
<p><a href="http://wordpress.org/extend/plugins/pagemash/">The PageMash template</a> lets you select and customize sidebars based on widgets as well as providing an easy to use interface. It features a drag and drop ajax interface for ease of client use.</p>
<h2>5. Create Great Revision Control</h2>
<p>Many clients love the idea of revision control. There is a sense of safety that comes with being able to revert back to a previously flawless page/post. Many clients who are not tech savvy are worried about making a change that breaks the site. Being able to switch back to a working page in a worse case scenario is very reassuring.</p>
<p>There are two great plugins that extend the capability of Wordpress revision control.</p>
<p><a href="http://wordpress.org/extend/plugins/revision-control/">Revision Control<br />
</a><br />
<a href="http://wordpress.org/extend/plugins/revisions/">Revisions</a></p>
<h2>6. Improve the Easy of Linking</h2>
<p>If you have ever had to teach a client how to link to another interior page in Wordpress you will know how difficult the linking interface of Wordpress can be. It would be much easier to get a list of links to pages that exist for selection, rather than having to type it in manually.<br />
<a href="http://wordpress.org/extend/plugins/aws-easy-page-link/"><br />
AWS Easy Page Link lets you do just that.</a></p>
<h2>7. Enhance Multimedia Support with Utilities</h2>
<p>The web has become a rich multimedia experience, so it is no surprised a lot of websites not only need the ability to have multimedia on the site, but also add multimedia over time.</p>
<p>Two of the most common multimedia needs are the ability to add video, and to work with images. In a perfect world all clients would have the tools and knowledge to open, edit, resize and save images. However rarely is this the case.</p>
<p><a href="http://wordpress.org/extend/plugins/scissors/">So the Scissors plugin</a> is a perfect fit for all your basic image editing and resizing needs, all through the administration panel.</p>
<p>And for those sites that need video the <a href="http://wordpress.org/extend/plugins/all-in-one-video-pack/">all in one video pack</a> makes working with and posting video extremely easy.</p>
<h2>8. Give them Control Over Contact Forms</h2>
<p>It is rare to come across a site that doesn’t have at least one contact form. Many sites now have several contact forms. Beyond that, simply working with contact forms can be a pain.</p>
<p>Why not give the client control over their contact forms? <a href="http://wordpress.org/extend/plugins/contact-form-7/">Contact Form 7</a> makes it easy to create different contact forms and insert them into posts and pages. It features some worthwhile CAPTCHA spam protection.</p>
<h2>9. Do Some Branding and Customization</h2>
<p>I just wrote an article about branding your administration area. What came out of that were some great suggestions for plugins to brand the login / registration panels and the administration panel.<br />
<a href="http://pressingpixels.com/wordpress-custom-admin-branding/"><br />
The Custom Admin Branding plugin</a> will let you swap out logos in the administration panels for your own, or your clients (depending on how you want to brand Wordpress).<br />
<a href="http://wordpress.org/extend/plugins/wp-admin-themer-extended/"><br />
WP Admin Theme Extended</a> will let you easily adjust and tweak the color scheme of the administration panel. Again this will let you either pick your branded colors, or your clients for the administration panel.</p>
<h2>10. Ensure Everything is Backed up Regularly</h2>
<p>You never know what, when and why something will happen to a website. You can’t count on clients to backup their site themselves, and I doubt you want to be in the business of managing backups for all website you create.<br />
<a href="http://wordpress.org/extend/plugins/wp-db-backup/"><br />
The DB Backup plugin</a> has auto scheduling with a wide variety of options and methods for backing up your important Wordpress database.</p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2008/11/16/10-steps-to-a-client-friendly-wordpress-cms/feed/</wfw:commentRss>
		<feedburner:origLink>http://stylizedweb.com/2008/11/16/10-steps-to-a-client-friendly-wordpress-cms/</feedburner:origLink></item>
		<item>
		<title>Improve your typography on 3.7Crea.tv</title>
		<link>http://feeds.feedburner.com/~r/stylizedweb/~3/454130754/</link>
		<comments>http://stylizedweb.com/2008/11/15/improve-your-typography-on-37creatv/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 16:58:49 +0000</pubDate>
		<dc:creator>3pointross</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[3.7crea.tv]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=83</guid>
		<description><![CDATA[I just put up a new design related post on the 3.7CREA.TV blog related to typography.
Simply put it is the grouping of two typographical elements, then using different methods of traditional design to create contrast. The contrast places emphasis on the important element of type, letting the secondary element command less attention. The result is [...]]]></description>
			<content:encoded><![CDATA[<p>I just put up a new design related post on the 3.7CREA.TV blog related to typography.</p>
<blockquote><p>Simply put it is the grouping of two typographical elements, then using different methods of traditional design to create contrast. The contrast places emphasis on the important element of type, letting the secondary element command less attention. The result is an improvement in the communication of the overall design message.</p></blockquote>
<p>You can read it here: <a rel="bookmark" href="http://www.3point7designs.com/blog/2008/11/15/improve-your-typography-with-typographic-contrast/">Improve your typography with “typographic contrast”</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2008/11/15/improve-your-typography-on-37creatv/feed/</wfw:commentRss>
		<feedburner:origLink>http://stylizedweb.com/2008/11/15/improve-your-typography-on-37creatv/</feedburner:origLink></item>
		<item>
		<title>Branding your Wordpress Admin Panel</title>
		<link>http://feeds.feedburner.com/~r/stylizedweb/~3/451228152/</link>
		<comments>http://stylizedweb.com/2008/11/13/branding-your-wordpress-admin-panel/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 23:46:41 +0000</pubDate>
		<dc:creator>3pointross</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[admin]]></category>

		<category><![CDATA[branding]]></category>

		<category><![CDATA[cms]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=82</guid>
		<description><![CDATA[If you are like me, you find Wordpress to be a perfect fit as a CMS for small sites. Despite the fact that it originated as a blogging platform, it is flexible enough for simple pages or complex functionality and editing.
I have found that many clients like the nice subtle touch of branding their wordpress [...]]]></description>
			<content:encoded><![CDATA[<p>If you are like me, you find Wordpress to be a perfect fit as a CMS for small sites. Despite the fact that it originated as a blogging platform, it is flexible enough for simple pages or complex functionality and editing.</p>
<p>I have found that many clients like the nice subtle touch of branding their wordpress administration panel. There used to be a plugin that made this process easier but it doesn’t seem to work with the latest versions of wordpress. Luckily this process is simple even with out it.</p>
<h2>What are we customizing?</h2>
<p>By default, in wordpress 2.6+ there are two spots that the Wordpress logo shows up. At the footer in the administration panel, and the login / logout page.</p>
<p><img class="mainslika" src="http://www.stylizedweb.com/examples/brand/branding-admin.jpg" alt="" /></p>
<p>The first step is easy, we simply need to find those images and change switch the logo to our own. This is merely a matter of downloading the images, altering them, then re-uploading them to the server.</p>
<p>Both images are located in the <strong>/wordpress/wp-admin/images</strong> directory, you are looking for:</p>
<p><code>
<pre>
logo-ghost.png and logo-login.gif
</pre>
<p></code></p>
<p>They look like this:</p>
<p><img src="/examples/brand/branding-images.jpg" alt="" class="mainslika"  /></p>
<p>Let's start with the login page. Open up logo-login.gif in your favorite image editor.</p>
<p>At this point all you have to do is replace these files with a copy of your logo. To keep things in proportion relative to the rest of the design, I recommend that you keep the width the same size as the original (290px) but you could make the image taller and still have a nice login page composition.</p>
<p>Once you are finished, save your file and upload it back into your /wordpress/wp-admin/images directory.</p>
<p>If you save the file with different dimensions you will need to do some minor editing to the CSS to ensure all of the logo is visible. This can be done via the following:</p>
<p>Download and open /wordpress/wp-admin/css/login.css</p>
<p>You are looking for this code:</p>
<p><code>
<pre>
h1 a {
	background: url(../images/logo-login.gif) no-repeat;
	width: 292px;
	height: 187px;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
}</pre>
<p></code></p>
<p>Simply alter the width and the height to match the dimensions of the file you just saved. </p>
<p>Save your changes, upload, and navigate to your login page to see your new logo in all of it’s glory.</p>
<p>The next step is to alter the footer logo which resides on every page in the administration panel. For this logo I recommend keeping the dimensions the same, as their is not a whole lot of room to tweak the size.</p>
<p>Simply open up the file in your image editor of choice, drop your logo in and save. (Make sure you save it as an index color png for consistency.)</p>
<p>If you did want to alter the size  you will likely want to login to your admin panel and see how it looks. The logo we changed is a background image so there is a chance no alteration will be needed. </p>
<p>If the logo looks off, you will need to open up /wordpress/wp-admin/colors-classic.css or /wordpress/wp-admin/colors-fresh.css (depending on what color scheme you are using) and find the following CSS:</p>
<p><code>
<pre>
#footer {
	background: url(../images/logo-ghost.png) #464646 no-repeat 20px 10px;
	color: #999;
}</pre>
<p></code></p>
<p>the 20px and 10px alter the background position of the logo. You can tweak and play with those until the logo looks like it is placed correctly. If the logo is larger than the footer you will most likely have to give #footer a height: ###px; equal or greater than the size of your logo.</p>
<h2>The Color Scheme</h2>
<p>The last step is to alter the color of your administration panel to fit the colors of your brand. You can do this by editing the same style sheet we just downloaded (/wordpress/wp-admin/colors-class.css or /wordpress/wp-admin/colors-fresh.css). I recommend altering the colors-fresh.css file so you can always switch back to default if necessary.</p>
<p>This is simply finding the colors and changing the hex codes in CSS. Hopefully you know enough about CSS where I don't have to spell out every step. However the main areas you will likely want to edit are:</p>
<p><code>
<pre>
#adminmenu 

#sidemenu 

#wphead 

#rightnow and 

.tablenav
</pre>
<p></code></p>
<p>I found it easiest to do a search and replace for specific colors and background colors, otherwise you could spend quite some time hunting through the CSS.</p>
<h2>The Result</h2>
<p>And their you have it! Here are a few shots of our results, pretty nice isn’t it?</p>
<p><img class="mainslika" src="/examples/brand/brand-example.jpg" alt="" /></p>
<p><img class="mainslika" src="/examples/brand/brand-example2.jpg" alt="" /></p>
<p><img class="mainslika" src="/examples/brand/branding-colors.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2008/11/13/branding-your-wordpress-admin-panel/feed/</wfw:commentRss>
		<feedburner:origLink>http://stylizedweb.com/2008/11/13/branding-your-wordpress-admin-panel/</feedburner:origLink></item>
		<item>
		<title>A Quick Introduction</title>
		<link>http://feeds.feedburner.com/~r/stylizedweb/~3/451042079/</link>
		<comments>http://stylizedweb.com/2008/11/12/a-quick-introduction/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 19:50:28 +0000</pubDate>
		<dc:creator>Dejan Cancarevic</dc:creator>
		
		<category><![CDATA[Aside]]></category>

		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=81</guid>
		<description><![CDATA[First of all I want to thank everyone who is currently either a reader or subscriber of this great blog. As I am sure all of you have realized, Dejan has sold the site so that he can concentrate on new projects.
As the lucky new owner and want to give myself a quick introduction. I [...]]]></description>
			<content:encoded><![CDATA[<p>First of all I want to thank everyone who is currently either a reader or subscriber of this great blog. As I am sure all of you have realized, Dejan has sold the site so that he can concentrate on new projects.</p>
<p>As the lucky new owner and want to give myself a quick introduction. I want to start off by saying that I only decided to approach Dejan about purchasing the site after I made sure that I could stay true to his readers in terms of the type and quality of content that came out of this blog.</p>
<p>I was excited to find that Dejan wrote about a lot of topics that I myself have written about on my blog. Up until now, all of my writing has been about a broad range of topics on the <a href="http://3.7crea.tv">3.7CREA.TV blog</a> (hopefully some of you have come across some of my more popular articles). Stylized Web presented a great opportunity to focus my writing about wordpress, css techniques, and other development related posts where I could keep <a href="http://3.7crea.tv">3.7CREAT.TV</a> focused on design instead.</p>
<p>So a quick background on my credentials, and then I would love to hear what topics and posts you enjoyed the most from Dejan so that I can continue to create content that you want to read.</p>
<p>My name is Ross Johnson, and I own a small three person web design / development company called <a href="http://www.3point7designs.com">3.7 DESIGNS out of Ann Arbor, Michigan</a>. I teach web design / development / UX related classes at a <a href="http://wccnet.edu">local college</a>. I have pioneered various different <a href="http://www.3point7designs.com/blog/2007/12/22/advanced-css-menu-trick/">CSS techniques</a> and <a href="http://www.3point7designs.com/blog/2007/09/12/css-tabs-css-only-dom-tabs/">tricks</a>, which I write about on my 3.7CREAT.TV blog. I am co-host of the <a href="http://webaxe.blogspot.com">WebAxe podcast</a>, and co-founder of <a href="http://refresh-detroit.org">Refresh Detroit</a> (from the <a href="http://refreshingcities.org/">Refreshing Cities movement</a>). So I hope to produce valuable web design and development information for all of you existing readers of this site.</p>
<p>I don’t want to make this post too long, so any feedback on what you would like to read about would be wonderful. I plan to keep the quality of this blog just as high as ever.</p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2008/11/12/a-quick-introduction/feed/</wfw:commentRss>
		<feedburner:origLink>http://stylizedweb.com/2008/11/12/a-quick-introduction/</feedburner:origLink></item>
		<item>
		<title>Future of blog design</title>
		<link>http://feeds.feedburner.com/~r/stylizedweb/~3/428744795/</link>
		<comments>http://stylizedweb.com/2008/10/22/future-of-blog-design/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 16:38:28 +0000</pubDate>
		<dc:creator>Dejan Cancarevic</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=79</guid>
		<description><![CDATA[Before i get started, this is going to be just my vision, so if you agree or disagree join in for discussion. When i say design i'll be thinking of theme structure-organization so not the graphics design and current trends (which are handwriting and drowning, glossy is out and grungy is also soon to be out). 

From the version one of WordPress (blogging itself, will refer to it as WordPress) you'll have to agree that nothing much is changed, no intention to change a purpose of it, showing pots and writing stays the primary goal of course...]]></description>
			<content:encoded><![CDATA[<p>Before i get started, this is going to be just my vision, so if you agree or disagree join in for discussion. When i say design i'll be thinking of theme structure-organization so not the graphics design and current trends (which are handwriting and drowning, glossy is out and grungy is also soon to be out). </p>
<p>From the version one of WordPress (blogging itself, will refer to it as WordPress) you'll have to agree that nothing much is changed, no intention to change a purpose of it, showing pots and writing stays the primary goal of course. So all the themes go like this, some posts, categories, latest stuff (comments, tags etc..) right oriented sidebar... Ok, now let's think of the list of things what a usual theme should have, same as above posts, list categories, list archives, list comments, blogroll a place to advertise, subscribe. </p>
<p>Times are changing, as the design, but the structure stayed the same (you might show featured post, put your latest posts in like a grid or something no difference...) and now we have more and more magazine style websites offering lot's of content-news, daily updated with teams of writers so original structure doesn't work anymore, for example let's say you have 2-3 new posts a day in different categories with different authors. I hope you can see the problem here.</p>
<p><a href="http://www.themegalaxy.net/demo/gemini/"><img class="mainslika" alt="Gemini" src="http://stylizedweb.com/images/feature1.jpg"/></a></p>
<p>The solution is listing categories with recent and popular stuff, and highlighting the latest in every category (see images). So how does the structure look? Since lot's of content requires many categories and sub categories menu will be category oriented. You have to show latest post/s (in global, no specific category) and you have to list categories (and subcategories) with latest posts from each category featuring the one on the top (ordered by latest modified - recently commented etc...) that's the original idea. Standard sidebar on home page is out, as well as archives listing inside pages (archives page itself is required of course) so we're focused on content and everything else should be clever designed into some tabs or something to save space. Also very important part is allowing people to subscribe to specific category also buy listing categories. </p>
<p><a href="http://www.themegalaxy.net/demo/gemini/"><img class="mainslika" alt="Gemini" src="http://stylizedweb.com/images/feature2.jpg"/></a></p>
<p>I hope you get the idea. The first theme with this kind of structure is <a href="http://www.themegalaxy.net/2008/09/gemini/">Gemini</a> from <a href="http://www.themegalaxy.net/">Theme Galaxy</a> (see the screenshots above) </p>
<p><strong><em>Update:</em> This would be reply on Johns question. </strong><br />
Yes this can be used for regular (personal) blogs, maybe even better than for magazines. For example let's say you have 50+ articles in 6 categories, and right now you can show less than 10 right, just on home page, so let's say that you create a grid 3x2 and put those 6 categories in it with latest updated posts titles (and excerpts if you want, with thumbnails etc..) so now you'll be showing 30+ articles right. Why? B/c you are writing that stuff so people would read it and your goal is to promote it the best you can, how often people open page 10 from your archive? <img src='http://stylizedweb.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2008/10/22/future-of-blog-design/feed/</wfw:commentRss>
		<feedburner:origLink>http://stylizedweb.com/2008/10/22/future-of-blog-design/</feedburner:origLink></item>
		<item>
		<title>Premium Themes Giveaway!</title>
		<link>http://feeds.feedburner.com/~r/stylizedweb/~3/426619135/</link>
		<comments>http://stylizedweb.com/2008/10/20/premium-themes-giveaway/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 17:27:11 +0000</pubDate>
		<dc:creator>Dejan Cancarevic</dc:creator>
		
		<category><![CDATA[Freebies]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=78</guid>
		<description><![CDATA[<a href="http://www.themegalaxy.net/">Theme Galaxy</a> to celebrate launch and successful start with already dozens of happy customers is giving away 4 copies of premium WordPress themes (single licenses), so it's: <a href="http://www.themegalaxy.net/2008/08/andromeda/">Andromeda</a>, <a href="http://www.themegalaxy.net/2008/08/cassiopeia/">Cassiopeia</a>, <a href="http://www.themegalaxy.net/2008/08/draco/">Draco</a> and <a href="http://www.themegalaxy.net/2008/09/gemini/">Gemini</a>, every theme from each category: Business, Personal, Portfolio and Magazine. 

About <a href="http://www.themegalaxy.net/">ThemeGalaxy.net</a>. Theme Galaxy crafts beautiful WordPress Themes that are not only professionally designed but are also affordable, with prices starting from $60 for single and $120 for developer licenses. All themes are of course compatible with he latest WordPress versions.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.themegalaxy.net/">Theme Galaxy</a> to celebrate launch and successful start with already dozens of happy customers is giving away 4 copies of premium WordPress themes (single licenses), so it's: <a href="http://www.themegalaxy.net/2008/08/andromeda/">Andromeda</a>, <a href="http://www.themegalaxy.net/2008/08/cassiopeia/">Cassiopeia</a>, <a href="http://www.themegalaxy.net/2008/08/draco/">Draco</a> and <a href="http://www.themegalaxy.net/2008/09/gemini/">Gemini</a>, every theme from each category: Business, Personal, Portfolio and Magazine. </p>
<p>About <a href="http://www.themegalaxy.net/">ThemeGalaxy.net</a>. Theme Galaxy crafts beautiful WordPress Themes that are not only professionally designed but are also affordable, with prices starting from $60 for single and $120 for developer licenses. All themes are of course compatible with he latest WordPress versions.</p>
<p><a href="http://www.themegalaxy.net/"><img class="mainslika" src="http://stylizedweb.com/images/tg2.gif" alt="Theme Galaxy"></a></p>
<h5>How to enter a contest?</h5>
<p>All you have to do is to leave a comment here on Stylized Web with a name of the theme you would like to win and why would you like to win that theme. We'll pick four random numbers and lucky winners will get a single license copy!<br />
Contest is open for 5 days, so it ends on <strong>October 24 2008.</strong>, winners will be announced on the same day. Be sure you leave a correct name and email, good luck!</p>
<p><strong>Winners announcement</strong><br />
Here's the list of lucky winners, congratulations!  (for the ones who didn't get it subscribe on Theme Galaxy, because there will be similar stuff later on, but now hosted on Theme Galaxy. Comments without explanation weren't counted as i said.)</p>
<p>1. <a href="http://gladdengroup.com/">Garrett Gladden</a> - <a href="http://www.themegalaxy.net/2008/08/cassiopeia/">Cassiopeia </a><br />
2. <a href="http://otooo.com/">Simon</a> - <a href="http://www.themegalaxy.net/2008/09/gemini/">Gemini</a><br />
3. Andrea Di Marco - <a href="http://www.themegalaxy.net/2008/08/andromeda/">Andromeda</a><br />
4. John Maskell - <a href="http://www.themegalaxy.net/2008/08/draco/">Draco</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2008/10/20/premium-themes-giveaway/feed/</wfw:commentRss>
		<feedburner:origLink>http://stylizedweb.com/2008/10/20/premium-themes-giveaway/</feedburner:origLink></item>
		<item>
		<title>WordPress post author description</title>
		<link>http://feeds.feedburner.com/~r/stylizedweb/~3/420977172/</link>
		<comments>http://stylizedweb.com/2008/10/14/wordpress-post-author-description/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 22:47:23 +0000</pubDate>
		<dc:creator>Dejan Cancarevic</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=77</guid>
		<description><![CDATA[Lots of words these days about WordPress, people are getting more and more interested in high quality themes with lots of features, so ussual thing  to have became post author info very useful if you have more writers. There was a guest post a bit earlier how to make a <a href="http://stylizedweb.com/2008/09/27/author-description-outside-the-wp-main-loop/">post author info outside main loop</a> (as you know by default template tags have to be in main loop). 

Now here's a tutorial how to make a author description with link,  image and everything in two ways. You can see similar thing for example on <a href="http://www.themegalaxy.net/demo/gemini/">Gemini Theme</a>]]></description>
			<content:encoded><![CDATA[<p>Lots of words these days about WordPress, people are getting more and more interested in high quality themes with lots of features, so ussual thing  to have became post author info very useful if you have more writers. There was a guest post a bit earlier how to make a <a href="http://stylizedweb.com/2008/09/27/author-description-outside-the-wp-main-loop/">post author info outside main loop</a>. </p>
<p>Now here's a tutorial how to make a author description with link,  image and everything in two ways. You can see similar thing for example on <a href="http://www.themegalaxy.net/demo/gemini/">Gemini Theme</a></p>
<p><a href="http://www.themegalaxy.net/demo/gemini/"><img class="mainslika" alt="Vector people" src="http://stylizedweb.com/images/author.jpg"/></a></p>
<p>Let's get started! You'll use this on single.php and the usual structure for it goes something like: </p>
<pre class="php">&nbsp;
 <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>have_posts<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> : <span style="color: #b1b100;">while</span> <span style="color: #66cc66;">&#40;</span>have_posts<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> : the_post<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #000000; font-weight: bold;">?&gt;</span>
...
<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_content<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'Read the rest'</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #000000; font-weight: bold;">?&gt;</span>
...
          <span style="color: #000000; font-weight: bold;">&lt;?php</span> comments_template<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #000000; font-weight: bold;">?&gt;</span>
          &lt;!--
          <span style="color: #000000; font-weight: bold;">&lt;?php</span> trackback_rdf<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #000000; font-weight: bold;">?&gt;</span>
          --&gt;
 <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endwhile</span>;  <span style="color: #b1b100;">endif</span>; <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;</pre>
<p>And now we'll add some template tags to show author description (small note, there are probably some plugins for all this, so fell free to look for them). Most common things you would like to show are author image, name, url and description. Here's new code  </p>
<pre class="php">&nbsp;
 <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>have_posts<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> : <span style="color: #b1b100;">while</span> <span style="color: #66cc66;">&#40;</span>have_posts<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> : the_post<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #000000; font-weight: bold;">?&gt;</span>
...
<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_content<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'Read the rest'</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #000000; font-weight: bold;">?&gt;</span>
...
&lt;div <span style="color: #000000; font-weight: bold;">class</span>=<span style="color: #ff0000;">&quot;author&quot;</span>&gt;
              <span style="color: #000000; font-weight: bold;">&lt;?php</span>   <a href="http://www.php.net/echo"><span style="color: #000066;">echo</span></a> get_avatar<span style="color: #66cc66;">&#40;</span> get_the_author_id<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>, <span style="color: #ff0000;">'65'</span> <span style="color: #66cc66;">&#41;</span>;   <span style="color: #000000; font-weight: bold;">?&gt;</span> &lt;strong&gt;&lt;a href=<span style="color: #ff0000;">&quot;&lt;?php the_author_url(); ?&gt; &quot;</span>&gt;&lt;?php the_author<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; ?&gt;&lt;/a&gt;&lt;/strong&gt;
&nbsp;
 <span style="color: #000000; font-weight: bold;">&lt;?php</span> the_author_description<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #000000; font-weight: bold;">?&gt;</span> 
&lt;/div&gt;
&nbsp;
&lt;!-- author --&gt;   
&nbsp;
          <span style="color: #000000; font-weight: bold;">&lt;?php</span> comments_template<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #000000; font-weight: bold;">?&gt;</span>
          &lt;!--
          <span style="color: #000000; font-weight: bold;">&lt;?php</span> trackback_rdf<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #000000; font-weight: bold;">?&gt;</span>
          --&gt;
 <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endwhile</span>;  <span style="color: #b1b100;">endif</span>; <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;</pre>
<p>If you have used "get_avatar" you will notice that we are using a different parameter than in comments ("get_comment_author_email()"). 65 is an image size, and here's how get_avatar function works (you can read more about it <a href="http://codex.wordpress.org/Using_Gravatars">on codex</a>)</p>
<pre class="php">&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
   <a href="http://www.php.net/echo"><span style="color: #000066;">echo</span></a> get_avatar<span style="color: #66cc66;">&#40;</span> <span style="color: #0000ff;">$id_or_email</span>, <span style="color: #0000ff;">$size</span> = <span style="color: #ff0000;">'96'</span>, <span style="color: #0000ff;">$default</span> = <span style="color: #ff0000;">'
&lt;path_to_url&gt;'</span> <span style="color: #66cc66;">&#41;</span>;
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;</pre>
<p>So, this will generate and image with author info, and of course you should give that image some styling, in this case you can't use class because of the functions so you'll have to define it in CSS, something like .author img { border, float.... } </p>
<p>Here's another way if you are not using gravatars and you want to use some custom images made by <strong>kailoon</strong> <a href="http://themetation.com/2008/07/08/how-to-display-author-photo-in-wordpres/">http://themetation.com/2008/07/08/how-to-display-author-photo-in-wordpres/</a><br />
Of course there's a third way by using custom fields, but we'll do it some other time</p>
<p>Further reading <a href="http://codex.wordpress.org/Author_Templates">WordPress codex</a>, and further idea, you can put some if-else so if there is not description to show some text etc..</p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2008/10/14/wordpress-post-author-description/feed/</wfw:commentRss>
		<feedburner:origLink>http://stylizedweb.com/2008/10/14/wordpress-post-author-description/</feedburner:origLink></item>
		<item>
		<title>Out of this world WordPress Themes!</title>
		<link>http://feeds.feedburner.com/~r/stylizedweb/~3/412934742/</link>
		<comments>http://stylizedweb.com/2008/10/06/out-of-this-world-wordpress-themes/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 16:26:05 +0000</pubDate>
		<dc:creator>Dejan Cancarevic</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=76</guid>
		<description><![CDATA[I am really excited to announce you launch of the new premium WordPress themes website - <a href="http://www.themegalaxy.net/">ThemeGalaxy.net</a>. Theme Galaxy crafts beautiful WordPress Themes that are not only professionally designed but are also affordable. All themes make use of cutting edge WordPress features at prices which we think are out of this world.

All themes are of course compatible with he latest WordPress versions and have affordable prices starting from $60 for the single license just this month! ]]></description>
			<content:encoded><![CDATA[<p>I am really excited to announce you launch of the <strong>new premium WordPress themes website - <a href="http://www.themegalaxy.net/">ThemeGalaxy.net</a></strong>. Theme Galaxy crafts beautiful WordPress Themes that are not only professionally designed but are also affordable. All themes make use of cutting edge WordPress features at prices which we think are out of this world.</p>
<p>All themes are of course compatible with he latest WordPress versions and have affordable prices starting from $60 for the single license just this month!</p>
<p><a href="http://www.themegalaxy.net/"><img class="mainslika" src="http://stylizedweb.com/images/tg1.gif" alt="Vector people" /></a></p>
<p>Themes are ordered in four categories for now, Business, Magazine, Personal and Portfolio so be sure you check it all out, you can browse them all <a href="http://www.themegalaxy.net/themes/">here</a>. And if you have any questions go to <a href="http://www.themegalaxy.net/about/">about</a> or <a href="http://www.themegalaxy.net/support/">support page</a> with theme documentations and forum.<br />
And if you are looking for press materials or releases there's a press page available <a href="http://www.themegalaxy.net/press/">here </a></p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2008/10/06/out-of-this-world-wordpress-themes/feed/</wfw:commentRss>
		<feedburner:origLink>http://stylizedweb.com/2008/10/06/out-of-this-world-wordpress-themes/</feedburner:origLink></item>
		<item>
		<title>Author description outside the WP main loop</title>
		<link>http://feeds.feedburner.com/~r/stylizedweb/~3/404647517/</link>
		<comments>http://stylizedweb.com/2008/09/27/author-description-outside-the-wp-main-loop/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 13:03:22 +0000</pubDate>
		<dc:creator>Dejan Cancarevic</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=75</guid>
		<description><![CDATA[This is a guest post from <a href="http://academic.lozbo.org/about/">Lozbo</a> who runs "<a href="http://academic.lozbo.org">Academic Lozbo</a>" dedicated to multimedia articles, tutorials and projects.

Today,  I present to you: a <a href="http://wordpress.org/">WordPress</a> <a href="http://codex.wordpress.org/The_Loop">mini loop</a> to output the <a href="http://codex.wordpress.org/Template_Tags/the_author_description">author description info</a> in any place among your <a href="http://codex.wordpress.org/Templates">template</a> files (in the <a href="http://codex.wordpress.org/Customizing_Your_Sidebar">sidebar</a> for instance). The author description is the biographical info you set in your Wordpress user <a href="http://codex.wordpress.org/Administration_Panels">configuration menu</a>. If you don’t know what WordPress is, this tutorial might not be for you, but you could start reading more about <a href="http://www.google.com/search?q=what+is+a+cms&#038;esrch=BetaShortcuts&#038;ie=utf-8&#038;oe=utf-8&#038;aq=t&#038;rls=org.mozilla:en-US:official">what a CMS</a> is, and about <a href="http://opensourcecms.com/">Open Source CMS’s</a>.]]></description>
			<content:encoded><![CDATA[<p><em>This is a guest post from <a href="http://academic.lozbo.org/about/">Lozbo</a> who runs "<a href="http://academic.lozbo.org">Academic Lozbo</a>" dedicated to multimedia articles, tutorials and projects.</em></p>
<p>Today,  I present to you: a <a href="http://wordpress.org/">WordPress</a> <a href="http://codex.wordpress.org/The_Loop">mini loop</a> to output the <a href="http://codex.wordpress.org/Template_Tags/the_author_description">author description info</a> in any place among your <a href="http://codex.wordpress.org/Templates">template</a> files (in the <a href="http://codex.wordpress.org/Customizing_Your_Sidebar">sidebar</a> for instance). The author description is the biographical info you set in your Wordpress user <a href="http://codex.wordpress.org/Administration_Panels">configuration menu</a>. If you don’t know what WordPress is, this tutorial might not be for you, but you could start reading more about <a href="http://www.google.com/search?q=what+is+a+cms&esrch=BetaShortcuts&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official">what a CMS</a> is, and about <a href="http://opensourcecms.com/">Open Source CMS’s</a>.</p>
<pre class="php">&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> query_posts<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'author=1&amp;showposts=1'</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #808080; font-style: italic;">// query for the loop ?&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">while</span> <span style="color: #66cc66;">&#40;</span>have_posts<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> : the_post<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #808080; font-style: italic;">// the loop itself ?&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>is_author<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'admin'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span> <span style="color: #808080; font-style: italic;">// another condition ?&gt;</span>
&lt;li id=<span style="color: #ff0000;">&quot;adminbio&quot;</span>&gt;
&lt;h2&gt;&lt;?php the_author_posts_link<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; ?&gt;&lt;/h2&gt;
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_author_description<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; ?&gt;&lt;/li&gt;
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #66cc66;">&#123;</span> <span style="color: #808080; font-style: italic;">// what if there is no author? ?&gt;</span>
&nbsp;
No info available
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #66cc66;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endwhile</span>; <span style="color: #808080; font-style: italic;">//end wp loop ?&gt;</span>
&nbsp;</pre>
<h5>Detailed explanation</h5>
<p>If you are unfamiliar with the <a href="http://codex.wordpress.org/The_Loop">WordPress Loop</a>, I would suggest you read a bit more about it, though it is not necessary for the code to work, just if you want to understand how it works.</p>
<p>The comments in the above code are very illustrative, but if you haven’t understood completely here it goes.</p>
<pre class="php">&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> query_posts<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'author=1&amp;showposts=1'</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;</pre>
<p>This line tells WP to make a query to gather database info to display in a loop, in this case, I am limiting the query to get only posts from the author whose id is 1 (which is set for admin in a default WP installation), and to show only the latest 1 post (you could add more, if you wanted to use the loop for a different purpose, but for our intentions this will do). You can edit the author id to suit your context.</p>
<pre class="php">&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">while</span> <span style="color: #66cc66;">&#40;</span>have_posts<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> : the_post<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;</pre>
<p>Normal WP beginning loop conditional cycle tags, or however it’s called.</p>
<pre class="php">&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>is_author<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'admin'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;</pre>
<p>The previous line is an additional condition, I am not sure why if I remove it, the code does not work as expected, but it also allows you to display a no info message in case something goes wrong with the author (for example: not finding an author named admin). You can surely edit this to fit your needs.</p>
<pre class="php">&nbsp;
&lt;li id=<span style="color: #ff0000;">&quot;adminbio&quot;</span>&gt;
&lt;h2&gt;&lt;?php the_author_posts_link<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; ?&gt;&lt;/h2&gt;
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_author_description<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; ?&gt;&lt;/li&gt;
&nbsp;</pre>
<p>Most of these are normal XHTML tags. I wrap everything inside a list item tag, to display it accordingly in my sidebar, but you might drop it if you don’t need it. I also added an id for CSS purposes. The PHP code inside the h2 tag displays a link to all the author posts, and the_author_description WP tag displays our precious author information (edit the output information in the WordPress admin backend menu, under each user settings).</p>
<p>You could also add a small variation of the author link (the code inside the h2 tag), like this:</p>
<pre class="php">&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_author<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;</pre>
<p>Basically, it displays a link to the author’s URL, also set in the user configurations. This URL might be, for example, a link to my main site if I am blogging in a sub domain, for example, in my own particular case: the URL I set in the WordPress installed in this sub domain (academic.lozbo.org) points back to just lozbo.org the root (of all evil). Remember that this info is available for you to edit in the WP administration panel, in the user options (top right menu, in a default latest WP version, 2.6 as of now).</p>
<pre class="php">&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #66cc66;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #66cc66;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
OMG! Admin does not seem to have info available!
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #66cc66;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;</pre>
<p>These lines tell WP, in case no author named admin is found, it should display the previous paragraph. Edit accordingly.</p>
<pre class="php">&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endwhile</span>; <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;</pre>
<p>The WP loop finishes here. Depending on how many loops (or mini loops) you have, you might also need to set this at one point, for example, right after the previous code, add the following line:</p>
<pre class="php">&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> rewind_posts<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;</pre>
<p>As I say, it is not always necessary; if you only have the main loop and this, and this second loop is put in a file which comes after the first loop, it is not necessary (or so I understand, though I am not sure, please correct me if I’m wrong!).</p>
<h5>Additional Notes</h5>
<p>Anyway, I developed it with a one user (admin) author only self hosted installation of WP (lots of long words), in mind, though it should work in a multi user environment, as long as the author login name is admin and the user id is 1 (which are the default settings, but a lot of people likes to add a new user with another custom name, instead of admin, and then delete the admin user… well at least that is what I like doing anyway).</p>
<p>Also, I tested it in the latest version of WP (at the time of writing this post: 2.6), but it should work in all the 2.x branches I think, and as I am not familiar with WP legacy template tags and code (I never designed a complete template from scratch before) I don’t know if it works in earlier versions of WordPress, though if you are running an older version you should upgrade anyway. It’s really easy with SVN.</p>
<p>If you do not know what am I talking about here, probably this will work for you perfectly, just copy and paste it on your sidebar.php template file, or wherever you want to display it (in the footer perhaps?).</p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2008/09/27/author-description-outside-the-wp-main-loop/feed/</wfw:commentRss>
		<feedburner:origLink>http://stylizedweb.com/2008/09/27/author-description-outside-the-wp-main-loop/</feedburner:origLink></item>
		<item>
		<title>Aqueous Free WordPress Theme</title>
		<link>http://feeds.feedburner.com/~r/stylizedweb/~3/399956929/</link>
		<comments>http://stylizedweb.com/2008/09/22/aqueous-free-wordpress-theme/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 16:55:35 +0000</pubDate>
		<dc:creator>Dejan Cancarevic</dc:creator>
		
		<category><![CDATA[Freebies]]></category>

		<category><![CDATA[Themes]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[3 column]]></category>

		<category><![CDATA[clean]]></category>

		<category><![CDATA[fluid]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=74</guid>
		<description><![CDATA[Hello and welcome to Aqueous, a liquid template created by <a href="http://www.sixshootermedia.com">Six Shooter Media</a> and <a href="http://www.stylizedweb.com">Stylized Web</a>. The template itself is designed for higher resolutions, 1024x768 and up, however with it being liquid, it will work in any resolution you can throw at it. It's written in XHTML and CSS and displays consistently on various web browsers.

If you decide to use it please let me know, leave a comment or email me and again thank you all for donations, have fun!]]></description>
			<content:encoded><![CDATA[<p>Hello and welcome to Aqueous, a liquid template created by <a href="http://www.sixshootermedia.com">Six Shooter Media</a> and <a href="http://www.stylizedweb.com">Stylized Web</a>. The template itself is designed for higher resolutions, 1024x768 and up, however with it being liquid, it will work in any resolution you can throw at it. It's written in XHTML and CSS and displays consistently on various web browsers.</p>
<p>If you decide to use it please let me know, leave a comment or email me and again thank you all for donations, have fun!</p>
<p><a href="http://www.stylizedweb.com/wp-content/plugins/wp-downloadMonitor/download.php?id=8" title="aqueous"><img src="http://stylizedweb.com/images/aqueous.jpg" alt="aqueous free wordpress theme" class="mainslika2" title="aqueous" /></a></p>
<p><strong>Demo</strong><br />
<a href="http://stylizedweb.com/wp-content/themes/aqueous/index.html">Here’s the demo HTML page</a></p>
<p><strong>Download</strong><br />
<a href="http://www.stylizedweb.com/wp-content/plugins/wp-downloadMonitor/download.php?id=8" title="miniBlog"><img src="http://stylizedweb.com/images/icon_package_get.gif" alt="download aqueous free Wordpress theme" border="0" /> Download aqueous theme</a> (Downloaded 825 times)</p>
<p><strong>Donate</strong><br />
If you are considering using this theme please make a small donation</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" value="_donations" type="hidden" />
<input name="business" value="dejanc@gmail.com" type="hidden" />
<input name="item_name" value="Free Wordpress Themes donation" type="hidden" />
<input name="no_shipping" value="0" type="hidden" />
<input name="no_note" value="1" type="hidden" />
<input name="currency_code" value="USD" type="hidden" />
<input name="tax" value="0" type="hidden" />
<input name="lc" value="US" type="hidden" />
<input name="bn" value="PP-DonationsBF" type="hidden" />
<input src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" class="paypal" border="0" type="image" /> <img src="https://www.paypal.com/de_DE/i/scr/pixel.gif" border="0" height="1" width="1" /><br />
</form>
<p><strong>How to Install</strong><br />
1. Download the aqueous Zip.<br />
2. Unpack, and upload to the wp-content/themes/ directory on your server.<br />
3. Login to your admin area and set aqueous as the current theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2008/09/22/aqueous-free-wordpress-theme/feed/</wfw:commentRss>
		<feedburner:origLink>http://stylizedweb.com/2008/09/22/aqueous-free-wordpress-theme/</feedburner:origLink></item>
	<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetFeedData?uri=stylizedweb</feedburner:awareness></channel>
</rss>
