<?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>BloggingPro &#187; WordPress Themes</title>
	<atom:link href="http://www.bloggingpro.com/archives/category/wordpress-themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggingpro.com</link>
	<description>News, plugins and themes for blogging applications</description>
	<lastBuildDate>Wed, 22 May 2013 17:02:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How I Created a New WordPress Theme in 5 Hours</title>
		<link>http://www.bloggingpro.com/archives/2012/12/12/how-i-created-a-new-wordpress-theme-in-5-hours/</link>
		<comments>http://www.bloggingpro.com/archives/2012/12/12/how-i-created-a-new-wordpress-theme-in-5-hours/#comments</comments>
		<pubDate>Wed, 12 Dec 2012 17:26:00 +0000</pubDate>
		<dc:creator>Jonathan Bailey</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[WordPress Tools]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[headway]]></category>
		<category><![CDATA[headway theme]]></category>
		<category><![CDATA[pointelle slider]]></category>
		<category><![CDATA[site development]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress theme]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=26755</guid>
		<description><![CDATA[Last month I found myself with my back against the wall: My theme was falling apart. In June of 2011 I had switched my site to the Headway Theme Framework, version 2.X. The changeover, initially, went very well. The theme was wonderful on the test site and, despite a hiccup or two in transferring it [...]]]></description>
				<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2012/08/wordpress-logo-stacked-rgb-1-280x173.png" alt="WordPress Logo" title="WordPress Logo" width="280" height="173" class="alignleft size-medium wp-image-26021" />Last month I found myself with my back against the wall: My theme was falling apart. </p>
<p>In June of 2011 I had switched my site to the Headway Theme Framework, version 2.X. The changeover, initially, went very well. The theme was wonderful on the test site and, despite a hiccup or two in transferring it to the new main site, things were up and running quickly. </p>
<p>But problems slowly began to arise. The theme would occasionally have errors where the settings would change or elements would be added, causing sections of my pages to be repeated many times over. Most of the time the problems were minor and easily fixed, but they were annoying. However, over time the problems began to escalate.</p>
<p>After setting up the theme, I was at a major plagiarism conference in the UK when my site broke completely and became unreadable. The smaller errors started to become more common and it began to feel as if I was doing patch jobs on the theme weekly or more regularly.</p>
<p>I tried addressing the issue with both my host and with Headway&#8217;s support but none of the changes, including increasing the memory in my VPS, seemed to help. The people at Headway encouraged me to upgrade to the 3.X branch, saying it was much more stable and resource-friendly. However, there&#8217;s no upgrade path to go from 2.X to 3.X, meaning that doing so would require starting from scratch. In my mind, I didn&#8217;t have the time to set up a new theme and the patches, while annoying, were not time-consuming.</p>
<p>But then things went from bad to worse. In one day the theme went down three times and, the last time, temporarily took the entire database with you. Though I have good backups of my database, nothing causes a moment of panic quite like realizing that 8 years of hard work may have just been erased.</p>
<p>Fortunately it wasn&#8217;t, but with errors now as frequent as coffee breaks, I knew something had to be done quickly. So, that evening, I set out on one of my most ambitious WordPress-related tasks, creating an entire new theme in one night.<span id="more-26755"></span></p>
<h3>Picking My Battles</h3>
<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  src="http://www.bloggingpro.com/wp-content/uploads/2012/12/headway-logo.png" alt="Headway Logo" title="Headway Logo" width="222" height="85" class="alignright size-full wp-image-26773" />Sensing that there might be a much more serious collapse on the horizon, the most important thing was to get my site stable. Unfortunately, that meant making some sacrifices.</p>
<p>Specifically, there were three points I had to surrender on before I started:</p>
<ol>
<li><strong>Using Headyway 3:</strong> Though my experience with Headway 2 was definitely not the best and I certainly wouldn&#8217;t be opposed to using a new theme, I knew the theme framework well and Headway is designed for speedy development above all else. If I was going to do it in one night, I couldn&#8217;t take the time to learn something new.</li>
<li><strong>Duplication, Not Reinvention:</strong> While I could tweak my theme and change a few things around, I couldn&#8217;t reinvent the wheel either. By trying to copy what I had, I was sticking with a look that seems to be working for me and avoiding a lot of time-consuming testing.</li>
<li><strong>Complexity:</strong> My original theme had many nuanced elements that could not be easily replicated with Headway 3. Rather than getting bogged down in minutia, it was better to find easier ways to get the features working and then add the polish later.</li>
</ol>
<p>With the limitations in mind, I ended up with the very unambitious goal of recreating my existing site in Headway 3, but with the very ambitious time frame of that evening. </p>
<h3>The Process</h3>
<p>To start the process, I installed <a href="http://wordpress.org/extend/plugins/theme-test-drive/">Theme Test Drive</a> so that I could work on the new theme while visitors would still visit the old. With two computers side-by-side, I left myself logged out of one so that I could feed myself information from my existing site and plug it into the new theme.</p>
<p>From there, I knew I had to make three separate layouts for the theme to work:</p>
<ol>
<li><strong>Home Page Layout:</strong> The home page of my site.</li>
<li><strong>Single Page Layout:</strong> The page for all posts and all pages.</li>
<li><strong>Archive Layout:</strong> The page for tags, authors and all other layouts that list multiple posts.</li>
</ol>
<p>Fortunately, Headway makes it very easy to get started with a new theme as you actually draw layout in a grid. I quickly sketched out the home page layout, mimicking closely my existing website but adding about 100px to the width. After setting up each of the sections of the layout, within about 30 minutes I had a pretty good replication of the home page of my site with a few problems.</p>
<p>First, the way Headway 3 handles excerpts is much more limited than Headway 2. I could not recreate the two-column look easily with Headway 3. Second, my slider would need adjustment to fit to the wider site. Everything else, however, translated pretty well other than styling tweaks.</p>
<p>I set about trying to fix the excerpt problem and realized that the only practical solution, short of coding it myself, was to pick up the paid <a href="http://headwaythemes.com/headway-themes-new-excerpts-leaf/">Excerpts+ leaf</a>. While it&#8217;s a great plugin and a nice addition, it seemed a bit like building a sandcastle with a bulldozer.</p>
<p>Though it started out as a reluctant purchase, it ended up working well as I was able to get the excerpts I wanted quickly.</p>
<p>From there, I set my sights on the other pages and followed a similar pattern. However, there I was able to start with the home page layout and just eliminate and add what was needed. Pretty quickly I had all three pages working, though almost none of the styling was done and there were many elements to add.</p>
<p>This was where the two computers came in handy. On the non-logged in machine I looked up the CSS elements I had and recreated them one by one in the new template. Piece by piece, the new template came together.</p>
<p>Now, after just a few hours, the new theme looked almost identical to the old but the devil was in the details.</p>
<h3>Finishing Up</h3>
<p>There were two problems still preventing me from going live. One was that my slider still did not look right and the second was that the search function wasn&#8217;t in the correct place.</p>
<p>Unfortunately, neither of these problems were going to be crackable that night. <a href="http://slidervilla.com/pointelle/">The slider I use</a> would not let me adjust the width of the right hand side. Though there was an option for it, the highlight (which displays when the post is in the main window) would not update with it, making it look broken. Though I felt it would look best with the right-hand buttons extended at least some, I had to put all of the additional width into the main image.</p>
<p>The search box, previously, was a part of the navigation bar but the hooks feature that made that possible in Headway 2 is not available in Headway three and workarounds resulted in ugly results. I decided to just move the search bar to the top of the page and be done with it.</p>
<p>With the help of my wife, we began to test the site, loading up a variety of pages in the new theme and fixing any errors we saw. Fortunately, there wasn&#8217;t much to address but we did notice some minor CSS bugs, such as some links not showing up red and linked subheads displaying oddly.</p>
<p>When it was ready, about 5 hours later, I pushed the new theme live and asked others via Twitter to let me know if they saw any issues. No further problems crept up. Though I noticed and squashed a few other minor bugs over the next few days, for the most part, the theme has held up well.</p>
<h3>The Epilogue So far</h3>
<p>It&#8217;s now been about a month since I did that frantic bit of development. The new theme has held up well and few people even noticed the change (or noticed it enough to mention it). The new theme has also not had any problems and, bit by bit, I&#8217;ve been adding back in some of the spit and polish of the original theme.</p>
<p>I&#8217;m honestly not sure how long I&#8217;m going to keep it though. Given the problems I had with Headway 2 and the franticness that went into this more-or-less forced upgrade, I&#8217;d like to switch to a different framework when it comes time to do a full overhaul.</p>
<p>In the meantime though, Headway 3 seems to be working well enough. There have been no issues that have caused the theme to break, even when other server issues arose, and the theme even took a major traffic spike on the chin without an issue.</p>
<p>The main thing, right now, is that the danger has passed and I can now take my time deciding what my next move should be. </p>
<p>In the end, my only real regret is that I didn&#8217;t take this action sooner. I held out for an upgrade path between Headway 2.X and 3.X while I found myself patching my site regularly. It was a stupid decision. </p>
<p>If I had only done this a year ago, I would have saved myself a lot of headache and panic. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2012/12/12/how-i-created-a-new-wordpress-theme-in-5-hours/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>5 Nightmare Scenarios for Your Blog</title>
		<link>http://www.bloggingpro.com/archives/2012/10/31/6-nightmare-scenarios-for-your-blog/</link>
		<comments>http://www.bloggingpro.com/archives/2012/10/31/6-nightmare-scenarios-for-your-blog/#comments</comments>
		<pubDate>Wed, 31 Oct 2012 19:24:05 +0000</pubDate>
		<dc:creator>Jonathan Bailey</dc:creator>
				<category><![CDATA[Blogging Sense]]></category>
		<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[halloween]]></category>
		<category><![CDATA[monsters]]></category>
		<category><![CDATA[scary]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[zombies]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=26606</guid>
		<description><![CDATA[It&#8217;s Halloween in the United States (and much of the rest of the world). As such, people are gathering together for parties, going trick or treating and telling scary stories. In that spirit, last week on Performancing I discussed legal nightmares that can happen to you and your blog. Specifically, there were three scenarios that, [...]]]></description>
				<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2010/08/Halloweenface-240x240.jpg" alt="" title="Halloweenface" width="240" height="240" class="alignleft size-medium wp-image-19904" />It&#8217;s Halloween in the United States (and much of the rest of the world). As such, people are gathering together for parties, going trick or treating and telling scary stories.</p>
<p>In that spirit, last week on Performancing <a href="http://performancing.com/3-blogging-legal-nightmares-that-actually-happened/">I discussed legal nightmares that can happen to you and your blog</a>. Specifically, there were three scenarios that, while sounding like nothing more than legal theory, actually happened to one or more bloggers.</p>
<p>In that spirit, here are five more practical horror stories to keep you awake when it comes to your blog. Best part of all is that I don&#8217;t have to give specific examples because each and every one of these have happened not once or twice, but hundreds, if not thousands, of times.</p>
<p>So if you&#8217;re wondering about the gruesome ways your blog can be mangled, kidnapped or killed, here are just five of the more common (and more sudden) ways to consider.<span id="more-26606"></span></p>
<h3>1. The Ghost Blog</h3>
<p>If there&#8217;s one thing that Halloween reminds us of, it&#8217;s our own mortality. Today we are living, breathing and thinking creatures but that could completely change in an instant. But ghost stories tell us that, in some cases, we can live on, at least briefly, as ghosts of our former selves, mere shadows that terrify the living.</p>
<p>Such is true with blogs as well. Blogs, as with all websites, are surprisingly fragile creatures. Database crashes, hard drive failures, natural disasters, human error, etc. can all destroy a website in seconds and leave only a trace of it, the caches, behind to wonder the Internet like a ghost.</p>
<p>Though various backup and cloud technologies have made websites more durable, in an Internet where cheap shared hosting is still the norm and most webmasters forget to backup their sites, it&#8217;s not uncommon for sites to simply disappear from the Web, never to be heard from again.</p>
<p>That is, save the whispers of the dead.</p>
<h3>2. The Invisible Blog</h3>
<p>The idea of the invisible person has been a part of science fiction for at least 1897, when H.G. Well wrote the famous novel &#8220;The Invisible Man&#8221;. Invisible man stories always raise interesting questions about what it means to be a person and what life would be like if no one could see nor hear you.</p>
<p>However, that&#8217;s nearly the exact plight of many blogs on the Internet. </p>
<p>The problem is very simple. By far the most common way to discover a new website is through the search engines and the largest search engine, by a long shot, is Google. </p>
<p>However, Google is a notoriously fickle mistress. Known for dropping or deeply demoting sites in its many updates, shake ups and algorithm changes.</p>
<p>But it doesn&#8217;t take a Google shakeup to make your site invisible, human error can result in your site blocking the search engines, essentially making it invisible to them. </p>
<p>While many of these problems can be fixed easily and a site can recover, it can be frightening to realize that no one can find your site, anywhere. That, in turn, raises an interesting philosophical question: If a site exists but can&#8217;t be found, does it really exist at all?</p>
<h3>3. The Zombie Blog</h3>
<p>These days, thanks in large part to George Romero and Night of the Living Dead, we equate the word &#8220;zombie&#8221; with the undead. However, for most of history a zombie was a living person turned into a mindless drone, an unthinking, unfeeling slave to their zombie master. Movies such as &#8220;White Zombie&#8221; take this approach.</p>
<p>The same thing can happen to your website. Blogs, basically are applications that display content, usually pulled from a database, in a certain way. But like any software, blogs are vulnerable to attack from the outside.</p>
<p>Spammers, virus authors, pranksters and others are constantly searching for blogs that they can take over and use for their ends, whether it&#8217;s posting spammy links, spreading malware or just deface them.</p>
<p>The consequences for this can be dire. Google tends to quarantine hacked sites by either removing them or reducing them in the results. For visitors, things can be even worse as they run the risk of becoming infected themselves or being subjected to unexpected and inappropriate content. </p>
<p>Though most sites can recover if they have a good backup, the best  defense is a good offense and that means good security procedures and constant vigilance against possible attacks.</p>
<h3>4. The Disfigured Blog</h3>
<p>Horror movies, like all scary stories, are filled with tales of disfigured people, often caused by tragic accidents, who despite their outward appearance, have a heart of gold but are still shunned by society. &#8220;Phantom of the Opera&#8221; being, most likely, the best known example.</p>
<p>But while it&#8217;s tempting to say that, for a blog, content is king, that is akin to saying &#8220;it&#8217;s what&#8217;s on the inside that counts&#8221;. It&#8217;s a theoretically true, but still somewhat naive statement.</p>
<p>Appearance is important that is doubly true for a website, which is a visual medium. But website themes are evolving and are no longer static themes filled with dynamic content. Increasingly, they are more like plugins, using the database to determine your site&#8217;s appearance.</p>
<p>This opens the door to a new slew of opportunities and problems. Database corruption, crashes, error and problems can leave your site disfigured, mangled. But even if you don&#8217;t use an advanced theme, any third-pary elements you include can suddenly break or change, causing your theme to fall apart.</p>
<p>It&#8217;s entirely possible that you could wake up one morning and find that your site is not how you left it. Shocking  both you and your visitors into wondering what happened.</p>
<h3>5. The Dead Blog</h3>
<p>In horror movies, death is rarely final. Villains and heroes alike often find ways to come back from beyond the grave, whether it is for a sequel, a final showdown or just to scare the audience one more time.</p>
<p>However, in real life, death is much more final and blogs, like their owners, die every day. Most are abandoned by their owners, left to freeze to death in the cold, uncaring blackness that can be the Internet.</p>
<p>Other sites are shut down more directly, with accounts being closed and sites deliberately shuttered. Though this may seem the more humane way to end a site, it&#8217;s often much worse, leaving a deluge of broken links across the Web and harming other sites that were referencing it.</p>
<p>These sites, and the errors they create, are missed deeply by those who try to visit it. However, some times, even online, they can be resurrected though here it doesn&#8217;t take a voodoo curse, instead, it just takes a webmaster, either the same one or a different one, who wants to give the idea another try.</p>
<h3>Bottom Line</h3>
<p>The bad news is that all of these nightmares are fairly common. The good news is that they are all, more or less, relatively avoidable. With good backups, solid security and dedication to your blog, you can either avoid or easily recover from most of these scenarios.</p>
<p>So if you want to sleep better at night and not have nightmares about what could happen to your site, the best thing you can do is be smart about how you run it. If you take reasonable precautions to protect your site, you&#8217;ll likely avoid any major disasters.</p>
<p>That being said, it&#8217;s still worth being aware that all of the work you&#8217;re doing amounts to zeroes and ones on computers across the world. Your work can turn out to be nothing but dust in the digital wind. </p>
<p>In short, what you spend years to create could be taken from you in a second. That&#8217;s just the nature of the digital world. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2012/10/31/6-nightmare-scenarios-for-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PressWork, A Free HTML5 Drag &amp; Drop Framework for WordPress</title>
		<link>http://www.bloggingpro.com/archives/2011/07/15/presswork-a-free-html5-drag-drop-framework-for-wordpress/</link>
		<comments>http://www.bloggingpro.com/archives/2011/07/15/presswork-a-free-html5-drag-drop-framework-for-wordpress/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 10:13:29 +0000</pubDate>
		<dc:creator>Franky Branckaute</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[PressWork]]></category>
		<category><![CDATA[Theme Frameworks]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=22863</guid>
		<description><![CDATA[When somebody uses the tagline PressWork is not only a framework&#8230; we&#8217;re setting the standards for premium themes too! on the paid WordPress themes section of their website, eyeballs are caught and we here at BloggingPro like to have a closer look at things. PressWork is a new and free, WordPress theme framework, developed by [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.bloggingpro.com/archives/2011/07/15/presswork-a-free-html5-drag-drop-framework-for-wordpress/presswork-front-end-editor-small/" rel="attachment wp-att-22869"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/presswork-front-end-editor-small-280x238.png" alt="presswork-front-end-editor-small" title="presswork-front-end-editor-small" width="280" height="238" class="alignleft size-medium wp-image-22869" /></a>When somebody uses the tagline <em>PressWork is not only a framework&#8230; we&#8217;re setting the standards for premium themes too!</em> on the paid WordPress themes section of their website, eyeballs are caught and we here at BloggingPro like to have a closer look at things.</p>
<p>PressWork is a new and free, WordPress theme framework, developed by c.bavota and Brendan Sera-Shriar A.K.A. digibomb.</p>
<h3>PressWork, A Drag &amp; Drop HTML5 Framework for WordPress</h3>
<p><A href="http://presswork.me/" title="PressWork for WordPress">PressWork</a> in its most basic form is an ultra-clean and well organized theme but the magic truly is in its features. <span id="more-22863"></span></p>
<p><a href="http://www.bloggingpro.com/archives/2011/07/15/presswork-a-free-html5-drag-drop-framework-for-wordpress/presswork-wordpress-html5-framework/" rel="attachment wp-att-22864"><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/presswork-wordpress-html5-framework-585x438.png" alt="PressWork WordPress HTML5 Framework" title="PressWork WordPress HTML5 Framework" width="585" height="438" class="aligncenter size-large wp-image-22864" /></a></p>
<p>PressWork is the latest in an ever expanding group of <A href="http://www.bloggingpro.com/archives/2010/06/02/the-good-and-the-bad-about-working-with-theme-frameworks/" title="Should I choose a WordPress Theme Framework">theme frameworks for WordPress</a> but comes with many unique and handy features.</p>
<ul>
<li>Front-end Editor</li>
<li>Drag &#038; Drop</li>
<li>HTML5 and CSS3</li>
<li>Google Fonts</li>
</ul>
<h3>Using PressWork: 15&#8242; Minutes Only with PressWork</h3>
<p>To have a closer look at PressWork I took my rarely updated <a rel="me" href="http://frankylicio.us">Frankylicious</a> and switched to PressWork, modifying the site with the PressWork features.</p>
<p>Frankylicious is an image heavy site, with only few words, built on TDHedengren&#8217;s light-weight Notes Blog Core theme which I customized rather heavily. Below a screenshot of a typical on Frankylicious entry to compare what we could do in only 15&#8242; with PressWorks.</p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/frankylicious-theme-585x420.png" alt="Frankylicious standard design" title="Frankylicious standard design" width="585" height="420" class="aligncenter size-large wp-image-22874" /></p>
<p>Using <A href="http://wordpress.org/extend/plugins/theme-tester/">Donncha&#8217;s Theme tester plugin</a> I decided to play round with PressWorks and limit my &#8216;play time&#8217; to only 15 minutes. After that time, thanks to the front-end editor I should have a new look, ready to set a new standard.</p>
<h4>Installing PressWork</h4>
<p>Installing PressWork was as simple as uploading the zip file from within the WordPress Themes dashboard and activate it.</p>
<p>But not quite.</p>
<p><a href="http://www.bloggingpro.com/archives/2011/07/15/presswork-a-free-html5-drag-drop-framework-for-wordpress/presswork-double-activation/" rel="attachment wp-att-22875"><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/presswork-double-activation-585x264.png" alt="PressWork Double Activition Procedure" title="PressWork Double Activition Procedure" width="585" height="264" class="aligncenter size-large wp-image-22875" /></a></p>
<p>The team behind PressWork has made the rather annoying decision to integrate a double activation procedure, in order to activate the front-end editor which is not automatically activated upon install of the theme.</p>
<p>As can be expected the theme itself is activated already and PressWork has added a link to the theme admin in the Admin Bar. More annoyingly, the theme also highjacked both favicon and the site&#8217;s header.</p>
<p><a href="http://www.bloggingpro.com/archives/2011/07/15/presswork-a-free-html5-drag-drop-framework-for-wordpress/frankylicious-header-hijacked/" rel="attachment wp-att-22878"><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/frankylicious-header-hijacked-585x122.png" alt="Hijacked header" title="Hijacked header" width="585" height="122" class="aligncenter size-large wp-image-22878" /></a></p>
<p>Upon activating the front-end toolbox, we are greeted with an infotorial overlay, briefly explaining the toolbox and the new link in the Admin bar, as well as being redirected to the home page, with PressWorks now active.</p>
<p><a href="http://www.bloggingpro.com/archives/2011/07/15/presswork-a-free-html5-drag-drop-framework-for-wordpress/presswork-infotorial/" rel="attachment wp-att-22879"><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/presswork-infotorial-585x444.png" alt="PressWork Infotorial" title="PressWork Infotorial" width="585" height="444" class="aligncenter size-large wp-image-22879" /></a></p>
<p>One of the great elements about PressWorks in its basic state is that the theme does guide the user through setting up the theme and info messages are omni-present. Especially for all widget and menu areas.<br />
The theme itself is rather reminiscent of the look we know from many a <A href="http://www.bloggingpro.com/archives/tag/genesis/">GenesisWP</a> or Thesis design.</p>
<p><A href="http://www.bloggingpro.com/archives/tag/presswork/">PressWork</a> also comes with out-of-the-box activated index/archive page navigation<sup><a href="http://www.bloggingpro.com/archives/2011/07/15/presswork-a-free-html5-drag-drop-framework-for-wordpress/#footnote_0_22863" id="identifier_0_22863" class="footnote-link footnote-identifier-link" title="But I&rsquo;m not entirely convinced by the look of the PageNav &ndash; and could not change it in the Toolbox either">1</a></sup></p>
<p><a href="http://www.bloggingpro.com/archives/2011/07/15/presswork-a-free-html5-drag-drop-framework-for-wordpress/presswork-page-nav-out-of-the-box/" rel="attachment wp-att-22882"><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/presswork-page-nav-out-of-the-box-585x142.png" alt="PressWork out of the box pagenav" title="PressWork out of the box pagenav" width="585" height="142" class="aligncenter size-large wp-image-22882" /></a></p>
<h3>Starting to Work with PressWork Front-End Editor</h3>
<p>The most compelling feature for the user not wanting to hack their way round a theme/design or create child themes is the front-end editor in PressWork. Let&#8217;s see if we can try to recreate the Frankylicious design.</p>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/presswork-front-end-editor-280x146.png" alt="Front-end editor options" title="Front-end editor options" width="280" height="146" class="alignleft size-medium wp-image-22886" /></p>
<p>Once all options of the Front-end editor activated, PressWork displays inline information for every page. People who are used to look at code will quickly feel at home and recognize the setup. I had wished that more colours and indents were used though, similar to several browser extensions for developers or source code viewing. Right now it is often difficult to notice what starts where and ends where as can be seen in the following screenshot.</p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/presswork-front-end-editor-options-585x425.png" alt="PressWork Front-end Editor Options Activated" title="PressWork Front-end Editor Options Activated" width="585" height="425" class="aligncenter size-large wp-image-22885" /></p>
<p>While working with WorkPress was easy and allowed several options, soon I was to be put off by the limited feature set of the WorkPress front-end editor and realized to that to customize I would have to dig into code.<br />
It needs to be said that all options presented in the toolbox do exactly that and are very easy to use but the customization level is rather limited.</p>
<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/presswork-header-options-280x142.png" alt="Header Options" title="Header Options" width="280" height="142" class="alignright size-medium wp-image-22887" /></p>
<p>The first thing I wanted to do was to get a similar feel of header for Frankylicious, and unless I were to resort to uploading a header image<sup><a href="http://www.bloggingpro.com/archives/2011/07/15/presswork-a-free-html5-drag-drop-framework-for-wordpress/#footnote_1_22863" id="identifier_1_22863" class="footnote-link footnote-identifier-link" title="Which needs to be done in the WP Dashboard under theme options -&gt; Header">2</a></sup>, there was no way to move blog description next to the blog title.<br />
I was also disappointed at the limited font options. The integration of Google Fonts is a nice and great feature but I think that people might want to customize their typography more at times and also have more options to change colour of links in certain areas.</p>
<h3>Conclusion</h3>
<p>First of all I must say that I did not manage to copy the Frankylicious design with the WorkPress drag &#038; drop editor but there is lots of positive to be found PressWork.</p>
<p>The WorkPress front-end editor and drag &#038; drop features excel in simplicity and make creation standard website designs for WordPress easier than ever. Make creating HTML5 design easier than ever before.<br />
There&#8217;s no doubt about: PressWork will soon become popular, especially among owners of multiple sites who like to maintain designs very similar or just want HTML5 code for their site.</p>
<p>It would have been nice to see more options in the front-end editor, especially for the homepage and single sections of a site but generally WorkPress is a great and easy to customize framework. </p>
<p>Users wanting to customize their design more and also change location of for example post meta, or further customize the typography, might quickly become frustrated due to the simplicity of WorkPress&#8217; front-end editor which at the same is where its main beauty is. Opting for a theme framework comes with advanced options but one can expect to have to start digging code.<br />
If the team behind WorkPress wants to offer advanced customization options, it would be nice to integrate a Theme customization page in the WP Theme options, allowing to make more CSS and design changes. That way the beautiful and simple Toolbox retains its touch and users have more options without having to start digging code.</p>
<h3>Get PressWork</h3>
<p>You can get PressWork for free at the <A href="http://presswork.me/" title="PressWork for WordPress">PressWork</a> site. The theme is also busy preparing several paid themes for WorkPress, which will be sold at $59,95 for all themes.</p>
<ol class="footnotes"><li id="footnote_0_22863" class="footnote">But I&#8217;m not entirely convinced by the look of the PageNav &#8211; and could not change it in the Toolbox either</li><li id="footnote_1_22863" class="footnote">Which needs to be done in the WP Dashboard under theme options -> Header</li></ol>]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2011/07/15/presswork-a-free-html5-drag-drop-framework-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Free WordPress Google+ Themes</title>
		<link>http://www.bloggingpro.com/archives/2011/07/12/free-wordpress-google-plusthemes/</link>
		<comments>http://www.bloggingpro.com/archives/2011/07/12/free-wordpress-google-plusthemes/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 03:19:02 +0000</pubDate>
		<dc:creator>Franky Branckaute</dc:creator>
				<category><![CDATA[Linking]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Hacktrix]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Tricksdaddy]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress Design]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=22842</guid>
		<description><![CDATA[Google+ has been very popular and the people who have signed up for the still closed Beta service, tend to like it. It is too early to say whether Google+ will stick and disrupt the social scene or even SERPs, but active designers have already released Google+ themes for WordPress. Two free Google+ themes for [...]]]></description>
				<content:encoded><![CDATA[<p>Google+ has been very popular and the people who have signed up for the still closed Beta service, tend to like it. It is too early to say whether <A href="http://www.blogherald.com/tag/google/" title="Google+ news">Google+</a> will stick and disrupt the social scene or even SERPs, but active designers have already released Google+ themes for WordPress.</p>
<p>Two free Google+ themes for WordPress have been released already.</p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/wordpress-google-plus-theme-by-hacktrix-585x401.png" alt="WordPress Google+ Theme by Hacktrix" title="WordPress Google+ Theme by Hacktrix" width="585" height="401" class="aligncenter size-large wp-image-22844" /></p>
<p>WordPress +1 Theme by <A href="http://www.hacktrix.com/plusone-wordpress-theme">Hacktrix</a>.</p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/wordpress-google-plus-theme-by-tricksdaddy.jpg" alt="WordPress Google+ Theme by Tricksdaddy" title="WordPress Google+ Theme by  Tricksdaddy" width="550" height="635" class="aligncenter size-full wp-image-22845" /></p>
<p>WordPress Google+ Theme by <A href="http://www.tricksdaddy.com/2011/07/wp-plus-google-wordpress-theme.html">Tricksdaddy</a>.</p>
<p>Both themes are very clean and reminiscent of the Google+ look.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2011/07/12/free-wordpress-google-plusthemes/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>15 Awesome WordPress Home Pages</title>
		<link>http://www.bloggingpro.com/archives/2011/07/06/15-awesome-wordpress-home-pages/</link>
		<comments>http://www.bloggingpro.com/archives/2011/07/06/15-awesome-wordpress-home-pages/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 10:20:43 +0000</pubDate>
		<dc:creator>Franky Branckaute</dc:creator>
				<category><![CDATA[Blog Design]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Home page]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress Design]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=22764</guid>
		<description><![CDATA[WordPress, which was just released in version 3.2, has always been at the forefront of creative design and we continue to see many great WordPress designs. Too often WordPress designs are immediately recognizable because of the linear, blog home page. For this entry we looked for greatly designed home pages of sites using WordPress. OctavoDesign [...]]]></description>
				<content:encoded><![CDATA[<p>WordPress, which was just released in version 3.2, has always been at the forefront of creative design and we continue to see many great WordPress designs. Too often WordPress designs are immediately recognizable because of the linear, blog home page. For this entry we looked for greatly designed home pages of sites using WordPress.</p>
<h2>OctavoDesign</h2>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-large wp-image-22768" title="ArtDog" src="http://www.bloggingpro.com/wp-content/uploads/2011/07/awesome-wordpress-home-pages-2-585x368.png" alt="Artdog" width="585" height="369" /></p>
<p>The very bright and colorful homepage of <a href="http://www.8vodesigns.com/">octavo designs</a> is all about scrolling. Not only does the main image scroll down when hovering over it, the whole home page does scroll horizontally.<br />
If you don&#8217;t believe this site is made with WordPress, check the source code. <span id="more-22764"></span></p>
<h2>ArtDog</h2>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-large wp-image-22768" title="ArtDog" src="http://www.bloggingpro.com/wp-content/uploads/2011/07/awesome-wordpress-home-pages-3-585x369.png" alt="Artdog" width="585" height="369" /></p>
<p>The website of <a href="http://www.artdoglondon.co.uk/">ArtDog Gallery</a> clearly showcases work from artist exhibited on the home page and dynamically resizes with the window. A JQuery plugin is used for the image grid.</p>
<h2>Justine Ungaro</h2>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-large wp-image-22769" title="Justine Ungaro" src="http://www.bloggingpro.com/wp-content/uploads/2011/07/awesome-wordpress-home-pages-4-585x446.png" alt="Justine Ungaro" width="585" height="446" /></p>
<p>The home page of photographer <A href="http://justineungaro.com/">Justine Ungaro</a>&#8216;s home page has only one aim and that is to make the visitor marvel at Justine&#8217;s awesome photography. Header and footer are kept simple and don&#8217;t get in the way of the pictures.</p>
<p>The site navigation is integrated stylishly and expands upon click on the arrow at the top right of the pictures. <!--more--></p>
<h2>About The iPad</h2>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/awesome-wordpress-home-pages-7-585x382.png" alt="About the iPad" title="About The iPad" width="585" height="382" class="alignleft size-large wp-image-22772" /></p>
<p><A href="http://www.abouttheipad.com/">About the iPad</a> benefits a design optimized for mobile devices and the number of columns dynamically <A href="http://www.bloggingpro.com/wp-content/uploads/2011/07/awesome-wordpress-home-pages-10.png">switches depending on the screen width</a> of your browser or mobile device.<br />
Except for a minor issue with the footer, the site also displays <a href="http://www.bloggingpro.com/wp-content/uploads/2011/07/about-the-ipad.jpg">very well on the mobile Webkit</a> browser in Android.</p>
<h2>IDi Journal</h2>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/awesome-wordpress-home-pages-13-585x397.png" alt="IDi" title="IDi" width="585" height="397" class="alignleft size-large wp-image-22777" /></p>
<p>The home page of the <A href="http://jornadesidi.cat/">Catalan Idi</a> uses a great and colorful homepage to indicate the next events in the Catalan community.</p>
<h2>Pollier</h2>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/awesome-wordpress-home-pages-18-585x484.png" alt="Pollier Constructions" title="Pollier Constructuions" width="585" height="484" class="alignleft size-large wp-image-22782" /></p>
<p>French construction company <a href="http://www.pollier-construction.com/">Pollier</a> who specialize in constructing with wood, manage to give the website visitor immediately a warm feeling, exudes touches of wood, on their home page.</p>
<h2>Ten18 Photography</h2>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/awesome-wordpress-home-pages-21-585x405.png" alt="Ten18 Photography" title="Ten18 Photography" width="585" height="405" class="alignleft size-large wp-image-22789" /></p>
<p>American photographers <a href="http://www.ten18photography.com/">Ten18</a>, who met via eHarmony, make sure that the user immediately knows what they do and how to follow them. The home page gives a brief glimpse into their portfolio, with an nicely expanding animation, and list their Facebook and Twitter profiles very prominently.</p>
<h2>Imagineria Creativa</h2>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/awesome-wordpress-home-pages-6-585x424.png" alt="Imagineria Creative" title="Imagineria Creative" width="585" height="424" class="alignleft size-large wp-image-22771" /></p>
<p>Texan Design studio <a href="http://imaginariacreative.com/">Imagineria Creative</a> has an creative, original way to greet the visitors of their website. At first the background text &#8216;Hello&#8217; might not be clear but it is a great way to great everyone, all while staying focused on what they do: design creatively.</p>
<h2>Card Observer</h2>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/awesome-wordpress-home-pages-22-585x484.png" alt="Card Observer" title="Card Observer" width="585" height="484" class="alignleft size-large wp-image-22792" /></p>
<p>Business Cards gallery <A href="http://cardobserver.com">Card Observer</a> displays the most recent entries on their home page, all while smartly including two rows of ads. While we are no big fan of the disturbingly animated ad thumbs, we like the integrating of the Moo.com ad.</p>
<h2>Transformology</h2>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/awesome-wordpress-home-pages-17-585x368.png" alt="Transformology" title="Transformology" width="585" height="368" class="alignleft size-large wp-image-22781" /></p>
<p>Besides smooth colors Ken Mann&#8217;s <A href="http://www.transformology.com/">Transformology</a> has a great flow and the flow of the home page is at the same time an awesome navigation through the site. The home page is rather long but consists of elemental blocks to the site and deserves to be totally analyzed.</p>
<h2>Eggleston | Farkas Architects</h2>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/awesome-wordpress-home-pages-11-585x468.png" alt="Eggleston | Farkas Architects" title="Eggleston | Farkas Architects" width="585" height="468" class="alignleft size-large wp-image-22775" /></p>
<p>The <A href="http://eggfarkarch.com/">Eggleston|Farkas Architects</a> home page is an exercise in simplicity and grid design as well as showcasing awesome work while still offering a great navigation to the user.</p>
<h2>Lombard Chambers</h2>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/awesome-wordpress-home-pages-5-585x463.png" alt="Lombard Chambers" title="Lombard Chambers" width="585" height="463" class="alignleft size-large wp-image-22770" /></p>
<p>UK based barristers&#8217; chambers <a href="http://lombardchambers.com/">Lombard Chambers</a> welcome the website visitor with a simple home page, including every section of their work on the home page. The home page is kept short and excerpts of the latest news entries can be seen upon click.</p>
<h2>The Best Colleges</h2>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/awesome-wordpress-home-pages-23-585x398.png" alt="The Best Colleges" title="The Best Colleges" width="585" height="398" class="alignleft size-large wp-image-22795" /></p>
<p><a href="http://www.thebestcolleges.org/" title="The Best Colleges">The Best Colleges</a> has a rather simple home page setup, reminiscent of the regular blog setup of used by most WordPress sites but we like the welcoming animation on the web site&#8217;s home page.<br />
The Best Colleges also has a extensive <a href="http://www.thebestcolleges.org/rankings/">best college rankings</a>.</p>
<h2>King Scooty</h2>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/awesome-wordpress-home-pages-15-585x407.png" alt="KingScooty" title="KingScooty" width="585" height="407" class="alignleft size-large wp-image-22779" /></p>
<p>Another WordPress design with animation on the home page is <A href="http://www.kingscooty.com/">KingScooty</a> the home of graphic designer Scotty Vernon.</p>
<h2>Komodo Media</h2>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/awesome-wordpress-home-pages-9-585x337.png" alt="Komodo Media" title="Komodo Media" width="585" height="337" class="alignleft size-large wp-image-22773" /></p>
<p><a href="http://www.komodomedia.com/">Komodo Media</a>&#8216;s contrast rich design is a classic we couldn&#8217;t leave out. Check out the awesome foliage density slider and how the last.fm album thumbnails are integrated to the design.</p>
<h2>Bonus Sites</h2>
<p>The following sites are part of our network, but we are proud of the work done by our <a href="http://businesslogs.com" title="WordPress Web Design">BusinessLogs</a> lead designer, Sophia Lucero.</p>
<h3>Infographiclabs</h3>
<p><a href="http://infographiclabs.com" title="Custom info graphics design"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/screenshot-2011-07-06-at-7.19.50-PM-585x406.png" alt="Infographiclabs, Custom info graphics design"" title="Infographiclabs" width="585" height="406" class="alignleft size-large wp-image-22811" /></a></p>
<h3>BusinessLogs</h3>
<p><a href="http://www.businesslogs.com"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/07/screenshot-2011-07-07-at-10.22.39-AM-585x422.png" alt="BusinessLogs, WordPress Web Design" title="BusinessLogs, WordPress Web Design" width="585" height="422" class="alignleft size-large wp-image-22815" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2011/07/06/15-awesome-wordpress-home-pages/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Blogging Pitfalls: Why You Should Update Your Themes (and Use Child Themes)</title>
		<link>http://www.bloggingpro.com/archives/2011/06/08/blogging-pitfalls-why-you-should-update-your-themes-and-use-child-themes/</link>
		<comments>http://www.bloggingpro.com/archives/2011/06/08/blogging-pitfalls-why-you-should-update-your-themes-and-use-child-themes/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 16:39:45 +0000</pubDate>
		<dc:creator>Jonathan Bailey</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[theme security]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress security]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=22591</guid>
		<description><![CDATA[Most bloggers and webmasters who use WordPress understand that you need to keep their core files up to date and also update any plugins that they may have. Fortunately, WordPress makes the process of doing so very easy and painless, usually just a click away, and most users seem to do it without thinking about [...]]]></description>
				<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/06/twenty-eleven-sample-280x215.jpg" alt="Twenty Eleven Image" title="Twenty Eleven Image" width="280" height="215" class="alignleft size-medium wp-image-22600" />Most bloggers and webmasters who use WordPress understand that you need to keep their core files up to date and also update any plugins that they may have. Fortunately, WordPress makes the process of doing so very easy and painless, usually just a click away, and most users seem to do it without thinking about it.</p>
<p>Unfortunately, most users don&#8217;t feel nearly as strongly about their themes. Among many WordPress users, there&#8217;s a mentality to equate &#8220;theme&#8221; with &#8220;design&#8221; and it is unfortunate because modern WordPress themes are much more than HTML and CSS. PHP, JavaScript and tighter integration with WordPress means that themes are capable of much more than laying out a page.</p>
<p>To drive this point home, prominent WordPress core developer Mark Jaquith <a href="http://wordpress.tv/2011/01/29/mark-jaquith-theme-plugin-security/">said in a recent talk at WordCamp Phoenix 2011</a> that &#8220;The themes of today are pretty much like plugins in terms of what they can do.&#8221;</p>
<p>In short, the functionality of themes and plugins overlap greatly as even &#8220;basic&#8221; themes include additional elements that manipulate WordPress by adding new options and settings.</p>
<p>However, while all of this new functionality is a great thing for bloggers, especially those who want to easily design a great site, it&#8217;s bad news for security. WordPress themes are a potential security risk, just as with any plugin, and they require maintenance and testing to make sure they are still safe. </p>
<p>Unfortunately, few people give their themes such weighty consideration, possibly leading to major problems down the road.</p>
<p><span id="more-22591"></span></p>
<h3>The Pitfall</h3>
<p>The pitfall to this issue is actually fairly straightforward. Since WordPress themes can run code in a way very similar to plugins, they can also create security issues very similar to plugins. This includes both issues for the WordPress installation and, potentially, issues for visitors of the site.</p>
<p>However, many bloggers still think of their themes as nothing but a collection of static HTML and CSS, even though themes often times add settings, manipulate the database and take other actions that clearly show their power.</p>
<p>To make matters worse, unlike with plugins, most bloggers do at least a modest amount of customization to their themes. This greatly complicates the process of updating them as any update would, without precautions, overwrite the changes and require the editing process to start all over again.</p>
<p>In short, even though themes often contain the exact same security issues as plugins, they are often much more difficult to update and many bloggers aren&#8217;t aware that they even should.</p>
<p>Because of this, notifications in WordPress that you should update a theme often go unheeded, even when there are serious security issues. This leaves many bloggers vulnerable to attack and can cause one&#8217;s blog to be compromised.</p>
<p>This, in turn, can have very dire consequences, especially if an outside attacker finds away to exploit the vulnerability and run unauthorized code. This can let them manipulate the site and make alterations to it at will, including use it for phishing attacks, to distribute malware or just generally cause havoc.</p>
<p>It&#8217;s a pitfall no blogger should risk falling into.</p>
<h3>How to Avoid it</h3>
<p>The first key to avoiding this pitfall is being aware of it. Understanding just how much scripting and how much potential danger is in and treating it with the appropriate amount of weight is critical to not leaving yourself open.</p>
<p>The second key, obviously, is better coding practices from theme developers. Theme developers should, generally, follow the same coding practices as plugin developers, a point Jaquith was making in his talk, and should use the same APIs for security reasons.</p>
<p>However, neither of these issues prevent themes from having security holes and neither address the ugly mess that can be updating themes. As discussed above, user customizations can make updating a theme a nightmare, forcing one to go back through and re-implement the changes they made.</p>
<p>The solution to this problem is <a href="http://codex.wordpress.org/Child_Themes">child themes</a>. Child themes are themes that get all of their functionality from their parent theme but keep the user customizations within their files. This means that all of the coding and potential security issues are in the parent theme while the user changes are in the child, making it possible to update the parent theme, fixing any security issues, without losing any of the changes.</p>
<p>The idea is remarkably simple and has been used widely by various WordPress theme frameworks, <a href="http://dev.studiopress.com/introduction-child-themes">such as Genesis</a>, to make it easier to change the look and feel of a site while keeping the main framekwork easy to update. This is why Automattic and the core developers of WordPress recommend this approach.</p>
<p>Unfortunately though, few themes make active use of child themes nor do they encourage their users to do so.  However, it is very trivial to <a href="http://op111.net/53/">create a child theme</a> for your site and should not add much to your development time if done correctly.</p>
<p>In short, if you are setting up a new site with a new theme, it is crucial to both be aware of the danger that insecure themes can create and take the steps to make sure that your theme is easily updated, namely using a child theme. If you do that, your site will be a great deal more security and likely have fewer issues with security.</p>
<h3>Bottom Line</h3>
<p>Of course, all of this is just a small part of the theme security picture. For example, the biggest theme security risk currently is not the installation of an unintentionally insecure theme, <a href="http://gigaom.com/2007/11/26/wordpress-themes-security-problems/">but using a theme with malicious code built into it deliberately</a>.</p>
<p>This is why you should only use themes either from the <a href="http://wordpress.org/extend/themes/">WordPress Theme Gallery</a> or directly from trusted third-party providers, not from intermediary download sites. Not only does this ensure that the code is clean, but it also ensures you can easily update the theme later.</p>
<p>Similarly, you may want to use a plugin like <a href="http://wordpress.org/extend/plugins/tac/">Theme Authenticity Checker (TAC)</a>, which scan theme files and look for malicious code. Though these plugins are far from perfect, they may help you vet new themes you put on your site and let you know if your theme has been altered without your knowledge.</p>
<p>In the end though, it&#8217;s past time for WordPress users to get serious about theme security, at least as serious about it as they are plugin security. The difference between the two is so minimal now, that ignoring the security of themes is foolish and very likely to land your site in serious trouble down the road. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2011/06/08/blogging-pitfalls-why-you-should-update-your-themes-and-use-child-themes/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Blogging Pitfalls: Why You Can&#8217;t Ignore Blog Design</title>
		<link>http://www.bloggingpro.com/archives/2011/04/13/blogging-pitfalls-why-you-cant-ignore-blog-design/</link>
		<comments>http://www.bloggingpro.com/archives/2011/04/13/blogging-pitfalls-why-you-cant-ignore-blog-design/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 20:46:35 +0000</pubDate>
		<dc:creator>Jonathan Bailey</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=22001</guid>
		<description><![CDATA[There&#8217;s a saying on the Web that tells us good content can survive an ugly site. This means that, if you put up great content or otherwise provide a valuable service to your visitors, they will continue to come by even if your site is a bit of an eyesore. To that end, the Internet [...]]]></description>
				<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/04/shoes-image-280x216.jpg" alt="" title="shoes-image" width="280" height="216" class="alignleft size-medium wp-image-22081" />There&#8217;s a saying on the Web that tells us good content can survive an ugly site. This means that, if you put up great content or otherwise provide a valuable service to your visitors, they will continue to come by even if your site is a bit of an eyesore.</p>
<p>To that end, the Internet is filled with examples of sites that do just that. <a href="http://craigslist.org">Craigslist</a> has thrived despite its minimalist layout, as has <a href="http://drudgereport.com/">Drudge Report</a>. It seems to many that site design is of no importance at all. </p>
<p>The problem though, is that it is not nearly that simple.</p>
<p>While content is certainly more important than your site&#8217;s design, your look, feel and presentation are all key parts of your site&#8217;s image and that, like it or not, is very important to your site&#8217;s potential success.</p>
<p>Simply put, though great content can survive a bad site, there&#8217;s no reason it should have to. Fortunately, this is a pitfall that can be easily avoided and, when done so, can even help your site grow faster than ever.</p>
<p><span id="more-22001"></span></p>
<h3>The Pitfall</h3>
<p>It&#8217;s a simple truth that visitors make judgments about a site the moment they visit it. Within seconds of a page loading, they&#8217;ve made judgments about the site including general perceptions about how much they &#8220;like&#8221; the site and how it makes them feel.</p>
<p>This happens before they read as much as the first word on your homepage.</p>
<p>While these feelings can be reversed, the truth is that most visitors won&#8217;t stick around long enough to have their opinions changed by you. Simply put, changing minds takes time and most visitors are only going to be around for a few moments. You can&#8217;t even rely on familiarity to help you out as <a href="http://changingminds.org/explanations/theories/mere_exposure.htm">it can take dozens of exposures for that to work</a>. </p>
<p>If you have a bad site design, people are going to read your content through the filter of the impression it left on them. For example, it seems unprofessional to your readers, they are going to treat your content as being amateurish. Thus, even if your content is of high quality, it may come across as flawed and weak, just because of what surrounds it.</p>
<p>Of course, there&#8217;s a lot more to having a good site image than merely not having an ugly template. If your template looks like hundreds of other sites out there, that will make you seem amateurish and may even cause some of your readers to confuse your site with others that share the theme.</p>
<p>Likewise, you can have an attractive site but, if it goes against the message you&#8217;re trying to send, it can still frame your content in the wrong light and hinder it from getting its message across.</p>
<p>As such, it&#8217;s important not just to have a &#8220;nice&#8221; or &#8220;attractive&#8221; look for your site, but to have the right one for what you are trying to do specifically.</p>
<p>This, however, can be tricky to pull off, especially if you don&#8217;t know exactly what it is you&#8217;re trying to do with your site.</p>
<h3>How to Avoid it</h3>
<p>The best designs, generally, are the ones that you notice the least. The goal of a good design is not to be pretty or &#8220;wow&#8221; the visitor, but rather, to direct the visitor to the content, put them in the right frame of mind to read it and help them do so easily.</p>
<p>Creating a site design that does all of those things, however, can be quite a challenge. The reason is that, in addition to the other design considerations that can interfere with you building your ideal site, finding the right look for your site requires a great deal of inflection and honesty about what you want your site to be and what it is.</p>
<p>To get started though, here are a few questions to ask yourself when you are looking for a new template:</p>
<ol>
<li>What kind of content am I writing? Is it journalistic? Comical? etc. </li>
<li>What elements are on other, similar sites that users might expect to see on mine?</li>
<li>What are some sites in my niche or style, that I like and might want to emulate some?</li>
<li>What are some things that are unique to my site and will identify my site to others?</li>
<li>What do I want my readers to take away from my work and how can my design help that?</li>
</ol>
<p>Once you can answer those questions, you&#8217;ll likely have a good vision for what you want your site to be like and can start looking for themes and designs that fit with that vision.</p>
<p>However, it&#8217;s important to not just pick a theme and run with it. With so many sites out there, any attractive theme that you find, especially for free, will likely be used on dozens, if not hundreds, of other sites. Many of those sites will be more popular than yours and others who visit your site will likely recognize the look from elsewhere.</p>
<p>It&#8217;s important to use a good theme as just a starting poing and take the time to make it your own. This is where <a href="http://www.bloggingpro.com/archives/2010/12/08/blogging-pitfalls-why-you-need-to-know-html-css/">knowing HTML and CSS can be a huge help</a> as you can make a few simple changes to your theme and come away with a radically different look.</p>
<p>The other option, of course, is to choose a theme framework that makes it easy to either edit the look of your site from the backend or just use child themes that can give you a completely different look.</p>
<p>But no matter what method you use, the goal is to get a look and feel for your site that fits your content and the message you&#8217;re trying to convey. Otherwise, you&#8217;ll find yourself in a situation where your content has to fist apologize for your theme and make up for it rather than build upon the positive feelings it has helped procure.</p>
<h3>Bottom Line</h3>
<p>Your site&#8217;s design doesn&#8217;t have to be perfect, expensive or award-winning to get the job done. It just has to be effective at giving your content a platform to speak for itself without dragging it down.</p>
<p>While it is true that good content can survive a bad design, a bad layout gives your visitor a negative impression of your site before they read word one and forces your content to claw your reader out of that. </p>
<p>Just imagine how much positive your reader&#8217;s experience would have been if they had started from a good place and began with a positive image of your site.</p>
<p>To really soar, your blog content needs to cut all of the dead weight attached to it and, sometimes, that means changing the theme as well. A positive user experience is just too important for your content if you want it to be given a fair shake.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2011/04/13/blogging-pitfalls-why-you-cant-ignore-blog-design/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Blogging Pitfalls: Template Fail</title>
		<link>http://www.bloggingpro.com/archives/2011/04/06/blogging-pitfalls-template-fail/</link>
		<comments>http://www.bloggingpro.com/archives/2011/04/06/blogging-pitfalls-template-fail/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 14:19:28 +0000</pubDate>
		<dc:creator>Jonathan Bailey</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[Blogging Pitfalls]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=20322</guid>
		<description><![CDATA[Here&#8217;s a scary thought for most bloggers. At some point, most likely, you&#8217;re going to screw up your site in a very bad way. Computers are finicky things and your site is no different. With one wrong move you are more than liable to blow your site up, making it either extremely ugly or entirely [...]]]></description>
				<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2011/04/error500-page-280x197.gif" alt="" title="error500-page" width="280" height="197" class="alignleft size-medium wp-image-22010" />Here&#8217;s a scary thought for most bloggers. At some point, most likely, you&#8217;re going to screw up your site in a very bad way.</p>
<p>Computers are finicky things and your site is no different. With one wrong move you are more than liable to blow your site up, making it either extremely ugly or entirely unusable to your visitors.</p>
<p>This can be a very frightening and embarrassing thing. Not only is it a failure that creates a tremendous panic when it happens, it&#8217;s a very public blunder that, quite literally, the entire world can see.</p>
<p>But while there&#8217;s no shame in making a mistake with your site and borking it for all to see, it&#8217;s a pitfall that is still well worth avoiding if you can. Fortunately, there are several steps that you can take to ensure that you don&#8217;t fall into this trap and that, if you do, you can get out of it easily.<span id="more-20322"></span></p>
<p><!--more--></p>
<h3>The Pitfall</h3>
<p>A classic site fail can often start in the most innocent of ways. Wanting to add a new widget to the sidebar, needing to fix a small CSS bug or wanting to install a new plugin or feature. </p>
<p>However, it&#8217;s easy to forget that code is a very delicate thing and even a small change can lead to big results. Unfortunately, a lot of the time we&#8217;re editing our sites there&#8217;s no &#8220;undo&#8221; feature and we can&#8217;t simply go back to what we had, forcing us to reach in and try to find and fix the problem.</p>
<p>That too, unfortunately, carries its own risks. A lot of times bloggers find that, when they try to fix the mess they&#8217;ve made they instead make a bigger one, creating new problems that have to be addressed.</p>
<p>This can create a pretty nasty spiral, one where every &#8220;fix&#8221; leads to a new issue that has to be addressed and creates a fire that grows out of control. It can sometimes get so bad that a blogger has to either revert back to the original theme, redoing all of the edits they made to it over time, or simply switch to a new one, completely ruining the branding and recognition that came with the previous theme.</p>
<p>It&#8217;s a difficult pitfall to deal with and it is one that will bite almost every blogger at some point, at least in some way. But what separates those who suffer a sleepless night from those who correct the problem immediately is how one prepares for it and the mindset they go into code editing with.</p>
<h3>How to Avoid it</h3>
<p>The simplest way to avoid this pitfall is to have a test site, perhaps at http://test.yourdomain.com, keeping it live with a duplicate of your database, your theme, your plugins, etc. This gives you a safe environment to try out your changes before porting them over to your live site.</p>
<p>The problem with setting up and maintaining a test site is that it simply isn&#8217;t practical for small changes. While a good idea and even critical for making larger changes to your site, maintaining two copies of your site just so you can test out every minor tweak doesn&#8217;t make a great deal of sense unless there is a lot of money or time at stake.</p>
<p>Instead, for smaller changes, it may be better to simply go ahead and work on your live site, but be smarter about how you make the changes.</p>
<p>The key is to make your edits mindful that they could possibly wipe your site off the map. Rather than approaching site edits like a painter trying to create a masterpiece, see yourself more like a bomb squad technician trying not to blow yourself up while defusing a warhead.</p>
<p>With that in mind, here are a few tips to keep you from doing just that:</p>
<ol>
<li><strong>Work on One Thing at a Time:</strong> Edit one thing on your site at a time and then test it thoroughly before moving onto the next. This way, if something does go wrong you know exactly what caused it.</li>
<li><strong>Copy Before You Edit:</strong> Before you edit your template files, be sure to copy the contents of the current file to a text editor. WordPres, Blogger, etc. do not have a template &#8220;undo&#8221; feature so, if your change screws up your site, you can easily retrieve the old code and revert back to it before trying again.</li>
<li><strong>Be Mindful of Plugins:</strong> Remember that plugins often times manipulate your theme and in ways you can&#8217;t see when editing your theme files. Exercise caution when installing new plugins and upgrading existing ones.</li>
<li><strong>Stick to the Script:</strong> If you&#8217;re adding code provided by a third party, unless you really know what you&#8217;re doing, don&#8217;t edit the code before pasting it. Whether it is a stat counter or a Facebook fan box, changing the code is a big risk. </li>
<li><strong>Learn HTML, PHP and CSS:</strong> Finally, it helps to know at least the basics of HTML, PHP and CSS. You don&#8217;t have to be able to code a whole site from scratch, but know enough to feel comfortable editing the code and be able to spot problems in formatting. That will go a long way to preventing simple mistakes.</li>
</ol>
<p>In the end, if you are mindful of the risk and take steps to mitigate it, you probably won&#8217;t have a serious problem. Even if the worst does happen and your site is a mess, t&#8217;s trivial to bring it back and undo the damage if you were taking precautions going in.</p>
<p>As such, there&#8217;s a lot of reasons why your template might break, but not a lot of reasons why it should stay broken for very long.</p>
<h3>Bottom Line</h3>
<p>For most bloggers, this is a pitfall that they step into only once. A single frustrating, sleepless night of code editing and panic is usually enough to teach the lesson.</p>
<p>However, it&#8217;s a lesson that no blogger should have to learn the hard way. As a pitfall, it&#8217;s easily avoided and mitigated though few bloggers, when starting out, see the danger for what it is.</p>
<p>The reason is that a blog template has less in common with a Word document and more in common with a computer program. It isn&#8217;t just a format for your text, though that is in there, it&#8217;s also a set of instructions your server has to perform. Get those instructions wrong and your site doesn&#8217;t work.</p>
<p>Once you have an appreciation for that, avoiding this pitfall becomes much easier to do. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2011/04/06/blogging-pitfalls-template-fail/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Premium WordPress Themes: What To Ask, And What To Avoid</title>
		<link>http://www.bloggingpro.com/archives/2011/02/01/premium-wordpress-themes-what-to-ask-and-what-to-avoid/</link>
		<comments>http://www.bloggingpro.com/archives/2011/02/01/premium-wordpress-themes-what-to-ask-and-what-to-avoid/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 22:04:42 +0000</pubDate>
		<dc:creator>Darnell Clayton</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[Premium]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=21400</guid>
		<description><![CDATA[When it comes to shopping for premium WordPress themes, there are often hundreds (if not thousands) of choices users can choose from ranging from the inexpensive to a few that might break the bank. Regardless of what your budget is, there are several things you should inquire about before purchasing the WordPress in order to [...]]]></description>
				<content:encoded><![CDATA[<p><a rel="attachment wp-att-15901" href="http://www.bloggingpro.com/archives/2010/03/02/3-reasons-why-wordpress-should-not-make-an-ipad-app/wordpress-logo/"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-15901" title="wordpress-logo" src="http://www.bloggingpro.com/wp-content/uploads/2010/03/wordpress-logo.jpg" alt="" width="149" height="145" /></a>When it comes to shopping for <a href="http://www.bloggingpro.com/archives/2010/11/16/why-wordpress-bloggers-need-to-choose-premium-themes-over-free/">premium WordPress themes</a>, there are often hundreds (if not thousands) of choices users can choose from ranging from the inexpensive to a few that might break the bank.</p>
<p>Regardless of what your budget is, there are several things you should inquire about before purchasing the WordPress in order to avoid getting burned (even by a reputable theme designer).<span id="more-21400"></span></p>
<h3>Multiple Browsers Please</h3>
<p><a rel="attachment wp-att-21401" href="http://www.bloggingpro.com/?attachment_id=21401"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-medium wp-image-21401" title="browsers" src="http://www.bloggingpro.com/wp-content/uploads/2011/02/browsers-280x178.jpg" alt="" width="280" height="178" /></a>Browsers are like Pizza, everyone (as in your readers) has a preference on not only which type (i.e. Google Chrome, Safari, Firefox, Opera, IE, etc.) but also versions as well.</p>
<p>The last thing you want to do is run through browser compatibility tests which can take hours (if not days), especially when one considers legacy systems such as IE7.</p>
<p>Instead of spending time trying to figure out why one widget works in Chrome and Safari but not Opera, you should instead verify that the theme works in various browsers (<strong>note:</strong> you can do this by testing out the designer&#8217;s demo theme via <a href="http://crossbrowsertesting.com/">Cross Browser Testing</a> or <a href="http://browsershots.org/">Browsershots</a>).</p>
<h3>Legally In Good Standing</h3>
<p><a rel="attachment wp-att-21402" href="http://www.bloggingpro.com/?attachment_id=21402"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-medium wp-image-21402" title="gplsign" src="http://www.bloggingpro.com/wp-content/uploads/2011/02/gplsign-280x210.jpg" alt="" width="280" height="210" /></a>While often overlooked, one thing you want to do is make sure that the WordPress theme you are purchasing adhere&#8217;s to <a href="http://wordpress.org/about/gpl/">the GPL license</a>, especially if you are building a business around your blog or website.</p>
<p>Premium WordPress themes should either be fully available underneath the GPL license, or adhere towards a split licence which means the PHP files are GPL but the CSS, images areÂ proprietaryÂ (i.e. you can not freely distribute the code to your friends).</p>
<p><strong>Note:</strong> Be sure that when you purchase a premium theme that you are buying it from someone who is legally able to sell it to you</p>
<p>Simply purchasing a theme from the &#8220;cheapest seller&#8221; could result in you buying a product that may not only be filled with mal-ware, but lack support as well.</p>
<h3>Support Thy Customer</h3>
<p><a rel="attachment wp-att-20672" href="http://www.bloggingpro.com/archives/2010/11/10/3-reasons-why-wordpress-bloggers-need-a-beta-site/rescue-icon-wordpress/"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-medium wp-image-20672" title="Rescue Icon: WordPress" src="http://www.bloggingpro.com/wp-content/uploads/2010/11/rescue_symbol_wordpress-240x180.jpg" alt="" width="240" height="180" /></a>Buying a premium WordPress theme without support would be just as foolish as buying a brand new smartphone, car, or computer without a warranty.</p>
<p>Regardless of how advanced your premium WordPress theme is, chances are you will probably want to make advanced modifications to your template or even need help troubleshooting issues that crop up (or even minor bugs that the theme designer missed).</p>
<p>You should always look for premium WordPress themes with a minimum of 90 days of free support after purchase, although from experience the best ones offer 1 full year of support after the sale.</p>
<h3>Third Party Payment Systems</h3>
<p><a rel="attachment wp-att-21403" href="http://www.bloggingpro.com/?attachment_id=21403"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-medium wp-image-21403" title="GoogleCheckout" src="http://www.bloggingpro.com/wp-content/uploads/2011/02/GoogleCheckout-280x210.jpg" alt="" width="280" height="210" /></a>Although this may seem trivial, it&#8217;s always wise to purchase premium WordPress themes via a third party payment system like Paypal or Google Checkout, regardless of how many &#8220;money back guarantee&#8221; policies the theme designer has.</p>
<p>This is done to protect your credit card just in case you experience buyers remorse after purchasing your WordPress theme, or (even worse) you accidantly purchase a premium WordPress theme from a scam artist.</p>
<p><strong>Note:</strong> Truth be told you should always use third party payment systems when purchasing anything online, unless it&#8217;s a large corporation with an excellent business record.</p>
<h3>Any Other Advice?</h3>
<p>For those of you who have purchased premium WordPress themes before, what advice would you give to someone seeking to buy their first WordPress theme?</p>
<p>Feel free to share your wisdom with the rest of us below!</p>
<p>Image Credits: <a href="http://www.digitaltrends.com/computing/best-web-browsers-2009-reviewed-ie8-firefox-chrome/">Digital Trends</a>, <a href="http://www.prelovac.com/vladimir/interesting-wordpress-gpl-implications">Vladimir&#8217;s Blog</a>,</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2011/02/01/premium-wordpress-themes-what-to-ask-and-what-to-avoid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging Pitfalls: Why You Need to Know HTML &amp; CSS</title>
		<link>http://www.bloggingpro.com/archives/2010/12/08/blogging-pitfalls-why-you-need-to-know-html-css/</link>
		<comments>http://www.bloggingpro.com/archives/2010/12/08/blogging-pitfalls-why-you-need-to-know-html-css/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 18:48:35 +0000</pubDate>
		<dc:creator>Jonathan Bailey</dc:creator>
				<category><![CDATA[Blog Design]]></category>
		<category><![CDATA[Blogging Resources]]></category>
		<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=20986</guid>
		<description><![CDATA[It wasn&#8217;t that long ago that starting up a website required a great deal of expertise, time and commitment. There was a reason that those who created sites in the early days of the Web were stereotyped as &#8220;dorks&#8221; and &#8220;nerds&#8221;, it was because you had to know HTML, the ins and outs of site [...]]]></description>
				<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://www.bloggingpro.com/wp-content/uploads/2010/12/WmW9kn-280x210.jpg" alt="Keyboard Image" title="Keyboard Image" width="280" height="210" class="alignleft size-medium wp-image-20989" />It wasn&#8217;t that long ago that starting up a website required a great deal of expertise, time and commitment. There was a reason that those who created sites in the early days of the Web were stereotyped as &#8220;dorks&#8221; and &#8220;nerds&#8221;, it was because you had to know HTML, the ins and outs of site construction and at least a decent amount about how the Web worked just to get a basic site off the ground.</p>
<p>However, for Web development, the march of technology has been toward simplicity and ease of use. Blogging and Web publishing in general are both more approachable than ever. Not only can one set up a Facebook account in minutes but they can do the same with a WordPress.com account or a Tumblr blog as well. </p>
<p>In short, anyone who wants to publish a blog can easily do so and almost no experience is required, just the ability to fill in a short form and write some new content.</p>
<p>But this doesn&#8217;t mean we&#8217;ve gotten away from HTML and CSS being a requirement for creating a successful site. Not knowing these languages can be very detrimental to your site and not only keeps great content from finding the audience it deserves, but can actually cripple your site in ways you can&#8217;t predict. </p>
<p>Simply put, if you don&#8217;t know HTML and CSS, at least to a minimal extent, you are holding your blog back and gambling with its future. </p>
<p><span id="more-20986"></span></p>
<h3>The Pitfall</h3>
<p>To be clear, advancements in blogging platforms have greatly reduced the importance of HTML and CSS knowledge in running a site. Not only is it possible to set up a site without looking at any code, but widgets, customizable themes and plugins now make it possible to do a lot of the more common coding tasks without cracking open the theme files.</p>
<p>But while this is great, there are also problems with it.</p>
<p>The first is that, when you can&#8217;t edit your theme by hand, you are limited to what is provided with it. You can only make the changes and additions that are built in. Even though some themes can be very flexible, it also means that your site will wind up looking like the other sites that use the same theme and there isn&#8217;t much that you can do about it.</p>
<p>Second, there are some things you simply can&#8217;t add via a plugin or widget, such as many external services, tools and other changes that require you to add the HTML code by hand. Though the process is trivial, if you&#8217;re intimidated by HTML it can be a trying experience.</p>
<p>Finally, and this is possibly the most important, is that things break. If your theme begins to have trouble, images start to break or a service you were using stops functioning properly, you need the ability to leap in and fix the theme. Otherwise, your site might appear to be broken or, even worse, generate nothing but an error.</p>
<p>Though these types of incidents are very rare, if it happens to you and you can&#8217;t fix it, you&#8217;re at the mercy of those who help you and that can greatly slow down the time it takes to get back online.</p>
<p>In short, if you don&#8217;t know HTML and CSS, at least some, you&#8217;re both limiting what you can do with your site and putting yourself at risk of not being able to respond effectively if something should go wrong.</p>
<p>These are risks you don&#8217;t have to take and shouldn&#8217;t if you can avoid it.</p>
<h3>How to Avoid It</h3>
<p>The simple answer on how to avoid this pitfall is &#8220;Learn HTML and CSS&#8221;. But the answer isn&#8217;t that easy.</p>
<p>There is no real reason to aim to become an expert on HTML and CSS, unless you plan on developing your own themes from scratch or do more heavy manipulation. It is more important that one understand the basics of both the languages, including possibly some JavaScript and PHP, than they be able to answer everything off the top of their head.</p>
<p>So, before one considers going back to school, here are a few quick ways to get just the HTML knowledge you need without spending a lot of time or money.</p>
<ol>
<li><strong>Online Tutorials:</strong> <a href="http://www.w3schools.com/html/default.asp">W3Schools has a great basic HTML tutorial</a> for the complete notice that familiarizes you with the basics of HTML structure and tags. Has a similar one for CSS. There are many other great tutorials out there but these are great for learning as you can work &#8220;live&#8221; and learn by experimentation.</li>
<li><strong>Get a Book:</strong> As powerful as online tutorials are, you might also want to spend a few bucks and get a decent HTML/CSS book. Not only is it a great reference, but many learn better from a book and it lets you look at your work and the guide without changing tabs.</li>
<li><strong>Set Up a Test Site:</strong> Finally, consider setting up a test site with a duplicate theme at a different URL (perhaps test.yourdomain.com) so that you can dabble with your HTML code without destroying your main site. This is a great way to get practical practice and understanding of your theme without any risk.</li>
</ol>
<p>All in all, to get the amount of knowledge you need to move forward with your site, you only need to spend a few hours of time. However, it is time well spent as it can help you take your blog to new heights and fix problems as they arise.</p>
<h3>Bottom Line</h3>
<p>In short, there&#8217;s nothing magical about learning HTML and CSS. If you know how to use a word processor or other office applications, there really isn&#8217;t significantly farther as much of the results are similar (bold, headings, tables, etc.), you&#8217;re just learning how to indicate it in a new way.</p>
<p>Considering the doors that HTML and CSS can open up for your site and the headache it can save later, it&#8217;s a worthwhile investment.</p>
<p>Even if you never actually use it in your theme, you&#8217;ll be able to not rely so much on the visual editor of your blog and that will let you ensure that posts are formatted exactly right and give you complete control over how your entries look.</p>
<p>In the long run, that may actually be the biggest benefit of all in getting a primer on HTML.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2010/12/08/blogging-pitfalls-why-you-need-to-know-html-css/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Why WordPress Bloggers Need To Choose Premium Themes Over Free</title>
		<link>http://www.bloggingpro.com/archives/2010/11/16/why-wordpress-bloggers-need-to-choose-premium-themes-over-free/</link>
		<comments>http://www.bloggingpro.com/archives/2010/11/16/why-wordpress-bloggers-need-to-choose-premium-themes-over-free/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 23:07:54 +0000</pubDate>
		<dc:creator>Darnell Clayton</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=20730</guid>
		<description><![CDATA[In an age where everyone is trying to save some cash, many WordPress bloggers will for go the expense of paying for a premium theme and instead opt for the cheapest price available (hint: free). While there are plenty of free themes available for WordPress users (thanks in part to generous designers), unless one is [...]]]></description>
				<content:encoded><![CDATA[<p><a rel="attachment wp-att-15901" href="http://www.bloggingpro.com/archives/2010/03/02/3-reasons-why-wordpress-should-not-make-an-ipad-app/wordpress-logo/"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-15901" title="wordpress-logo" src="http://www.bloggingpro.com/wp-content/uploads/2010/03/wordpress-logo.jpg" alt="" width="243" height="237" /></a>In an age where everyone is trying to save some cash, many <a href="http://www.bloggingpro.com/archives/tag/wordpress/">WordPress</a> bloggers will for go the expense of paying for a premium theme and instead opt for the cheapest price available (<strong>hint:</strong> free).</p>
<p>While there are plenty of free themes available for WordPress users (thanks in part to generous designers), unless one is running a personal blog WordPress fans should always choose a premium theme over a free one (provided you have the funds of course).</p>
<p>Since some users will balk at the idea of paying for a theme in an age where quality software is available for free, here are 3 reasons why you need to choose premium themes over free handouts.<span id="more-20730"></span></p>
<h3>You Get What You Pay For</h3>
<p><a rel="attachment wp-att-15720" href="http://www.bloggingpro.com/archives/2010/02/06/problogging-on-the-cheap-for-under-25-a-year/money/"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-15720" title="money" src="http://www.bloggingpro.com/wp-content/uploads/2010/02/money.gif" alt="" width="231" height="147" /></a>Although free themes are definitely cheaper than premium, more often than not the support service is as well.</p>
<p>Unless you are a master in the art of HTML, CSS <a href="http://www.bloggingpro.com/archives/2010/08/02/how-to-easily-edit-your-wordpress-theme-design-with-the-firebug-firefox-addon/">and web design</a>, if you ever need help fixing your theme after a WordPress update or to simply make itÂ compatibleÂ across various browsers, you are for the most part on your own.</p>
<p>While there are a few free themes that are supported by their creators, they are under no obligation to provide support to your theme if you need help adjusting the layout or fixing a problem due to an error.</p>
<p>However most reputable companies selling premium themes do provide support for their customers (regardless of how small the error is) and will even release updates in order to ensure themes are compatible with most (if not all) major browsers.</p>
<h3>Avoiding The Sea Of Me&#8217;s</h3>
<p><a rel="attachment wp-att-20731" href="http://www.bloggingpro.com/archives/2010/11/16/why-wordpress-bloggers-need-to-choose-premium-themes-over-free/rough_diamond/"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-medium wp-image-20731" title="Rough_diamond" src="http://www.bloggingpro.com/wp-content/uploads/2010/11/Rough_diamond-240x180.jpg" alt="" width="240" height="180" /></a>In an era where everyone and their mother is blogging it can be difficult toÂ distinguishÂ your blog from the &#8220;sea of me&#8217;s&#8221; in the blogosphere.</p>
<p>While writing in a unique voice can help, sharing a popular theme with thousands of other bloggers does not.</p>
<p>Purchasing a premium theme can help your blog stand out from the masses visually without looking like another cookie clutter clone.</p>
<p>Although this does not guarantee that your theme will not be used by hundreds of other bloggers (especially if you purchase a popular template), it does make it harder for your readers to confuse your site with another blogger (or worse <a href="http://www.bloggingpro.com/archives/2010/07/28/blogging-pitfalls-becoming-a-spammer/">a splogger</a>) online.</p>
<h3>Anti-Google Juice?</h3>
<p><a rel="attachment wp-att-15438" href="http://www.bloggingpro.com/archives/2010/01/31/evaluating-sites-for-seo/pagerank-large/"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-15438" title="pagerank-large" src="http://www.bloggingpro.com/wp-content/uploads/2010/01/pagerank-large.jpg" alt="" width="200" height="102" /></a>Believe it or not there are many high quality free themes available that are &#8220;supported&#8221; by their creators but (according to the license) require users not remove certain links from within the footer or sidebar.</p>
<p>While theme creators will often leave links within the footer in order to ensure that they receive credit for creating a theme, I&#8217;ve run across many others who will insert affiliate or text links in order to make a small profit on the side.</p>
<p>Although this is perfectly legal for theme developers to do, <a href="http://www.blogherald.com/2008/02/20/forgive-me-google-for-i-have-sold-links/">Google frowns upon</a> this behavior and rewards bloggers with unrelated links (or links they consider spammy) by dropping ones&#8217;s page rank.</p>
<p>Even though one could always remove these links if they are skilled in HTML and CSS, doing so could result in legal action (which is never fun as lawyers are expensive).</p>
<p>Premium themes on the other hand are free of these mysterious links, which gives WordPress bloggers one less thing to worry about when launching a blog.</p>
<h3>Do You Use A Premium Theme?</h3>
<p>If so, what advice would you give to WordPress users looking to purchase a premium theme in the near future? (i.e. price, features to look for or other details you make before choosing a theme)</p>
<p>Feel free to share your wisdom with the rest of us in the comment section below!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2010/11/16/why-wordpress-bloggers-need-to-choose-premium-themes-over-free/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Add Support For Menus In Your WordPress Theme</title>
		<link>http://www.devlounge.net/code/how-to-add-support-for-menus-in-your-wordpress-theme</link>
		<comments>http://www.devlounge.net/code/how-to-add-support-for-menus-in-your-wordpress-theme#comments</comments>
		<pubDate>Mon, 21 Jun 2010 15:12:54 +0000</pubDate>
		<dc:creator>Cassie Emelia</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[Devlounge]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress 3.0]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=18994</guid>
		<description><![CDATA[Are you running WordPress 3.0 yet? If so, you might have come across a nifty little addition called Menus. Youâ€™ll find it on your admin Dashboard in the Appearances section, and hereâ€™s a little screenshot of how it looks: As you can see, Iâ€™ve set up a new menu named â€œLorraine Menuâ€ here, and added [...]]]></description>
				<content:encoded><![CDATA[<p>Are you running <a href=â€http://wordpress.org/development/2010/06/thelonious/â€>WordPress 3.0</a> yet? If so, you might have come across a nifty little addition called <a href=â€http://codex.wordpress.org/Appearance_Menus_SubPanelâ€>Menus</a>. Youâ€™ll find it on your admin Dashboard in the <em>Appearances</em> section, and hereâ€™s a little screenshot of how it looks:</p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://www.devlounge.net/wp-content/uploads/2010/06/devl-wpmenus.png" alt="" title="devl-wpmenus" width="550" height="317" class="aligncenter size-full wp-image-5502" /></p>
<p>As you can see, Iâ€™ve set up a new menu named â€œLorraine Menuâ€ here, and added various things to it by selecting from the elements on the left side of the page: a link to Devlounge, links to some pages, and so forth.</p>
<p>Also of note is the message beneath Theme Locations that states:</p>
<blockquote><p>The current theme does not natively support menus, but you can use the â€œCustom Menuâ€ widget to add any menus you create here to the themeâ€™s sidebar. <span id="more-18994"></span></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.devlounge.net/code/how-to-add-support-for-menus-in-your-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Good And The Bad About Working With Theme Frameworks</title>
		<link>http://www.bloggingpro.com/archives/2010/06/02/the-good-and-the-bad-about-working-with-theme-frameworks/</link>
		<comments>http://www.bloggingpro.com/archives/2010/06/02/the-good-and-the-bad-about-working-with-theme-frameworks/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 15:30:26 +0000</pubDate>
		<dc:creator>Remkus de Vries</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[Child Themes]]></category>
		<category><![CDATA[Genesis]]></category>
		<category><![CDATA[Hybrid]]></category>
		<category><![CDATA[Thematic]]></category>
		<category><![CDATA[Theme Frameworks]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=18523</guid>
		<description><![CDATA[I&#8217;ve been working a lot with WordPress Theme Frameworks lately, most notably Genesis, Thematic and Hybrid, when developing themes. Well, child themes really. There are many reasons why working with child themes is a good way to start developing, but there are also some drawbacks. For me the good weighs out the bad in general, [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.bloggingpro.com/archives/2010/06/02/the-good-and-the-bad-about-working-with-theme-frameworks/"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-17603" title="Modding your WordPress Themes" src="http://www.bloggingpro.com/wp-content/uploads/2010/05/wordpress-custom.jpg" alt="" width="171" height="150" /></a>I&#8217;ve been working a lot with WordPress Theme Frameworks lately, most notably Genesis, Thematic and Hybrid, when developing themes. Well, <a href="http://www.devlounge.net/design/designing-wordpress-child-themes">child themes</a> really. There are many reasons why working with child themes is a good way to start developing, but there are also some drawbacks. For me the <em>good</em> weighs out the <em>bad</em> in general, but there are situations where the old straight forward theme development method is just plain faster.</p>
<h3>The Good</h3>
<p>Building with child themes has a lot of powerful advantages. My favorite are:</p>
<ul>
<li><strong>Development Speed: </strong> Having an already working theme as a parent theme, a theme that already has been looked at from a lot of different angels as to what it should be able to do, and already some basic styling in place makes it a lot easier to quickly make some changes via the child theme style sheet.</li>
<p><span id="more-18523"></span></p>
<li><strong>Lots of options:</strong> Most Theme Frameworks I know have a lot of options built in. I&#8217;m not talking about having a lot of buttons and checkboxes added necessarily, but more-so a robust framework with lots of nifty PHP functions and CSS specificity options to configure.</li>
<li><strong>Great communities behind the frameworks</strong> Any of the three Theme Frameworks I mentioned earlier make working with their specific Parent Theme so great because there&#8217;s is a great community behind it, not afraid to share inventive solutions and best practices.</li>
<li><strong>Future Proof</strong> Working with a Parent Theme that is in constant state of development also makes it very easy to stay up to date and incorporate all the latest WordPress goodies. For example the stuff that <a href="http://www.bloggingpro.com/archives/2010/04/06/get-ready-for-wordpress-3-0/">WordPress 3.0</a> brings to the table.</li>
</ul>
<h3>The Bad</h3>
<p>Like I said before, there are some disadvantages on using a Theme Frameworks such as:</p>
<ul>
<li><strong>Bloat:</strong> When you&#8217;re only creating a small, pretty straight forward site, a lot of the theme functions added by the Parent Theme&#8217;s library could be considered bloat en thus not creating a lean and mean theme, which I know you all care about.</li>
<li><strong>Forced Direction</strong> When creating a child theme you sort of get <em>dictated</em> (and I use that term very loosely) to make heavy use of your <code>functions.php</code> and wrapping your head around filters and hooks can be daunting if diving into PHP isn&#8217;t your thing. It may seem redundant to duplicate and and all theme files into your child theme if that&#8217;s what you need to do.</li>
<li><strong>Learning Curve</strong> There is a bit of a learning curve when working with child theme for the first time. Your basic level of PHP and CSS won&#8217;t do, you need to step up and start learning.</li>
</ul>
<h3>Why Use Them Anyway?</h3>
<p>For me personally, I&#8217;m all about options. I love working with a WordPress Theme Framework that allows me to have a very high level of control over how specific I want to be in what I want my theme to output. I don&#8217;t mind the learning, in fact I love learning, and when you know your way around the forums you&#8217;ll be able to either find what you were looking for or get a working answer of your fellow developers. Plus, having a Parent Theme that is continuously updated is big plus for me.</p>
<p>Have you ever worked with or considered working with child themes when developing on a theme? And if so, do you favor  either <a href="http://spla.us/genesiswptheme">GenesisWP</a>, Thematic or Hybrid over the other (or any other WordPress Theme Framework for that matter)?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2010/06/02/the-good-and-the-bad-about-working-with-theme-frameworks/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Twenty Ten: The New and Improved Default WordPress Theme</title>
		<link>http://www.bloggingpro.com/archives/2010/04/01/twenty-ten-the-new-and-improved-default-wordpress-theme/</link>
		<comments>http://www.bloggingpro.com/archives/2010/04/01/twenty-ten-the-new-and-improved-default-wordpress-theme/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 13:54:28 +0000</pubDate>
		<dc:creator>Remkus de Vries</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[default theme]]></category>
		<category><![CDATA[Ian Stewart]]></category>
		<category><![CDATA[Twenty Ten]]></category>
		<category><![CDATA[WordPress 2010]]></category>
		<category><![CDATA[WordPress 3.0]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=16624</guid>
		<description><![CDATA[WordPress is gearing up to release a new version, WordPress 3.0, which will house a lot of new cool features and the merging of WordPress MU with WordPress stand alone version. Alongside with this release WordPress will also be shipped with a brand new interpretation of what a default theme should be. For years the [...]]]></description>
				<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-16625" title="Twenty Ten" src="http://www.bloggingpro.com/wp-content/uploads/2010/04/twentyten.png" alt="Twenty Ten" width="225" height="169" />WordPress is gearing up to release a new version, WordPress 3.0, which will house a lot of new cool features and the merging of WordPress MU with WordPress stand alone version. Alongside with this release WordPress will also be shipped with a brand new interpretation of what a default theme should be. For years the default theme has been Kubrick, but that&#8217;s all <a href="http://core.trac.wordpress.org/changeset/13879">going to change</a>.</p>
<p>I&#8217;ve never been a fan of either Kubrick&#8217;s look or code, but I must say Twenty Ten is genuinely a great base theme to use for all your WordPress projects, especially when working with <a href="http://codex.wordpress.org/Child_Themes">Child Themes</a>. Sure it&#8217;s not as advanced as say Thematic, but it does produce powerful semantic html and is in general very well SEO optimized. No surprise there because Ian Stewart, the creator of <a href="http://themeshaper.com/thematic">Thematic</a>, was also the one who inspired Twenty Ten <a href="http://www.bloggingpro.com/archives/2010/01/07/first-look-at-kirby-default-theme-2010-concept-by-ian-stewart/">with his theme called Kirby</a>, and recently joined Automattic as a <a href="http://themeshaper.com/ian-stewart-joined-automattic/">Theme Wrangler</a>.<span id="more-16624"></span></p>
<p><a href="http://www.bloggingpro.com/wp-content/uploads/2010/04/screenshot-twenty-ten-full.jpg"><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://www.bloggingpro.com/wp-content/uploads/2010/04/screenshot-twenty-ten-full.jpg" alt="Full Screenshot Twenty Ten" title="Full Screenshot Twenty Ten" width="585" height="499" class="aligncenter size-full wp-image-16631" /></a></p>
<p>Twenty Ten will feature amongst other things a proper horizontal dropdown menu, great typography, <a href="http://microformats.org/">microformats</a>. post thumbnails for custom headers and <abrr title="What You See Is What You REALLY Get">WYSIWYRG</abbr>. A very cool feature that makes use of <code>editor-style.css</code> stylesheet which in turn makes sure you are now getting a perfect replica of your blogâ€™s theme when youâ€™re writing in the WordPress&#8217; visual editor. This neat function was introduced by <a href="http://azaozz.wordpress.com/2010/01/02/can-themes-style-the-visual-editor/">Andrew Ozz</a> and implemented by <a href="http://twitter.com/iammattthomas">Matt Thomas</a> (the actual author of Twenty Ten) and I&#8217;m sure it will find it&#8217;s way very quickly to a lot of themes. </p>
<p>To really get a good impression of what Twenty Ten looks like you can head over the the <a href="http://2010dev.wordpress.com/">Development blog of Twenty Ten</a> which, of course, uses WordPress&#8217; new default theme. If you&#8217;d like to <em>check under the hood</em> and see what the fuss is all about you can download Twenty Ten by downloading a <a href="http://core.trac.wordpress.org/changeset/13912/trunk?old_path=%2F&#038;format=zip">zip file</a> of the latest bleeding edge version of WordPress (which should never be used on live a live site and only as a test installation). In the <code>wp-content/themes</code> folder you will find the latest version of Twenty Ten.</p>
<p>All in all Twenty Ten to me is a major improvement over Kubrick. What do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2010/04/01/twenty-ten-the-new-and-improved-default-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>WordPress Theme Review: Pico by Hafiz Rahman</title>
		<link>http://www.bloggingpro.com/archives/2010/01/12/wordpress-theme-review-pico-by-hafiz-rahman/</link>
		<comments>http://www.bloggingpro.com/archives/2010/01/12/wordpress-theme-review-pico-by-hafiz-rahman/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 14:41:41 +0000</pubDate>
		<dc:creator>Franky Branckaute</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[Grid-based Themes]]></category>
		<category><![CDATA[Hafiz Rahman]]></category>
		<category><![CDATA[Pico]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[WPLover]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=14256</guid>
		<description><![CDATA[It does not happen often, but occasionally you find a free theme for WordPress that is completely *droolworthy*. I have to disclose upfront that I am a big fan of both grid-based designs, especially when they follow a strict and mathematically correct grid, whitespace and Khoi Vinh. One of the things I expect from a [...]]]></description>
				<content:encoded><![CDATA[<p>It does not happen often, but occasionally you find a free theme for WordPress that is completely *droolworthy*. I have to disclose upfront that I am a big fan of both <a href="http://www.wisdump.com/design/grid-design-a-classic-beauty-for-whitespace-freaks/">grid-based designs</a>, especially when they follow a strict and mathematically correct grid, whitespace and <a href="http://www.subtraction.com/">Khoi Vinh</a>.</p>
<p>One of the things I expect from a theme is that it doesn&#8217;t get in the way and highlights <a href="http://www.bloggingpro.com/archives/2009/12/22/blog-entries-we-do-not-want-to-see-in-2010/">content</a> and especially with grid based design this is something which can easily be screwed up. But the grid-masters know how to display both content and a strict grid correctly. One of the most popular grid designs for WordPress is without any doubt <a href="http://5thirtyone.com/grid-focus">Grid Focus</a> by <a href="http://5thirtyone.com/">Derek Punsalan</a>.</p>
<p>There&#8217;s a new contender in WP-town for grid-based design lovers!</p>
<h3>Introducing Pico by Hafiz &#8216;WPLover&#8217; Rahman</h3>
<p><a href="http://www.bloggingpro.com/?p=14256"><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://www.bloggingpro.com/wp-content/uploads/2010/01/pico.jpg" alt="Pico screenshot" title="pico" width="585" height="305" class="aligncenter size-full wp-image-14257" /></a></p>
<p>WPLover is a well-known WordPress news-site edited by Hafiz Rahman, who is also a great WordPress news link curator, and the design of <a href="http://www.wplover.com/">WPLover</a> doesn&#8217;t hide it: Hafiz loves the grid.<br />Previously he already treated the WordPress community with <a href="http://www.wplover.com/category/projects/themes">several Thematic child themes</a>, all showcasing mainly the content, while using whitespace as a perfect tool, weapon almost, in his designs.</p>
<p>Pico is Hafiz&#8217; first &#8216;non-child theme&#8217; released for WordPress and how better to introduce a grid-based theme than with a gorgeous grid-based <a href="http://www.wplover.com/themes/pico">Pico introduction page</a>? <span id="more-14256"></span></p>
<h3>Pico features</h3>
<p><blockquote class="pullquote $align"><em>Heck, you can be lazier and have no image. You won&#8217;t get a thumbnail, but the layout will still look juust fine</em></blockquote>
<p>Pico follows the popular trend of most modern WP themes from WordPress and comes with several widgets areas, has a featured entry section, in the form of a featured widget, and is optimised for WordPress 2.9 with support for canonical thumbnails.</p>
<p>Pico also has breadcrumbs above the post and has kept the archives page structure of Mimbo, which the Pico code is based on. Personally I much more prefer this list display for archives than the more traditional excerpt pages.<br />I am sure that many will want to increase the number of listed entries on this page and this can be done in the <code>page-archives.php</code> file of the theme.</p>
<h4>Category navigation with a twist</h4>
<p><a href="http://www.bloggingpro.com/?p=14256"><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://www.bloggingpro.com/wp-content/uploads/2010/01/pico-category-based-navigation.jpg" alt="" title="pico-category-based-navigation" width="585" height="38" class="aligncenter size-full wp-image-14266" /></a></p>
<p>The most prominent feature of Pico is the header based category navigation with category description. Hafiz has documented how to add a similar navigation <a href="http://www.wplover.com/1016/category-based-navigation-with-description-a-la-grid-focus">here on WPLover</a>. The category navigation also has a great way to show child categories.<br />Although this function works out of the box, it does require some discipline and only works well if your category names and descriptions are short.</p>
<h3>Some Minor Remarks</h3>
<p>As with most themes I found some really minor issues:</p>
<ul>
<li>The header category navigation works out of the box but I have found it to be troublesome to display the categories I wanted to be displayed, and not the selection Pico chose. But that&#8217;s probably because I&#8217;m a control freak;</li>
<li>On category archives, the thumbnail does not always display correctly;</li>
<li>On category archives it might be better to embed the <a href="http://guff.szub.net/2005/02/26/the_excerpt-reloaded/">Excerpt Reloaded</a> as the standard WP excerpt breaks off before the thumbnail.</li>
</ul>
<p><a href="http://www.bloggingpro.com/archives/2010/01/12/wordpress-theme-review-pico-by-hafiz-rahman/pico-excerpt-small/" rel="attachment wp-att-14268"><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://www.bloggingpro.com/wp-content/uploads/2010/01/pico-excerpt-small.png" alt="" title="pico-excerpt-small" width="585" height="197" class="aligncenter size-full wp-image-14268" /></a></p>
<h3>Final thoughts on Pico</h3>
<p>I must admit that I love this theme and the light blue colour works just perfectly. I wished I had a blog I could use it on. It is gorgeous, has a solid code base and comes with some great gimmicks (hint: add a sitemap page to your theme). The construction of the home page, with a list of older posts is another detail I love about Pico, and something I have used on my own blog as well. More themes should adapt this approach for home pages.<br />
Just like <a href="http://www.bloggingpro.com/archives/2010/01/07/first-look-at-kirby-default-theme-2010-concept-by-ian-stewart/">Ian Stewart&#8217;s Kirby</a>, Pico is a theme I would use without any major code changes.</p>
<p>More even, I do hope to soon be able to port the Pico theme to another blog platform but more on that next month (I hope).</p>
<p>You can read more about Pico and download the Pico theme on the <a href="http://www.wplover.com/themes/pico">Pico introduction page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2010/01/12/wordpress-theme-review-pico-by-hafiz-rahman/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>First Look at Kirby, WordPress 2010 Default Theme Concept by Ian Stewart</title>
		<link>http://www.bloggingpro.com/archives/2010/01/07/first-look-at-kirby-default-theme-2010-concept-by-ian-stewart/</link>
		<comments>http://www.bloggingpro.com/archives/2010/01/07/first-look-at-kirby-default-theme-2010-concept-by-ian-stewart/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 12:09:16 +0000</pubDate>
		<dc:creator>Franky Branckaute</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[Ian Stewart]]></category>
		<category><![CDATA[Kirby]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[WordPress 2010]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=4062</guid>
		<description><![CDATA[When the WordPress Core Team met after WordCamp Orlando, canonical plugins weren&#8217;t the only big announcement for 2010. The other announcement was that WordPress would receive a new default theme in 2010, thus retiring Kubrick by Michael Heilemann. Jane Wells announced the concept and immediately hinted at what the Core Team was thinking off: The [...]]]></description>
				<content:encoded><![CDATA[<p>When the WordPress Core Team met after WordCamp Orlando, <a href="http://www.bloggingpro.com/archives/2009/12/08/wordpress-announces-canonical-plugins/">canonical plugins</a> weren&#8217;t the only big announcement for 2010. The other announcement was that WordPress would receive a new default theme in 2010, thus retiring Kubrick by <a href="http://binarybonsai.com/">Michael Heilemann</a>.</p>
<p>Jane Wells <a href="http://wordpress.org/development/2009/12/2010-a-theme-odyssey/">announced the concept</a> and immediately hinted at what the Core Team was thinking off:</p>
<blockquote><p>The default theme doesnâ€™t need to be a full-featured framework, it just needs to work well, look awesome, have good code and be a good starting point for beginning themers. We were thinking of a fairly minimalist design that would make it easy to customize.</p></blockquote>
<p>Basically a &#8217;2010 Kubrick&#8217;, a slim and slick theme with modern look and &#8216;cutting edge code&#8217;. Enter Ian Stewart of <a href="http://themeshaper.com/thematic/">Themeshaper and Thematic</a> fame. Immediately after the announcement Ian had tweeted that he would make a concept and release what he thinks could be a candidate for the WordPress 2010 Default Theme. Some weeks later his theme, Kirby, was released in the theme directory.</p>
<p><a href="http://www.bloggingpro.com/archives/2010/01/07/first-look-at-kirby-default-theme-2010-concept-by-ian-stewart/"><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://www.bloggingpro.com/wp-content/uploads/2010/01/kirby-demo.png" alt="" title="kirby-demo" width="585" height="383" class="aligncenter size-full wp-image-4063" /></a></p>
<p>In an <a href="http://themeshaper.com/new-default-theme-wordpress-kirby/">introduction post to Kirby</a>, Ian explains the thinking behind his Kirby theme and why it should not be a framework: <span id="more-4062"></span></p>
<blockquote><p>&#8230;while knowing that most people start their WordPress-theming with the Default Theme and, increasingly, their web designing with the Default Themeâ€”knowing and suffering under that awful pressure and responsibilityâ€”how do you make it easy to tweak simply and make it easy to Child Themeâ€”without turning it into a Framework Theme.</p>
<p>Trust me here. While people may be asking for a Framework as the Default Theme theyâ€™re not all asking for the same thing. Something as robust as Thematic will have people running screaming away from it. People that want Framework Themes can download Framework Themes. Iâ€™m not so sure every new user should have one forced on them.</p></blockquote>
<h3>Kirby, The Looks</h3>
<p>I personally am a minimalist myself and every time I need a design for an own site the content has to be central. Content, not images or ads. I actually recently switched to a one-column design/mod on my personal blog, taking out every possible distraction. At the same time, hardly any theme I have worked with in the past has stayed untouched by me, the less changes I need to make the more I like themes obviously.<br />
Kirby does exactly this and I could imagine using it on sites without making any major changes: it&#8217;s modern, it&#8217;s got appeal and still looks simple, very slick. What Kubrick didn&#8217;t do for me and lead me to <a href="http://getk2.com">k2</a> a long time ago, Kirby does.</p>
<p>It goes without saying that it is impossible to please everyone, but this theme is rock solid already; rock solid, albeit only version 0.3.1. Everyone who has been around for a while in the WordPress scene will recognise elements from other great themes, but the real strength of Kirby certainly is the typography. Kirby does not get in your way and focuses on that what matters most: the content.</p>
<h4>What Don&#8217;t I Like?</h4>
<p>Some elements in Kirby feel whether superfluous or aren&#8217;t complete enough yet. But that goes without saying for an 0.3.1 release:</p>
<ul>
<li>I really am not sure if I need to see my <strike>mugshot</strike> gravatar with every title on the home page. While this might be interesting for co-authored blogs, it seems unnecessary for a single author blog. This should be optional, not a default setting.</li>
<li>While &#8216;About the author of this post&#8217; blocks might have become fashionable and popular, for a default theme this seems overkill to me. On a single authored blog, I think there&#8217;s little sense to add this to every post. On multi-authored blogs, this could also be overkill, especially when an author posts more than once/day. I think it would be smarter to move this information to the author pages like we did here on <a href="http://bloggingpro.com/archives/author/franky">BloggingPro</a>.</li>
<li>Archives feel incomplete: personally I do think it would be better to add excerpts to the archives. The standard excerpt might not be the best option because cutting off at 255 characters often delivers a rather bad excerpt and that might have made Ian decide for the actual archives display. But without excerpt, &#8216;something&#8217;s missing&#8217;. When opting for this style of archives, I certainly would drop the tags. Especially because some people really overdo tagging categorising.</li>
</ul>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://www.bloggingpro.com/wp-content/uploads/2010/01/kirby-3.png" alt="" title="kirby-3" width="585" height="410" class="aligncenter size-full wp-image-4075" /></p>
<ul>
<li>Right now I might be annoying but I do have problems with the &#8216;Posted in&#8230; | Tagged&#8230; | Comments&#8230;&#8217; structure below posts archive view. As can be seen in the following two screenshots (resized to width 585px) this display can become cluttered. When using it with the popular <a href="http://sexybookmarks.net/">Sexy Bookmarks</a> plugin there is not enough of space above the metadata paragraph and the &#8216;Post a comment link&#8217; goes completely lost in the &#8216;clutter&#8217;.<br />In the regular view the &#8216;Leave a comment&#8217; link goes lost as well when more categories and several tags are used. Which WILL happen, people love tagging and many love &#8216;over-tagging&#8217;!.</li>
</ul>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://www.bloggingpro.com/wp-content/uploads/2010/01/kirby-2.png" alt="" title="kirby-2" width="585" height="149" class="aligncenter size-full wp-image-4079" /></p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://www.bloggingpro.com/wp-content/uploads/2010/01/kirby-1.png" alt="" title="kirby-1" width="585" height="34" class="aligncenter size-full wp-image-4072" /></p>
<p>I do not think that a default theme needs to display post thumbnails in the default settings.</p>
<h3>Kirby, The Code</h3>
<p>There is no doubt that developers and designers will have an extensive look at the code of every &#8216;default theme candidate&#8217; and this is actually what I like about Kirby. Some might argue that the <code>functions.php</code> of Kirby too big is but I think there could be even more included. Kirby&#8217;s theme functions are well thought out and most things in the <code>functions.php</code> are not more &#8216;cutting edge&#8217; than Kubrick, with its numerous conditional tags, was.</p>
<p>Personally I hope Kirby will offer the option to activate post thumbnails and also maybe some more options within the theme. It is admittedly a difficult and thin line to walk between being a solid default theme or becoming a framework but popular themes have shown to need several options. &#8216;Multiple columns&#8217; seems to be one &#8216;compulsory option&#8217; nowadays.<br />k2 Has shown that even a custom header image does not have to exclude the option of having a fluid theme and albeit the way &#8216;Dynamic columns&#8217; in k2 are implemented can be argued about, it is something worth to be considered for a default theme.</p>
<p>The stylesheet analysis, I will leave to the pundits. Probably the stylesheet of the 2010 Default WordPress Theme will still be analysed, dissected, discussed and argued about in 2027 anyway. <img src='http://www.bloggingpro.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h3>Final Words About Kirby</h3>
<p>There is not much not to like about Kirby. Kirby takes the best of 2 worlds: solid default looks (&#8216;k2 modernised&#8217;), build upon a rather simple stylesheet, without superfluous AJAX and with less issues and a smarter &#8216;thinking design&#8217; than we know from fe. Cutline.</p>
<p>If not the 2010 default theme for WordPress, I certainly do hope to see Kirby on wordpress.com soon.</p>
<p>Ian&#8217;s introduction post to Kirby: <a href="http://themeshaper.com/new-default-theme-wordpress-kirby/">link</a> | Kirby in WordPress Themes Directory: <a href="http://wordpress.org/extend/themes/kirby">link</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2010/01/07/first-look-at-kirby-default-theme-2010-concept-by-ian-stewart/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Short Inside View of StudioPress</title>
		<link>http://www.bloggingpro.com/archives/2009/09/21/studiopress-facts/</link>
		<comments>http://www.bloggingpro.com/archives/2009/09/21/studiopress-facts/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 01:15:46 +0000</pubDate>
		<dc:creator>David Peralty</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=3194</guid>
		<description><![CDATA[Jeff appears to have a great article up regarding StudioPress, and it helps answer some common questions about the company, its goals, and direction. If you are interested in knowing what Brian Gardner thinks of his critics, outsiders views on his goals, and his design style, you need to check out this post entitled An [...]]]></description>
				<content:encoded><![CDATA[<p>Jeff appears to have a great article up regarding <a href="http://bit.ly/alDNWh">StudioPress</a>, and it helps answer some common questions about the company, its goals, and direction. If you are interested in knowing what Brian Gardner thinks of his critics, outsiders views on his goals, and his design style, you need to check out this post entitled <a href="http://www.wptavern.com/an-inside-glance-at-studiopress">An Inside Glance At StudioPress</a>.</p>
<blockquote><p><strong>Who creates the graphical side of StudioPress designs?</strong></p>
<p>95% of the graphic/design elements of StudioPress themes were created by me â€“ while Iâ€™m not a trained graphic designer, Iâ€™ve been able to learn Photoshop and put together most of our work. We are now beginning to branch out and contract out upcoming theme designs for a few reasons. One, Iâ€™m so busy doing other things (like running <a href="http://bit.ly/alDNWh">StudioPress</a> and overseeing all that goes on) and just donâ€™t have the time to design, code, support, and provide tutorials for all of our themes. The other reason, and more significantly important reason, is that we want to offer a variety of designs to our users.</p></blockquote>
<p>I think that more WordPress theme companies should open up their schedules to talk about what they are doing, who is involved and what they think of the WordPress community. There has long been flack given to Premium theme companies, and I think while that flack has lessened in recent months, a fair number of people still don&#8217;t totally understand what makes these companies worthwhile.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2009/09/21/studiopress-facts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ModThemes.com Launches</title>
		<link>http://www.bloggingpro.com/archives/2009/08/25/modthemes-com-launches/</link>
		<comments>http://www.bloggingpro.com/archives/2009/08/25/modthemes-com-launches/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 01:34:59 +0000</pubDate>
		<dc:creator>David Peralty</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=3175</guid>
		<description><![CDATA[Looking for a new Premium Theme company to buy your products off of, then you&#8217;ll be happy to know Nathan Rice has created a new company called ModThemes. As you know, I live and breathe WordPress code (pretty much). Iâ€™ve written countless tutorials, built themes, written plugins, even submitted a patch or two to the [...]]]></description>
				<content:encoded><![CDATA[<p>Looking for a new Premium Theme company to buy your products off of, then you&#8217;ll be happy to know Nathan Rice has created a new company called <a href="http://www.nathanrice.net/blog/modthemes-com-launches-today/#more-609">ModThemes</a>.</p>
<blockquote><p>As you know, I live and breathe WordPress code (pretty much). Iâ€™ve written countless tutorials, built themes, written plugins, even submitted a patch or two to the WordPress core. Letâ€™s just say that when it comes to WordPress, I know my stuff, some of which has recently been added as new functionality to the themes at<a href="https://www.e-junkie.com/ecom/gb.php?cl=10214&#038;c=ib&#038;aff=20235"> StudioPress</a>.</p>
<p>So it should go without saying that if Iâ€™m going to be helping run my own WordPress business, itâ€™s going to be top-notch quality with some solid code. You can count on it.</p></blockquote>
<p>Looks like it could be a smart move for Nathan and team, if he can crack the ever increasing competition in the market these days.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2009/08/25/modthemes-com-launches/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PSDtoWP &#8211; A Review on Blogging Pro</title>
		<link>http://www.bloggingpro.com/archives/2009/06/04/psdtowp-a-review-on-blogging-pro/</link>
		<comments>http://www.bloggingpro.com/archives/2009/06/04/psdtowp-a-review-on-blogging-pro/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 15:15:34 +0000</pubDate>
		<dc:creator>David Peralty</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=2939</guid>
		<description><![CDATA[Recently, I was given the ability to go crazy and get Blogging Pro redesigned. It was a task that I didn&#8217;t take lightly, but I knew which designer I wanted to use, as he had worked on my site, Branding David. James McDonald is an amazing designer, but he doesn&#8217;t do slicing and coding and [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.bloggingpro.com/wp-content/uploads/psdtowp.jpg" alt="psdtowp" title="psdtowp" width="176" height="62" class="alignleft size-full wp-image-2940" style="float: right; margin: 10px;;  float: left; padding: 4px; margin: 0 7px 2px 0;"/>Recently, I was given the ability to go crazy and get Blogging Pro redesigned. It was a task that I didn&#8217;t take lightly, but I knew which designer I wanted to use, as he had worked on my site, Branding David. <a href="http://www.flockey.com">James McDonald</a> is an amazing designer, but he doesn&#8217;t do slicing and coding and he definitely doesn&#8217;t do WordPress theme coding, and so I had a choice to make: let him use one of the people he knows, or find one of my own. </p>
<p>I chose to find my own, and after asking around, I went with <a href="http://www.psdtowp.com/">PSDtoWP</a>, a company that recently went through a name change to comply with the WordPress trademark. They had done work on a few sites, and I knew the business owner, and so I handed over the PSD created by James, and let them get to work. </p>
<p>I have had notoriously bad experiences with having others change my PSD&#8217;s into WordPress themes before, as not all coders are good coders, and the design had some more &#8220;advanced&#8221; features than the typical theme. I wasn&#8217;t sure they&#8217;d be able to hangle my request, and do so with decent code. </p>
<blockquote><p><strong>3. What is involved in getting my design transformed into a WordPress Theme?</strong></p>
<p>You upload the files, fill out the form and let us know what you would like to have done. After receiving 50% upfront, we can get started. Once we have coded your theme, we upload it to a demo server and allow you to have a look at what the finished product will be like. We make any necessary changes and send you the theme ready to upload to the destination server.</p></blockquote>
<p>Much to my surprise, the code produced was clean and easy to use. The theme was ready to drop into the WordPress themes folder, and activate. There wasn&#8217;t much that needed to be done. They did miss two little design elements, but after mentioning this, they were quick to not only fix the error, but give me a list of changed files, so that I could upload only the changed files, thus keeping the changes I had already made after the fact (I never leave things the way people give them to me). They wrote the code for the features box, and implemented the box in the content area with the listing of the most commented posts. </p>
<p>I didn&#8217;t have the ability to use their recently coded Task Administration panel, but I hear that will help keep the person requesting the job more in the loop regarding the status. I just had to e-mail them, and I quickly received a response on how much longer it would be. </p>
<p>I was impressed with the professionalism, the speed, and while the cost is more than you&#8217;d pay on Digital Point Forums, the quality matches the price. I was very happy with my purchase, and would probably purchase from them again. </p>
<p>If you are looking to get a premium quality theme coded for a reasonable price, I&#8217;d suggest checking out <a href="http://www.psdtowp.com/">PSDtoWP</a>. If you would like $20 off your purchase, feel free to mention <em>BLOGGINGPRO20</em> during the check-out. Prices start at $330 USD. </p>
<p><em>Note: I could have sliced and coded the theme myself, but the time it would have taken me to do it was more valuable to me spent elsewhere than the price I paid to have it coded. Also the code is much more organized than it would have been, had I done it all myself.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2009/06/04/psdtowp-a-review-on-blogging-pro/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Evidens WordPress Theme</title>
		<link>http://www.bloggingpro.com/archives/2009/05/04/evidens-wordpress-theme/</link>
		<comments>http://www.bloggingpro.com/archives/2009/05/04/evidens-wordpress-theme/#comments</comments>
		<pubDate>Mon, 04 May 2009 16:42:19 +0000</pubDate>
		<dc:creator>David Peralty</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=2835</guid>
		<description><![CDATA[A great friend of mine, Elena of DesignDisease has released another free WordPress theme called Evidens. It comes in both a white version and a striking black version. Evidens is a new 3 column, full width theme from Design Disease. Featuring both White and Dark variations, this modern/industrial theme is both elegant and edgy at [...]]]></description>
				<content:encoded><![CDATA[<p>A great friend of mine, Elena of DesignDisease has released another free WordPress theme called <a href="http://designdisease.com/blog/evidens-wordpress-theme-release/">Evidens</a>. It comes in both a white version and a striking black version. </p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://www.bloggingpro.com/wp-content/uploads/evedens-dark-1.png" alt="evedens-dark-1" title="evedens-dark-1" class="aligncenter size-full wp-image-2836" /></p>
<blockquote><p>
Evidens is a new 3 column, full width theme from Design Disease. Featuring both White and Dark variations, this modern/industrial theme is both elegant and edgy at the same time. The three column layout is perfect for adsense and text link integration.  The design features ample space for your blog content, making sure you have room for the latest widescreen web video, as well as bright, beautiful images. Advanced options like Flickr Photostream and Twitter integration allow you to keep up with the latest social networking trends, and update your siteâ€™s content anywhere, anytime.</p>
<p>The modern/industrial look of the theme gives it almost infinite versatility, making it a perfect fit for blog topics ranging from technology, menâ€™s interests, and even fashion design. Also be sure to check out PremiumThemes.com, a new project from Design Disease.</p></blockquote>
<p>Released in the middle of last month, the Evidens theme already has many fans using it, and it is easy to see why. As the designer of many amazing blogs, including this one, Elena has a style that is very recognizable, and modern. Check out the <a href="http://designdisease.com/blog/evidens-wordpress-theme-release/">Evidens theme</a> today.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2009/05/04/evidens-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>BuddyPress Hits the 1.0 Mark</title>
		<link>http://www.bloggingpro.com/archives/2009/05/01/buddypress-hits-the-10-mark/</link>
		<comments>http://www.bloggingpro.com/archives/2009/05/01/buddypress-hits-the-10-mark/#comments</comments>
		<pubDate>Fri, 01 May 2009 16:38:20 +0000</pubDate>
		<dc:creator>David Peralty</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=2823</guid>
		<description><![CDATA[BuddyPress, the WordPress MU social networking platform, has finally released version 1.0. From BuddyPress.org&#8230; Iâ€™m happy to announce that version 1.0 of BuddyPress is now available for download. This release marks over a year of solid development, starting from the roots of the ChickSpeak project, all the way to the blossoming developer community I see [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://buddypress.org/">BuddyPress</a>, the WordPress MU social networking platform, has finally released version 1.0.</p>
<p>From <a href="http://buddypress.org/blog/news/buddypress-10-has-arrived/">BuddyPress.org</a>&#8230;</p>
<blockquote><p>Iâ€™m happy to announce that version 1.0 of BuddyPress is now available for download.</p>
<p>This release marks over a year of solid development, starting from the roots of the ChickSpeak project, all the way to the blossoming developer community I see interacting on this site everyday.</p>
<p>This is just the first step on a long road ahead. So much is possible now that we have a solid WordPress-based social framework to build upon.</p></blockquote>
<p>BuddyPress includes features such as extended profiles, private messaging, friends lists, groups, activity streams, blog tracking, and a pile more. </p>
<p>If you&#8217;re looking to add some social media features or your WordPress MU installation, BuddyPress looks like an interesting way to do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2009/05/01/buddypress-hits-the-10-mark/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SmashingMagazine.com Wants Your Input!</title>
		<link>http://www.bloggingpro.com/archives/2009/04/27/smashingmagazinecom-wants-your-input/</link>
		<comments>http://www.bloggingpro.com/archives/2009/04/27/smashingmagazinecom-wants-your-input/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 15:54:25 +0000</pubDate>
		<dc:creator>David Peralty</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[poll]]></category>
		<category><![CDATA[smashingmagazine.com]]></category>
		<category><![CDATA[WordPress theme]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=2800</guid>
		<description><![CDATA[SmashingMagazine.com, one of the leading WordPress theme development sites (including a LOT of great free stuff), is currently running a poll to let the community decide what sort of theme they should build next. There&#8217;s one day left to vote, so head over there and give your say as to which type of theme you&#8217;d [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://SmashingMagazine.com">SmashingMagazine.com</a>, one of the leading WordPress theme development sites (including a LOT of great <a href="http://www.smashingmagazine.com/category/freebies/">free stuff</a>), is currently running a poll to let the community decide <a href="http://www.smashingmagazine.com/2009/04/25/smashing-community-wordpress-theme-vote-now/">what sort of theme they should build next</a>. There&#8217;s one day left to vote, so head over there and give your say as to which type of theme you&#8217;d like to see them create. </p>
<p>You&#8217;ve probably seen at least a couple of their themes around, like <em><a href="http://www.smashingmagazine.com/2007/12/21/dilectio-a-smashing-wordpress-theme/">Dilectio</a></em>, or <em><a href="http://www.smashingmagazine.com/2007/09/07/smashing-freefont-and-wordpress-theme/">Smashing</a></em>.</p>
<p>Personally I&#8217;d love to see them do a theme focused on Podcasting, which thankfully is one of the options in the poll, but all the choices sound pretty cool really. So if you haven&#8217;t yet voted, there is still time&#8230;but not much&#8230;so head over to <a href="http://www.smashingmagazine.com/2009/04/25/smashing-community-wordpress-theme-vote-now/">the poll</a> and have your say.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2009/04/27/smashingmagazinecom-wants-your-input/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Theme Demo</title>
		<link>http://www.bloggingpro.com/archives/2009/04/09/wordpress-theme-demo/</link>
		<comments>http://www.bloggingpro.com/archives/2009/04/09/wordpress-theme-demo/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 23:59:21 +0000</pubDate>
		<dc:creator>David Peralty</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=2784</guid>
		<description><![CDATA[As WordPress themes become more complex, they continue to add back-end features to their themes, but have to be judged on their front-end, as there is no easy way, that I know of, to lock down WordPress installations so that a back-end demo can be set up that won&#8217;t be &#8220;taken advantage of&#8221; by the [...]]]></description>
				<content:encoded><![CDATA[<p>As WordPress themes become more complex, they continue to add back-end features to their themes, but have to be judged on their front-end, as there is no easy way, that I know of, to lock down WordPress installations so that a back-end demo can be set up that won&#8217;t be &#8220;taken advantage of&#8221; by the darker people on the Internet. </p>
<p>This is a problem I&#8217;ve been having in marketing <a href="http://www.wpunlimited.com/">WPUnlimited</a>, as I recently posted on the blog. I am trying to video all of the important features, but surely, there has to be some way of locking down WordPress, or showing a theme back end, without opening the door for all kinds of abuse. Anyone have any tips? Please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2009/04/09/wordpress-theme-demo/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Kubrick Retire? Never!</title>
		<link>http://www.bloggingpro.com/archives/2009/03/30/kubrick-retire-never/</link>
		<comments>http://www.bloggingpro.com/archives/2009/03/30/kubrick-retire-never/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 21:37:25 +0000</pubDate>
		<dc:creator>David Peralty</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=2774</guid>
		<description><![CDATA[Recently, there has been a re-opening of the discussion on if Kubrick should be replaced as the default WordPress theme. While I am not a fan of the Kubrick theme itself, I find the creator, Michael Heilemann an interesting guy, and his work in Kubrick deserves continued support from the WordPress users of the world. [...]]]></description>
				<content:encoded><![CDATA[<p>Recently, there has been a re-opening of the discussion on if <a href="http://weblogtoolscollection.com/archives/2009/03/30/is-it-time-for-kubrick-to-retire/">Kubrick should be replaced</a> as the default WordPress theme. While I am not a fan of the Kubrick theme itself, I find the creator, <a href="http://www.binarybonsai.com">Michael Heilemann</a> an interesting guy, and his work in Kubrick deserves continued support from the WordPress users of the world. </p>
<p>I think it is the original, classic theme that should be replaced, and Kubrick should become the new &#8220;classic&#8221; theme being replaced, but not displaced by a new default theme for WordPress. </p>
<p>I think WordPress users could still learn a lot from Kubrick, and be inspired by it. Also, it has the right amount of design for someone starting blogging. </p>
<p>Here are some thoughts from Jeff Chandler about the whole issue:</p>
<blockquote><p>The way I see it, if you attack the root of the problem and replace Kubrick with a base theme that contains everything DD32 mentioned, this could do nothing but positive things for the WordPress community. First time theme developers would have an excellent base to start from and learn a thing or two in the process with documentation included within the theme.</p></blockquote>
<p>I disagree with Jeff, and think that too many WordPress &#8220;gurus&#8221; expect early WordPress users to understand how to change a theme, but if that were the case, I think far more people would use the built-in header change tool that comes with Kubrick by default, rather than sticking with the stock settings. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2009/03/30/kubrick-retire-never/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress Theme Trends and Implementation Instructions</title>
		<link>http://www.bloggingpro.com/archives/2009/03/16/wordpress-theme-trends-and-implementation-instructions/</link>
		<comments>http://www.bloggingpro.com/archives/2009/03/16/wordpress-theme-trends-and-implementation-instructions/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 15:32:53 +0000</pubDate>
		<dc:creator>David Peralty</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.bloggingpro.com/?p=2756</guid>
		<description><![CDATA[For the Lose has a great post up about WordPress Theme trends and how you can implement some of those features in your blog today. What are blog posts? Blog posts, when you really look at them, are nothing but walls of text. So what separates them from a page from a high school textbook? [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://forthelose.org/7-wordpress-theme-trends-how-to-implement-them-yourself">For the Lose</a> has a great post up about WordPress Theme trends and how you can implement some of those features in your blog today. </p>
<blockquote><p>
What are blog posts? Blog posts, when you really look at them, are nothing but walls of text. So what separates them from a page from a high school textbook? Blog posts have personality. You gain readers by being able to implement your personality into your posts. You have to make them feel comfortable, reassure them that they&#8217;re reading your posts for pleasure, not because they have to.</p></blockquote>
<p>Things like tabs, post thumbnails, and theme options pages are mentioned, and instructions are given regarding each one. If you have ever wanted to &#8220;pimp your WordPress theme&#8221;, this post might help you do that in a way you might not have thought possible, if you aren&#8217;t a programmer by nature.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggingpro.com/archives/2009/03/16/wordpress-theme-trends-and-implementation-instructions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
