<?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>StudioPress&#187; WordPress Tips</title>
	<atom:link href="http://www.studiopress.com/category/tips/feed" rel="self" type="application/rss+xml" />
	<link>http://www.studiopress.com</link>
	<description>Premium WordPress Themes</description>
	<lastBuildDate>Wed, 08 Feb 2012 03:45:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using Firebug to Troubleshoot and Customize CSS</title>
		<link>http://www.studiopress.com/tips/using-firebug.htm</link>
		<comments>http://www.studiopress.com/tips/using-firebug.htm#comments</comments>
		<pubDate>Fri, 16 Sep 2011 16:36:03 +0000</pubDate>
		<dc:creator>Andrea Rennick</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Firebug]]></category>

		<guid isPermaLink="false">http://www.studiopress.com/?p=8811</guid>
		<description><![CDATA[In the world of web design, and even if you are simply a blogger wishing to change a few tiny things, there comes a time when you need to change elements in your theme’s style sheet. Knowing what to change and where to find it can be the biggest hurdle, but there is a simple [...]]]></description>
			<content:encoded><![CDATA[<p>In the world of web design, and even if you are simply a blogger wishing to change a few tiny things, there comes a time when you need to change elements in your theme’s style sheet. Knowing what to change and where to find it can be the biggest hurdle, but there is a simple tool available that is the web designer’s secret weapon.</p>
<p>The <a href="http://getfirebug.com">Firebug</a> extension for Mozilla’s Firefox (and <a href="https://chrome.google.com/webstore/detail/bmagokdooijbeehmkpknfglimnifench?hl=en-US&amp;hc=search&amp;hcp=main">Firebug Lite for Chrome</a>) can make short work of finding and changing css elements in your design. It overlays the rendered code of your site in a split screen so you can see and change the HTML/CSS, while being able to instantly view the change.</p>
<h4>Installing Firebug</h4>
<p>In FireFox, go to the Tools menu, select “Add Ons” and under “Get Add Ons” type Firebug in the search box. Click the Install button. You may need to restart Firefox after installation.</p>
<h4>Opening Firebug</h4>
<p>There will now be an orange bug on your address bar in the upper right. Clicking it will open up a horizontally split screen. Your web page will continue to show in the upper half, but the lower half will show the HTML of your web page.</p>
<p><img class="alignnone" src="http://www.studiopress.com/wp-content/uploads/firebug-1.png" alt="Firebug in Use" /></p>
<p>On the left side is the HTML of the page. On the right, is the css pulled from any or all style sheets used, depending on the element selected.</p>
<p>Much of the code will be collapsed so you can pick and choose which section to look at, rather than the whole overwhelming page at once.</p>
<p><img class="alignnone" src="http://www.studiopress.com/wp-content/uploads/firebug-2.png" alt="Highlighting in Firebug" /></p>
<p>Hovering over each line will highlight that div in the upper portion of the screen, making it easy to spot each section.</p>
<p>Alternatively, you may right-click on any section of the web page and choose “Inspect element”. Firebug will immediately highlight this section in the bottom pane.</p>
<p>You can feel confident in changing any of the elements to see what happens. None of this will affect your live site &#8211; only your view as you are viewing the page. Nothing is saved to the theme files.</p>
<h4>Practical Usage</h4>
<p>For example, here’s how we can see the effect of changing the background color. Click on the body tag on the right firebug pane.</p>
<p><img class="alignnone" src="http://www.studiopress.com/wp-content/uploads/firebug-3.png" alt="Selecting the body element with Firebug" /></a></p>
<p>On the left, the body section of the stylesheet is displayed.</p>
<p>Hovering over the numerical hex color code shows us visually how that color appears. Click on the color code to edit it.</p>
<p>Here I’ve typed in a different hex color code, changing the body background to a shade of grey.</p>
<p><img class="alignnone" src="http://www.studiopress.com/wp-content/uploads/firebug-4.png" alt="Firebug Background Changes" /></a></p>
<p>If I click to edit any section in the style sheet, pressing tab will insert a new line in that section, allowing me to add new elements.</p>
<p>Since Firebug does not save changes to your theme, you will need to copy the changes you’ve made in Firebug and paste them into your theme’s style.css in the appropriate spot. Firebug will also tell you exact line number where certain elements appear in the style.css file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studiopress.com/tips/using-firebug.htm/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>How to Use the Navigation Bars</title>
		<link>http://www.studiopress.com/tips/use-navigation-bars.htm</link>
		<comments>http://www.studiopress.com/tips/use-navigation-bars.htm#comments</comments>
		<pubDate>Mon, 11 Jul 2011 14:51:17 +0000</pubDate>
		<dc:creator>Brian Gardner</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Navigation Bars]]></category>

		<guid isPermaLink="false">http://www.studiopress.com/?p=8293</guid>
		<description><![CDATA[As part of our free web graphics section of the blog, we recently released the Navigation Bars. In the comments of that post, folks asked us if we&#8217;d explain how to use them into a theme. Easy to Implement with the Genesis Framework If you are running any of your sites on the Genesis Framework, [...]]]></description>
			<content:encoded><![CDATA[<p>As part of our <a href="http://www.studiopress.com/graphics">free web graphics</a> section of the blog, we recently released the <a href="http://www.studiopress.com/graphics/navigation-bars">Navigation Bars</a>. In the comments of that post, folks asked us if we&#8217;d explain how to use them into a theme.</p>
<h4>Easy to Implement with the Genesis Framework</h4>
<p>If you are running any of your sites on the <a href="http://www.studiopress.com/themes/genesis">Genesis Framework</a>, using the icon set for bloggers is quite simple &#8211; and only requires a few steps.</p>
<p>Every child theme has a primary and secondary navigation, which are defined in the style.css by #nav and #subnav respectively. For this example, I&#8217;m going to use the primary navigation and blue navigation bar.</p>
<h4>Upload Navigation Bar Images to Your Server</h4>
<p>The first thing you should do is <a href="http://www.studiopress.com/download/navigation-bars.zip">download a fresh copy</a> of the navigation bars. Inside the zip file you&#8217;ll see the PSD file for the navigation bars, but also 3 folders &#8211; blue, green and black.</p>
<p>Open up the blue folder, and copy all 4 image files you see: nav-blue-hover.png, nav-blue-line.png, nav-blue.png and nav.home. You will now need to upload those images into your child theme&#8217;s images folder.</p>
<h4>Add CSS to Style Your Navigation Bar</h4>
<p>After you&#8217;ve uploaded the images, you&#8217;ll need to open up your child theme&#8217;s <code>style.css</code> file and look for the primary navigation elements. That will begin here:</p>
<pre class="brush: css; title: ; notranslate">/* Primary Navigation
------------------------------------------------------------ */</pre>
<p>Immediately after that you will see a number of CSS definitions for the #nav and it&#8217;s related selectors. You can delete allow of that up until you get to this:</p>
<pre class="brush: css; title: ; notranslate">/* Primary Navigation Extras
------------------------------------------------------------ */</pre>
<p>And replace it with this:</p>
<pre class="brush: css; title: ; notranslate">#nav {
	background: url(images/nav-blue.png);
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}

#nav ul {
	float: left;
	padding: 0 0 0 10px;
	width: 950px;
}

#nav ul ul {
	padding: 0;
}

#nav li {
	background: url(images/nav-blue-line.png) no-repeat top right;
	float: left;
	list-style-type: none;
	padding: 0 2px 0 0;
}

#nav li.right,
#nav li li {
	background: none;
	padding: 0;
}

#nav li.home a,
#nav li.home a:hover {
	background: url(images/nav-home.png);
	height: 50px;
	padding: 0;
	text-indent: -9999px;
	width: 50px;
}

#nav li li {
	background: none;
	padding: 0;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 14px 15px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background: url(images/nav-blue-hover.png);
	color: #fff;
}

#nav li a.sf-with-ul {
	padding-right: 25px;
}

#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	height: 10px;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 20px;
	width: 10px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #1790d1;
	border: 1px solid #0274be;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	background: none;
	background-color: #0274be;
}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#nav li ul {
	height: auto;
	left: -9999px;
	margin: -3px 0 0;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover&gt;ul,
#nav li.sfHover ul {
	left: auto;
}

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}</pre>
<h4>Setting up the Home Icon for the Home Link</h4>
<p>If you want to use the icon as seen in the example of the <a href="http://www.studiopress.com/graphics/navigation-bars.htm">Navigation Bars</a>, it&#8217;s quite simple. Inside your custom menu screen, open up your Home link box and look for the <code>CSS Classes (optional)</code> option and enter home as the value.  You can see what that looks like here:</p>
<p><img class="alignnone" src="http://www.studiopress.com/images/blog/home-link.png" alt="Home Link for Navigation Bars" /></p>
<p>If you don&#8217;t see the CSS Classes (optional) box, you can enable it by opening up the Screen Options menu in the upper right hand corner of your dashboard (next to the Help tab) and clicking on the CSS Classes option.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studiopress.com/tips/use-navigation-bars.htm/feed</wfw:commentRss>
		<slash:comments>54</slash:comments>
		</item>
		<item>
		<title>How to Make Money With WordPress (and Genesis)</title>
		<link>http://www.studiopress.com/tips/make-money-with-wordpress.htm</link>
		<comments>http://www.studiopress.com/tips/make-money-with-wordpress.htm#comments</comments>
		<pubDate>Thu, 30 Jun 2011 14:09:57 +0000</pubDate>
		<dc:creator>Brian Gardner</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Genesis Framework]]></category>

		<guid isPermaLink="false">http://www.studiopress.com/?p=8194</guid>
		<description><![CDATA[As WordPress continues to grow and extend it&#8217;s user base, many folks are actively looking to exit their day jobs and figure out how to make money with WordPress. Mashable recently published a great article called 7 Ways to Build a Business Around WordPress, and we&#8217;d like to take this a step further. We&#8217;d like [...]]]></description>
			<content:encoded><![CDATA[<p>As WordPress continues to grow and extend it&#8217;s user base, many folks are actively looking to exit their day jobs and figure out how to make money with WordPress. Mashable recently published a great article called <a href="http://mashable.com/2011/06/01/wordpress-business-models">7 Ways to Build a Business Around WordPress</a>, and we&#8217;d like to take this a step further.</p>
<p>We&#8217;d like to show you not only how to make money with WordPress, but also how to make money with the <a href="http://www.studiopress.com/themes/genesis">Genesis Framework</a>. What do you say, are you interested?</p>
<h4>Become a Developer and Build Client Sites</h4>
<p>It&#8217;s no secret that a lot of folks are running on Genesis &#8211; in fact, our latest statistics show that well over a quarter million sites have the framework as the foundation of their web presence.</p>
<p>The interest folks have with running their site on Genesis is huge &#8211; and the opportunity for you to make money with WordPress by developing and building <a href="http://www.studiopress.com/showcase">custom sites</a> for clients is the same. In fact, StudioPress will promote you &#8211; as we do with many <a href="http://www.studiopress.com/genesis-developers">Genesis Developers</a>.</p>
<h4>Develop and Sell Genesis Child Themes</h4>
<p>When we launched the Genesis Framework, we knew that there would be a lot interest in working with it. Genesis carries the <a href="http://www.opensource.org/licenses/gpl-license.php">GNU General Public License v2.0</a>, which means that you have been given the opportunity to extend it by way of child themes.</p>
<p>There are a lot of talented designers and developers who are building and selling child themes. Places such as <a href="http://themedy.com">Themedy</a> and <a href="http://themeforest.net/category/wordpress/frameworks/genesis">Theme Forest</a> are developing some pretty amazing Genesis child themes.</p>
<h4>Identify and Own a Niche with Genesis</h4>
<p>Working in the &#8220;general&#8221; WordPress space can sometimes be very difficult because of competition. A way around that is to identify a niche that WordPress and Genesis can cater to, and go after it.</p>
<p>A great example of this is our friends over at <a href="http://www.agentevolution.com">Agent Evolution</a> who dominate in the custom real estate website market. They use a combination of <a href="http://www.studiopress.com/themes/agentpress">AgentPress</a> and IDX integration to own that space.</p>
<p>Another example is the political arena, where our friends Wes and Lauren at <a href="http://winwithwp.com">Win With WordPress</a> exclusively build their themes and custom sites with Genesis.</p>
<h4>Become an Affiliate and Market Genesis</h4>
<p>Affiliate programs have been around for years now, and StudioPress offers 35% commission for all sales generated by affiliate leads. Whether you do child theme reviews or simply place advertising on your site like <a href="http://www.chrisbrogan.com">Chris Brogan</a> and <a href="http://www.problogger.net">Darren Rowse</a> do, you have the chance to make a lot of money.</p>
<p>Want to be like our top affiliates who earn $xx,xxx? <a href="http://www.studiopress.com/affiliates">Join our affiliate program now&#8230;</a></p>
<h4>Develop and Sell Add-Ons for Genesis</h4>
<p>Long time StudioPress friends <a href="http://ronandandrea.com">Ron and Andrea Rennick</a> saw an opportunity at hand when they were contacted by many people regarding the integration of BuddyPress and Genesis. Not too much time passed before they realized the chance to make money was there.</p>
<p>Ron developed the <a href="http://www.studiopress.com/plugins/genesis-connect">Genesis Connect</a> plugin, which allows users to build a social network for your company, school, sports team or niche community all based on the power and flexibility of the Genesis Framework and WordPress.</p>
<h4>Create a Membership Site for Genesis Training</h4>
<p>We offer an extensive site for <a href="http://dev.studiopress.com">Genesis Development</a>, which includes an array of resources from general tutorials to teaching the basics of <a href="http://dev.studiopress.com/building-child-themes">building child themes</a>.</p>
<p>While there is an incredible amount of documentation there, there&#8217;s also a void for niche specific and detailed information that some users are looking for. This is a great opportunity to carve out your own place in the market, and do something like our friend Kim is doing with her <a href="http://thewpchick.com/diving-into-genesis-a-beginners-guide">Diving Into Genesis</a> series.</p>
<h4>Making Money With WordPress AND Genesis</h4>
<p>In the same way Matt Mullenweg encourages people to build business and make money with WordPress, we do the same with Genesis. We love the ecosystem that has been created out of the development of the Genesis Framework, and actively promote (through the StudioPress blog as well as Twitter) people who do great things with it.</p>
<p>There&#8217;s plenty of opportunity as we&#8217;ve pointed out to establish a viable business by combining the power of WordPress and extensibility of Genesis. We will continue to find ways to expose the talented designers and developers in our community.</p>
<p><strong><em>And that&#8217;s a promise.</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.studiopress.com/tips/make-money-with-wordpress.htm/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>How to Use Google Web Fonts With Your Genesis-Powered Website</title>
		<link>http://www.studiopress.com/tips/google-web-fonts.htm</link>
		<comments>http://www.studiopress.com/tips/google-web-fonts.htm#comments</comments>
		<pubDate>Tue, 28 Jun 2011 05:19:40 +0000</pubDate>
		<dc:creator>Brian Gardner</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Genesis Framework]]></category>
		<category><![CDATA[Google Web Fonts]]></category>

		<guid isPermaLink="false">http://www.studiopress.com/?p=8131</guid>
		<description><![CDATA[There is a lot of buzz going on these days with web design and custom fonts &#8211; and more than likely you&#8217;ve seen some typography that you&#8217;d die to have on your site. Some of these are paid fonts, which you might want not want to spend money on. Google Comes to the Rescue Google [...]]]></description>
			<content:encoded><![CDATA[<p>There is a lot of buzz going on these days with web design and custom fonts &#8211; and more than likely you&#8217;ve seen some typography that you&#8217;d die to have on your site. Some of these are paid fonts, which you might want not want to spend money on.</p>
<h4>Google Comes to the Rescue</h4>
<p><a href="http://www.google.com/webfonts">Google Web Fonts</a> lets you browse all the fonts available via the Google Web Fonts API. All fonts in the directory are available for use on your website under an open source license and are served by Google servers. </p>
<p><strong>And they are free.</strong> That&#8217;s great news, right?</p>
<p>Well yes it is &#8211; especially if you&#8217;re running the <a href="http://www.studiopress.com/themes/genesis">Genesis Framework</a> on your website or blog. With a few simple steps, you can select any of the Google web fonts and implement them into your design.</p>
<h4>How to Implement Google Web Fonts</h4>
<p>The first thing you need to do is to identify which font you&#8217;d like to use. You can do so by visiting the <a href="http://www.google.com/webfonts">Google Web Fonts</a> page, and browsing by various criteria.</p>
<p>As soon as you find a font you like, click the &#8220;Quick Use&#8221; link and you&#8217;ll be taken to the font page. Toward the bottom, you&#8217;ll see the Developer&#8217;s Guide section &#8211; click on the link that says &#8220;@import&#8221; which will display this:</p>
<pre class="brush: css; title: ; notranslate">@import url(http://fonts.googleapis.com/css?family=Droid+Serif);</pre>
<h4>Adding to Your Child Theme&#8217;s Style Sheet</h4>
<p>The first thing you need to do is add the following code to the top of your style sheet. You&#8217;ll want to do it immediately after the style sheet header (which has info such as Theme Name, Version, etc.)</p>
<pre class="brush: css; title: ; notranslate">/* Import Fonts
------------------------------------------------------------ */
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);</pre>
<p>Make sure the code is placed above any of the child theme&#8217;s CSS definitions.</p>
<p>The last step is defining the font in places you want to use it. For example, if you want to use the Droid Serif font in the navigation, you would add it to your font stack below like you see below:</p>
<pre class="brush: css; title: ; notranslate">#nav {
    font-family: 'Droid Serif', serif;
}</pre>
<p>It&#8217;s that simple &#8211; using Google Web Fonts with your Genesis theme is that easy.  Just follow the steps mentioned above, and you can add some wonderful typography to your website or blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studiopress.com/tips/google-web-fonts.htm/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>How to Use the Icon Set for Bloggers</title>
		<link>http://www.studiopress.com/tips/use-icon-set-bloggers.htm</link>
		<comments>http://www.studiopress.com/tips/use-icon-set-bloggers.htm#comments</comments>
		<pubDate>Thu, 23 Jun 2011 14:26:06 +0000</pubDate>
		<dc:creator>Brian Gardner</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Blog Icons]]></category>
		<category><![CDATA[Genesis Framework]]></category>

		<guid isPermaLink="false">http://www.studiopress.com/?p=8058</guid>
		<description><![CDATA[As part of our free web graphics section of the blog, we recently released an Icon Set for Bloggers. In the comments of that post, folks asked us if we&#8217;d explain how to use them into a theme. Easy to Implement with the Genesis Framework If you are running any of your sites on the [...]]]></description>
			<content:encoded><![CDATA[<p>As part of our <a href="http://www.studiopress.com/category/graphics">free web graphics</a> section of the blog, we recently released an <a href="http://www.studiopress.com/graphics/icon-set-bloggers.htm">Icon Set for Bloggers</a>. In the comments of that post, folks asked us if we&#8217;d explain how to use them into a theme.</p>
<h4>Easy to Implement with the Genesis Framework</h4>
<p>If you are running any of your sites on the <a href="http://www.studiopress.com/themes/genesis">Genesis Framework</a>, using the icon set for bloggers is quite simple &#8211; and only requires a few steps.</p>
<p>First, let&#8217;s take a look at where the icon set for bloggers can even be used. There are two sections within the Genesis Framework where you can utilize these fine graphics &#8211; the post info section, and the post meta section.</p>
<h4>The Post Info Section</h4>
<p>Traditionally in all Genesis child themes the post info section can be found underneath the post title.  Here&#8217;s an example taken from the <a href="http://www.studiopress.com/themes/minimum">Minimum</a> child theme:</p>
<p><img class="alignnone" src="http://www.studiopress.com/images/blog/post-info.jpg" alt="Post Info Section - Genesis Framework" /></p>
<p>You&#8217;ll see that there is an icon immediately to the left of the date and also the comments. Both of those show up as a result of CSS that is defined in the Minimum child theme&#8217;s style.css file.  Here&#8217;s what that looks like:</p>
<pre class="brush: css; title: ; notranslate">.time {
	background: url(images/icon-time.png) no-repeat;
	padding: 2px 0 2px 21px;
}

.post-comments {
	background: url(images/icon-comments.png) no-repeat;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}</pre>
<h4>The Post Meta Section</h4>
<p>Similarly in all Genesis child themes the post info section can be found at the bottom of each post, mostly likely directly above the author box.  Here&#8217;s an example taken from the <a href="http://www.studiopress.com/themes/minimum">Minimum</a> child theme:</p>
<p><img class="alignnone" src="http://www.studiopress.com/images/blog/post-meta.jpg" alt="Post Meta Section - Genesis Framework" /></p>
<p>You&#8217;ll see that there is an icon immediately to the left of the categories and also the tags. Both of those show up as a result of CSS that is defined in the Minimum child theme&#8217;s style.css file.  Here&#8217;s what that looks like:</p>
<pre class="brush: css; title: ; notranslate">.categories {
	background: url(images/icon-categories.png) no-repeat;
	padding: 2px 0 2px 22px;
}

.tags {
	background: url(images/icon-tags.png) no-repeat;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 20px;
}</pre>
<h4>Implementing the New Icons</h4>
<p>As you can see from the CSS above, each icon is saved as an image &#8211; icon-categories.png, icon-comments.png, icon-tags.png and icon-time.png.  If you want to replace the icons shown in the examples above with ones from the icon set for bloggers, all you need to do is rename each of the new icons with the file name from the style.css file. (Alternatively, you could change the image file name in the style.css file to match that of the file name of each corresponding icon.)</p>
<h4>Upload Files to Your Server</h4>
<p>Once you have that sorted, all you need to do is simply upload each of the icon files to the child theme&#8217;s images folder on your server. You may need to overwrite the default files from the theme if you chose the method of renaming the icons from our pack to icon-categories.png, icon-comments.png, icon-tags.png and icon-time.png.</p>
<p>If you choose to change the image file name in the style.css file to match that of the file name of each corresponding icon, make sure you upload the style.css file to your child theme&#8217;s folder.</p>
<p>If you have have any questions with this, feel free to ask in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studiopress.com/tips/use-icon-set-bloggers.htm/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How to Add a Follow Me on Twitter Link to Your Posts</title>
		<link>http://www.studiopress.com/tips/how-to-add-a-follow-me-on-twitter-link-to-your-posts.htm</link>
		<comments>http://www.studiopress.com/tips/how-to-add-a-follow-me-on-twitter-link-to-your-posts.htm#comments</comments>
		<pubDate>Mon, 28 Dec 2009 19:09:07 +0000</pubDate>
		<dc:creator>Brian Gardner</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Follow Us on Twitter]]></category>

		<guid isPermaLink="false">http://www.studiopress.com/?p=1144</guid>
		<description><![CDATA[There are many ways to enhance the way your blog or website looks. A common question we receive here at StudioPress is how to add a follow me on Twitter link posts. This is something that is very easy to accomplish by following the steps below. Here&#8217;s an example of the Follow Me on Twitter [...]]]></description>
			<content:encoded><![CDATA[<p>There are many ways to enhance the way your blog or website looks. A common question we receive here at StudioPress is how to add a follow me on Twitter link posts.  This is something that is very easy to accomplish by following the steps below.</p>
<p><strong>Here&#8217;s an example of the Follow Me on Twitter link at the end of a post:</strong></p>
<p><img src="http://www.studiopress.com/images/twitter-post.png" alt="Follow Me on Twitter Link" /></p>
<p><strong>Step #1</strong><br />
You&#8217;ll need to establish a class of CSS for the link. Add this to your theme&#8217;s stylesheet:</p>
<pre><code>.follow-me {
	background: url(images/twitter.png) no-repeat left center;
	padding: 2px 0px 2px 20px;
	}</code></pre>
<p>You&#8217;ll notice that this CSS defines the link class you will use, and that an image is associated with it which is set as a background image. You&#8217;ll need to upload an image to your theme&#8217;s images directory on your server in order for it to show. Below is a sample image you can use for your Follow Me on Twitter link &#8211; you can right click and save image as.</p>
<p><img style="margin-bottom: 10px;" src="http://www.studiopress.com/images/twitter.png" alt="Twitter" /><br />
<strong>Step #2</strong><br />
The next thing you will need to do is open up your theme&#8217;s index.php file and look for the content call:</p>
<pre><code><?php the_content(__('Read more', 'studiopress'));?>
<div class="clear"></div>

</code></pre>
<p>Immediately after that, place this code:</p>
<pre><code><a class="follow-me" href="http://twitter.com/username">Follow Me on Twitter</a></code></pre>
<p>Make sure you replace &#8220;username&#8221; in the code above with your own Twitter username. Keep in mind that this tutorial was written for StudioPress &#8220;classic&#8221; themes &#8211; if you want to add a Follow Me on Twitter link to your post, check to see if your theme has a single.php file. If it does, use that file instead of index.php in Step #2.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studiopress.com/tips/how-to-add-a-follow-me-on-twitter-link-to-your-posts.htm/feed</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>How to Optimize Images on Your Blog or Website</title>
		<link>http://www.studiopress.com/tips/how-to-optimize-images-on-your-blog-or-website.htm</link>
		<comments>http://www.studiopress.com/tips/how-to-optimize-images-on-your-blog-or-website.htm#comments</comments>
		<pubDate>Fri, 25 Sep 2009 11:59:14 +0000</pubDate>
		<dc:creator>Brian Gardner</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://www.studiopress.com/?p=953</guid>
		<description><![CDATA[A lot of blogs and websites that use StudioPress themes are image heavy, and that&#8217;s a good thing, as that&#8217;s what makes them look good. However, these images tend to be a lot heavier than they have to be, because most people don&#8217;t know how to save their images for the web. Over the last [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of blogs and websites that use StudioPress themes are image heavy, and that&#8217;s a good thing, as that&#8217;s what makes them look good. However, these images tend to be a lot heavier than they have to be, because most people don&#8217;t know how to save their images for the web.</p>
<p>Over the last year or so, a lot of improvements have been made in that area. The first to make it very easy to optimize your images was Yahoo, with its <a href="http://developer.yahoo.com/yslow/smushit/">Smush.it</a> service. Smush.it is included in the tool that most web developers now can&#8217;t live without: <a href="http://getfirebug.com/">Firebug</a>. By removing all sorts of meta data and other unneeded info in files, it can make files a lot smaller, I&#8217;ve seen it save up to 50% on very large images.</p>
<p>The cool thing about Smush.it is that there&#8217;s an API, and a WordPress plugin that uses it, appropriately called <a href="http://wordpress.org/extend/plugins/wp-smushit/">WP Smush.it</a>. This plugin automatically &#8220;smushes&#8221; all your images when you upload them, so it&#8217;s a default install on all the sites I work on.</p>
<p>There&#8217;s a &#8220;one up&#8221; though. All the images on your site that are regularly loaded, so especially everything in your theme, should be ran through a tool called <a href="http://www.gracepointafterfive.com/punypng">PunyPNG</a>. There&#8217;s no API for this tool yet, so it&#8217;s not as easy to integrate it with WordPress, but it does take it one step further and has reduced some of the imagery on <a href="http://yoast.com/">yoast.com</a> with another 10% or so.</p>
<p>Doing this can <em>really</em> make your site load faster as the total size of your page is decreased. So, go install WP Smush.it now, and run all your themes images for PunyPNG.</p>
<p>What? Still here? Go off already, and let us know in the comments how many KB you saved!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studiopress.com/tips/how-to-optimize-images-on-your-blog-or-website.htm/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Translating a StudioPress theme</title>
		<link>http://www.studiopress.com/tips/translating-studiopress-theme.htm</link>
		<comments>http://www.studiopress.com/tips/translating-studiopress-theme.htm#comments</comments>
		<pubDate>Mon, 15 Jun 2009 20:13:33 +0000</pubDate>
		<dc:creator>Brian Gardner</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Localization]]></category>
		<category><![CDATA[Translation]]></category>

		<guid isPermaLink="false">http://www.studiopress.com/?p=662</guid>
		<description><![CDATA[A new feature of StudioPress themes is that they are being Internationalized (I18n). This means that you can now translate these themes into your own native language! (Currently Internationalized StudioPress themes: Genesis*, Church, Corporate, Education, &#038; Magazine. This post is a simple &#8220;how to&#8221; that should help you get a translation done. Step 1. Download [...]]]></description>
			<content:encoded><![CDATA[<p>A new feature of StudioPress themes is that they are being Internationalized (I18n). This means that you can now translate these themes into your own native language! <strong>(Currently Internationalized StudioPress themes: <a href="http://www.studiopress.com/themes/genesis">Genesis*</a>, <a href="http://www.studiopress.com/themes/church">Church</a>, <a href="http://www.studiopress.com/themes/corporate">Corporate</a>, <a href="http://www.studiopress.com/themes/education">Education</a>, &#038; <a href="http://www.studiopress.com/themes/magazine">Magazine</a></strong>. This post is a simple &#8220;how to&#8221; that should help you get a translation done.</p>
<p><strong>Step 1. Download Poedit</strong></p>
<p>To be able to translate a theme, you&#8217;ll need a program called Poedit. It&#8217;s available for Windows, Mac and Linux. If you&#8217;re using Windows or Mac, you can download it <a href="http://www.poedit.net/download.php">here</a>. If you&#8217;re on Linux, get it through your distributions package distribution system.</p>
<p><strong>Step 2. Run Poedit</strong></p>
<p>Once you download and run it, it&#8217;ll look something like this:</p>
<p><img src="http://www.studiopress.com/images/blog/poedit.png" alt="How to Translate a StudioPress Theme" /></p>
<p>A smart thing to do now is go to Preferences and enter your details, these will be used in all files you ever create with Poedit.</p>
<p><strong>Step 3. Creating a new catalog</strong></p>
<p>You can then go in to the File menu and select &#8220;New catalog from POT file&#8230;&#8221;. This opens an open file dialog. Go to your themes&#8217; &#8220;languages&#8221; folder and open the <em>.pot</em> file you find there. Poedit will ask you to give some info about Project names, versions, teams, etc. It&#8217;s very important to set the Language and Country correctly here. After that, you can press &#8220;OK&#8221;.</p>
<p>Poedit will now ask you to name your file. This is <em>very</em> important (although easy to fix later). The naming convention for these files is the two letter language code, in lowercase, followed by an underscore, followed by the country code in uppercase. So for my home country, the Netherlands, and language Dutch, it would be <tt>nl_NL</tt>, for US English it would be <tt>en_US</tt> and for UK English it would be <tt>en_UK</tt>.</p>
<p><strong>Step 4. Translate all strings</strong></p>
<p>After doing that, you get the interface that this is all about, in which you can translate the strings. This will look something like this:</p>
<p><img src="http://www.studiopress.com/images/blog/poedit2.png" alt="How to Translate a StudioPress Theme" /></p>
<p>The upper left side contains the original strings, the right side the translations. Below that is the currently selected string in the first box, followed by the area where you can type in your new translation. You can now go through all the strings and translate them.</p>
<p><strong>Step 5. Save, upload &amp; enjoy!</strong></p>
<p>Once you&#8217;re done, save the file. On saving, Poedit will actually create two files, a .po file and a .mo file. No need to really describe what those are here, but suffice to say the .mo file is the &#8220;machine&#8221; version of the .po file. Now you can upload both files to your blog, placing them in your themes languages directory, and you&#8217;re done. If you&#8217;re running a localized WordPress, your template should now be localized as well!</p>
<p>* &#8211; Note: The Genesis Theme Framework is internationalized and comes with a .po file. All available Child themes are internationalized, too and since they work with the parent theme-Genesis, the Genesis .po file covers them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studiopress.com/tips/translating-studiopress-theme.htm/feed</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>How to Use the WordPress Image Uploader to Create Thumbnails</title>
		<link>http://www.studiopress.com/tips/how-to-use-the-wordpress-image-uploader-to-create-thumbnails.htm</link>
		<comments>http://www.studiopress.com/tips/how-to-use-the-wordpress-image-uploader-to-create-thumbnails.htm#comments</comments>
		<pubDate>Mon, 30 Mar 2009 14:17:06 +0000</pubDate>
		<dc:creator>Brian Gardner</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Thumbnails]]></category>

		<guid isPermaLink="false">http://www.studiopress.com/?p=472</guid>
		<description><![CDATA[The first thing that I want to say is that I apologize &#8211; this post is long overdue, and I have been meaning to write it for months now. Thankfully, with the help of a Starbucks latte and some free time, I&#8217;ve finally gotten a round tuit and am writing it. I&#8217;m sorry for the [...]]]></description>
			<content:encoded><![CDATA[<p>The first thing that I want to say is that I apologize &#8211; this post is long overdue, and I have been meaning to write it for months now. Thankfully, with the help of a <a href="http://www.starbucks.com">Starbucks</a> latte and some free time, I&#8217;ve finally gotten a <a href="http://en.wiktionary.org/wiki/round_tuit">round tuit</a> and am writing it. I&#8217;m sorry for the long post, but this is important &#8211; so here goes&#8230;</p>
<p>As many of you know, the StudioPress (as well as other premium) themes utilize thumbnail images on the homepage and on other page templates. One of the biggest criticisms of my themes is that they use custom fields to display images, and that folks have to manually create an image for each location on the site. Other themes might use third party code/applications such as <a href="http://www.darrenhoyt.com/2008/04/02/timthumb-php-script-released">Tim Thumb</a> or <a href="http://mediatricks.biz/wordpress-plugins/thumbnail-plugins/viva-zoom-viva-thumbs-pro">Viva Thumbs Pro</a> to create their thumbnails.</p>
<p>While these are useful resources, I&#8217;ve really tried making it a point (<a href="http://www.featuredcontentgallery.com">Featured Content Gallery</a> as the exception) to develop my themes without the need to rely on third party applications or other WordPress plugins. You might ask why, and the answer is simple &#8211; I don&#8217;t want to support them, but more importantly I want to make sure my themes don&#8217;t break when an outside application isn&#8217;t updated to be compatible with the current version of WordPress.</p>
<h2>My Image Uploader Experiment</h2>
<p>When I was developing the <a href="http://www.studiopress.com/themes/streamline">Streamline</a> theme, I decided to experiment with the use of images throughout the site &#8211; and I&#8217;ll use this as the example of how to use the WordPress image uploader to create thumbnails.</p>
<p>One of the new features inside the WordPress dashboard is the ability to upload images while creating a post. What many people don&#8217;t know, is that in the process you have the ability to specify other sizes of images that the uploader will automatically create. You can specify these image sizes within your dashboard under Settings > Media.</p>
<p><strong>Here&#8217;s an example of what I used for the Streamline theme demo site:</strong></p>
<p><img src="http://www.studiopress.com/images/blog/media-settings.png" alt="WordPress Media Settings" /></p>
<p>You might be asking why this matters. Well, if you plan to use a theme like Streamline, you can simply upload an image to your server, and in the process, the images that you use in the Featured Content Gallery, the thumbnail for the Featured Posts on the homepage, as well as the image inside your post can automatically be created for you. (Which means you DON&#8217;T have to manually create images of various sizes for each location.) That&#8217;s right, one upload, and all of the necessary images you need for your site are created.</p>
<h2>How Exactly Do You Take Advantage of This?</h2>
<p>In the process of writing a post, simply choose to upload an image. That&#8217;s all you need to do, select the image from your local machine that you want to upload.   After uploading the image through the image uploader, here are the additional images that were created for me.</p>
<p><strong>The image that I&#8217;ll use for the Featured Content Gallery at 600&#215;400:</strong></p>
<p><img src="http://www.studiopress.com/demo/streamline/wp-content/uploads/2009/04/er.jpg" alt="John Stamos at the ER Series Finale" /></p>
<p><strong>The image that I&#8217;ll use in the post at 300&#215;200:</strong></p>
<p><img src="http://www.studiopress.com/demo/streamline/wp-content/uploads/2009/04/er-300x200.jpg" alt="John Stamos at the ER Series Finale" /></p>
<p><strong>The image that I&#8217;ll use for the thumbnail on the homepage at 150&#215;150:</strong></p>
<p><img src="http://www.studiopress.com/demo/streamline/wp-content/uploads/2009/04/er-150x150.jpg" alt="John Stamos at the ER Series Finale" /></p>
<h2>How This Looks On My Server</h2>
<p>In order to help you understand the process, I&#8217;m going to show you what my server looks like. After I uploaded the original image which was saved as er.jpg, you can see the other two that were created for me.</p>
<p><img src="http://www.studiopress.com/images/blog/ftp-images.png" alt="Server Image" /></p>
<h2>Using This Process in a theme Like Streamline</h2>
<p>Now that I&#8217;ve explained how to use the image uploader to create thumbnail images, I want to show how you can use this for a theme like Streamline. All you need to do is call the three images into your post as seen below.</p>
<p><strong>Here is a screenshot of how the post looks inside my dashboard:</strong></p>
<p><img src="http://www.studiopress.com/images/blog/custom-fields.png" alt="Custom Fields" /></p>
<h2>Summing Things Up</h2>
<p>In conclusion, this should alleviate a lot of frustration &#8211; it means you don&#8217;t have to manually create images for each place on my themes. It also means that you are not relying on third party applications or plugins that aren&#8217;t guaranteed to work as WordPress continually releases updates. I really hope that the tutorial makes sense, because to me, it simplifies the process of uploading an image once, and being able to use automatically generated thumbnails for other places throughout your site. If you have any questions, leave a comment below and I&#8217;ll reply.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studiopress.com/tips/how-to-use-the-wordpress-image-uploader-to-create-thumbnails.htm/feed</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 550/648 objects using apc

Served from: www.studiopress.com @ 2012-02-08 03:26:56 -->
