<?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>Sarah Tebo, web designerWordPress | Sarah Tebo, web designer</title>
	<atom:link href="http://sarahtebo.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://sarahtebo.com</link>
	<description></description>
	<lastBuildDate>Thu, 19 Apr 2012 15:09:39 +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>My first WordPress plugin: Easy Restaurant Menu Manager</title>
		<link>http://sarahtebo.com/2012/04/my-first-wordpress-plugin-easy-restaurant-menu-manager/</link>
		<comments>http://sarahtebo.com/2012/04/my-first-wordpress-plugin-easy-restaurant-menu-manager/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 00:39:16 +0000</pubDate>
		<dc:creator>Sarah Tebo</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sarahtebo.com/?p=805</guid>
		<description><![CDATA[I'm so excited to have collaborated on my first WordPress plugin. I worked with SAI Digital developer Richard Royal to create a plugin that allows restaurants to easily manage their menus online, without the need for website visitors to download PDFs. ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m so excited to have collaborated on my first WordPress plugin. I worked with <a title="SAI Digital" href="http://saidigital.co/" target="_blank">SAI Digital</a> developer Richard Royal to create a plugin that allows restaurants to easily manage their menus online, without the need for website visitors to download PDFs. The idea came about after we were looking for a place to eat online, and every menu from every website we visited was a PDF.</p>
<p>The <a title="Easy Restaurant Menu Manager WordPress plugin" href="http://labs.saidigital.co/products/easy-restaurant-menu-manager-wordpress/" target="_blank">Easy Restaurant Menu Manager</a> WordPress plugin lets a site owner:</p>
<ul>
<li>Put items into categories like appetizers, entrees or desserts — name them whatever you want — and set the order those categories should display in</li>
<li>Include a description for each item, and decide whether or not you want to display the price</li>
<li>Add CSS right from the plugin, without fiddling with theme files</li>
<li>Attach pictures to each menu item</li>
<li>Choose single-column or two-column layouts</li>
<li>Add icons to dishes to show that an item is spicy, vegetarian, a speciality, etc. — even upload your own icons</li>
<li>Create multiple menus</li>
<li>Include a “print this menu” link that creates a print-friendly version of your menu</li>
</ul>
<p>I did most of the planning for features and functions, and created the flexible HTML and CSS output for the plugin. Richard actually built the thing and made it work in WordPress.</p>
<p>The free version of the plugin was added to the <a title="Easy Menu Manager WordPress Plugin Free Version" href="http://wordpress.org/extend/plugins/easy-restaurant-menu-manager/" target="_blank">WordPress.org plugin directory</a> on Monday; since then, it has been downloaded about 150 times. We&#8217;ve also sold several of the $25 extended version on our SAI Labs website.</p>
<p>Can&#8217;t wait to work on the next one!</p>
]]></content:encoded>
			<wfw:commentRss>http://sarahtebo.com/2012/04/my-first-wordpress-plugin-easy-restaurant-menu-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick tip: Exclude images from a WordPress gallery</title>
		<link>http://sarahtebo.com/2012/03/quick-tip-exclude-images-from-a-wordpress-gallery/</link>
		<comments>http://sarahtebo.com/2012/03/quick-tip-exclude-images-from-a-wordpress-gallery/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 01:14:02 +0000</pubDate>
		<dc:creator>Sarah Tebo</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://sarahtebo.com/?p=761</guid>
		<description><![CDATA[By default, the WordPress gallery includes all images attached to a post or page. But what if you want to exclude a photo from your gallery? (For example, you've already used it in the post and don't want it to show up twice.)]]></description>
			<content:encoded><![CDATA[<p>Not everyone needs a fancy-schmancy plugin to displays galleries on their WordPress site. For many, the gallery functionality built into WordPress is powerful enough to create a basic grid of photos. By default, the WordPress gallery includes all images attached to a post or page. But what if you want to exclude a photo from your gallery? (For example, you&#8217;ve already used it in the post and don&#8217;t want it to show up twice.)</p>
<p>It&#8217;s really simple to exclude images from the default WordPress gallery. Create your gallery like normal, and make sure you&#8217;re in the HTML editor of your post or page. You&#8217;ll see something like
<pre class="brush: plain">[gallery columns="4"]</pre>
<p>Next, you&#8217;ll need the ID number for the photo you want to exclude. Go to the Media area of your dashboard, hover over the photo and note its attachment ID number. Then, simply add
<pre class="brush: plain">exclude="numberhere"</pre>
<p> inside your gallery shortcode. You can exclude multiple images by separating with a comma. All together, it will look like this:</p>
<pre class="brush: plain">[gallery columns="4" exclude="575,582"]</pre>
<p>Hope that helps!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://sarahtebo.com/2012/03/quick-tip-exclude-images-from-a-wordpress-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powered by WordPress</title>
		<link>http://sarahtebo.com/2010/03/powered-by-wordpress/</link>
		<comments>http://sarahtebo.com/2010/03/powered-by-wordpress/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 22:14:26 +0000</pubDate>
		<dc:creator>Sarah Tebo</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[my site]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://sarahtebo.com/?p=279</guid>
		<description><![CDATA[I've been a fan of WordPress for a long time, and have used it for several client sites, as well as my own personal blog. However, my main Web site, at sarahtebo.com, was always a static HTML page. I recently decided to start practicing what I preach, so for the past week or so, I've been working on converting my HTML files to a functional Wordpress theme. ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a fan of <a href="http://wordpress.org" target="_blank">WordPress</a> for a long time, and have used it for several client sites, as well as my own personal blog. However, my main Web site, at sarahtebo.com, was always a static HTML page. I recently decided to start practicing what I preach, so for the past week or so, I&#8217;ve been working on converting my HTML files to a functional WordPress theme.</p>
<p>While the task was not complicated or difficult, it did surprise me how much there is to think about when you&#8217;re making a theme from scratch (before, I&#8217;ve always started with at least a basic framework). You have to style the comments, make a search results page, decide what regions to &#8220;widgetize,&#8221; label those regions, style the search box, decide how to display metadata, the list goes on. And several times I broke the whole dang thing by forgetting to close a &lt;div&gt;.</p>
<p>However, it was totally worth it, because now I have a WordPress-powered Web site that acts exactly as I want it to. If you&#8217;ve seen my designs, you know I like simple, easy to navigate design. And I&#8217;m in love with the &#8220;<a href="http://www.tutorial9.net/resources/cute-critters-free-icon-pack/" target="_blank">cute critters</a>&#8221; icons from Tutorial 9, which I used on my old site and definitely had to include here. Plus, I prefer the &#8220;excerpt&#8221; function for the index page, rather than using a manual &#8220;more&#8221; tag, so I could do that too.</p>
<p>Since I&#8217;m using WordPress 2.9, I also made use of the new thumbnail feature. It eliminates the need for a custom field to display a thumbnail on your index, search results, etc. pages. Once you activate the feature in your function file, you can set the thumbnail from your media library, or upload an image specifically for that use.</p>
<p>As usual, I figured all of this out as I went along, with the help from some great Web sites, including:</p>
<ul>
<li><a href="http://www.webdesignerwall.com/tutorials/building-custom-wordpress-theme/" target="_blank">Web Designer Wall</a></li>
<li><a href="http://codex.wordpress.org/Main_Page" target="_blank">WordPress Codex</a></li>
<li><a href="http://wpcandy.com/articles/easier-theme-development-with-the-sample-post-collection.html" target="_blank">WPCandy</a></li>
<li><a href="http://www.cssnewbie.com/six-ways-style-blockquotes/" target="_blank">CSS Newbie</a></li>
</ul>
<p>Of course, now that my blog is also my home page, I&#8217;ll have to blog more often. (Damn you Twitter!) Can&#8217;t have months-old content pop up when a potential client finds my site.</p>
<p>Hope you enjoy the new site, and if you find anything broken, please let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://sarahtebo.com/2010/03/powered-by-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Helping re-launch Photography by Tricia</title>
		<link>http://sarahtebo.com/2009/05/helping-re-launch-photography-by-tricia/</link>
		<comments>http://sarahtebo.com/2009/05/helping-re-launch-photography-by-tricia/#comments</comments>
		<pubDate>Mon, 25 May 2009 17:27:54 +0000</pubDate>
		<dc:creator>Sarah Tebo</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[friend]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://blog.sarahtebo.com/?p=133</guid>
		<description><![CDATA[My friend Tricia is a great photographer and really sweet girl, so of course when she asked me to help her re-launch her portfolio site I said yes. Previously, her site had been a standard Flash-based site - the kind used by many photographers - and she wanted something different and easy to update. She's already blogging on Wordpress.com, so I suggested she use a self-hosted Wordpress installation as her portfolio site. ]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-183" title="Three Rivers Photography" src="http://sarahtebo.com/wp-content/uploads/2009/05/3riversphotography2-300x180.jpg" alt="" width="300" height="180" />My friend Tricia is a great photographer and really sweet girl, so of course when she asked me to help her re-launch <a title="Photography By Tricia" href="http://www.triciadillard.com/" target="_blank">her portfolio site</a> I said yes. Previously, her site had been a standard Flash-based site &#8211; the kind used by many photographers &#8211; and she wanted something different and easy to update.</p>
<p>She&#8217;s already <a title="Tricia Dillard Speaks" href="http://www.triciadillardspeaks.wordpress.com/" target="_blank">blogging on WordPress.com</a>, so I suggested she use a self-hosted WordPress installation as her portfolio site. It will be easy for her to update, she can add functionality as her site grows and it&#8217;s much, much more search-engine friendly than her old Flash site.</p>
<p>One of the easiest ways to get started with WordPress is to customize a pre-made theme or template. I pointed Tricia to <a title="ThemeForest" href="http://themeforest.net/" target="_blank">ThemeForest</a>, which I&#8217;ve used before, because the themes there are inexpensive and high quality. She chose one called <a title="PhotographerDream" href="http://themeforest.net/item/photographerdream-wordpress-theme/29135" target="_blank">PhotographerDream</a>.</p>
<p>It features a nifty rollover effect on the home page, where it automatically displays the most recent images added to the portfolio. The top navigation displays a lits of categories, as well as pages and a link to Tricia&#8217;s blog.</p>
<p>The theme as purchased was purple and pink, but Tricia preferred a more understated black and grey scheme. I showed where to edit the stylesheet to make the changes, but being tech-savvy, she did all the customization herself.</p>
<p>The whole thing was completed in a weekend.</p>
]]></content:encoded>
			<wfw:commentRss>http://sarahtebo.com/2009/05/helping-re-launch-photography-by-tricia/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using WordPress to share videos privately</title>
		<link>http://sarahtebo.com/2009/03/using-wordpress-to-share-videos-privately/</link>
		<comments>http://sarahtebo.com/2009/03/using-wordpress-to-share-videos-privately/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 01:42:22 +0000</pubDate>
		<dc:creator>Sarah Tebo</dc:creator>
				<category><![CDATA[Misc. tech]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.sarahtebo.com/?p=113</guid>
		<description><![CDATA[I recently finished working with a client on a project that had a lot of requirements. She wanted to be able to share videos online, with minimal fuss and no technical skill, and wanted the videos to be accessible only to those she wanted to see them. It was a pretty obvious choice to use WordPress, because of its ease of use. Here's a list of the other applications and plugins I used to set up their site.]]></description>
			<content:encoded><![CDATA[<p>I recently finished working with a client on a project that had a lot of requirements. She wanted to be able to share videos online, with minimal fuss and no technical skill, and wanted the videos to be accessible only to those she wanted to see them. It was a pretty obvious choice to use WordPress, because of its ease of use. Here&#8217;s a list of the other applications and plugins I used to set up their site.</p>
<p><strong>Convert videos to FLV</strong><br />
<a href="http://www.sothink.com/product/flashvideoencoder/index.htm">SoThink Flash Video Encoder</a><br />
One of the few things the client had to purchase to make the site work, encoding software not only makes the video viewable online, it also drastically reduces file size. SoThink&#8217;s video encoder is $45 and is designed for Windows. But if you have a Mac, try <a href="http://www.iskysoft.com/video-converter-mac.html">iSkysoft Video Converter.</a></p>
<p><strong>Upload the videos to the server</strong><br />
<a href="http://filezilla-project.org/">FileZilla</a><br />
Each video file was at least 50 MB, so transferring files with FTP was the logical choice. There are any number of free FTP clients available. Though I use <a href="https://addons.mozilla.org/en-US/firefox/addon/684">FireFTP</a> on my own computer, it&#8217;s a FireFox extension and the client uses IE. So I recommended FileZilla, which is a great free FTP program.</p>
<p><strong>Display the videos on WordPress</strong><br />
<a href="http://wordpress.org/extend/plugins/wordtube/">Wordtube plugin</a><br />
I tried several different plugins for displaying the FLV files. I finally settled on this because it has an easy user interface that makes it simple to add videos to the backend, and places an &#8220;insert Flash video&#8221; button in the post creation window. It works in conjunction with the <a href="http://www.longtailvideo.com/">JW FLV player</a> from Longtail Video, which is free for noncommercial sites.</p>
<p><strong>Keeping it private</strong><br />
<a href="http://broome.us/archives/2007/01/31/the-wordpress-password-plugin/">WordPress Password plugin</a><br />
This plugin protects your entire WordPress site with a universal password. Just give it to anyone who you want to access the site. You still have to enter your own password to get into the admin pages. It&#8217;s also easy to change the password if you ever need to.</p>
]]></content:encoded>
			<wfw:commentRss>http://sarahtebo.com/2009/03/using-wordpress-to-share-videos-privately/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

