<?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>WordPress Angel &#187; Themes</title>
	<atom:link href="http://www.wordpressangel.com/topics/themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wordpressangel.com</link>
	<description>Bringing WordPress Down to Earth</description>
	<lastBuildDate>Tue, 01 May 2012 23:13:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Backgrounds: Quick updates to your site with Thesis</title>
		<link>http://www.wordpressangel.com/2010/06/custom-background-thesis/</link>
		<comments>http://www.wordpressangel.com/2010/06/custom-background-thesis/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 16:02:00 +0000</pubDate>
		<dc:creator>Lisa Brown</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.wordpressangel.com/?p=251</guid>
		<description><![CDATA[One of the questions I get a lot is what will it take to make my blog look like my site or less like a blog (or both). Here are some easy ways to begin making changes to your site. This is the first in a series of posts talking about easy ways to modify [...]]]></description>
			<content:encoded><![CDATA[<p>One of the questions I get a lot is what will it take to make my blog look like my site or less like a blog (or both).<br />
<div id="attachment_254" class="wp-caption alignright" style="width: 137px"><img class="size-full wp-image-254" title="My Background Pattern" src="http://www.wordpressangel.com/wp-content/uploads/2010/06/patt_4c0a6e3271f09.jpg" alt="" width="127" height="127" /><p class="wp-caption-text">Tiling Background Image</p></div><br />
Here are some easy ways to begin making changes to your site. This is the first in a series of posts talking about easy ways to modify your WordPress/Thesis site.</p>
<h3>Today, let&#8217;s tackle your background.</h3>
<p>Sure you can use the Design Options and set the background color. And if you&#8217;re feeling really adventurous you can even check the box that adds a cool shadow effect to the site. (this keys off your background color to create the shadow effect)</p>
<p>But what about adding a tiling image to your background? <a href="http://www.wordpressangel.com/tiling-background-thesis/">This page</a> has a custom tiling background, here&#8217;s how you can do it. (you can also do it for a particular post, more on that in a moment)</p>
<p>Enter custom.css &#8211; and a little bit of code. (don&#8217;t worry, it&#8217;s not hard to work with&#8230;)</p>
<p>First you&#8217;ll need an image to use as your background. Check out this site for generating background patterns: <a href="http://www.bgpatterns.com/ ">bgpatterns.com</a> (warning this site can be fun and you might find you spent more time there than you intended) and download your background. This site&#8217;s backgrounds are nice &#8211; because they seamlessly tile to create a background. Small file sizes create really striking looks.</p>
<p>Got your background? Good. You can rename the file to something easier to work with &#8211; if you downloaded from the bgpattern site &#8211; it will be a randomly generated name beginning with patt_. You&#8217;ll need to ftp or upload it to your web server. It belongs in the wp-content/themes/thesis/custom/images folder.</p>
<p>Now for custom.css. Go to the custom file editor in Thesis and you should see the the custom.css file there ready to edit.</p>
<p>Here&#8217;s what you&#8217;ll paste in:</p>
<pre>body.custom  {
  background:#F3F7FB url(images/wpa-clouds.jpg) repeat-x;
}</pre>
<p>Now change the name of the image to your background image&#8217;s name. That works for all the pages on your site &#8211; but what if you want to assign a special background to a particular page? Thesis makes that easy, actually!  For example, say you have a page called &#8220;services&#8221;. You can apply a different background on this page by using this css, because Thesis adds a css class for each page of your site. (home would be home, contact would be contact, basically whatever you entered in as the page&#8217;s name in the permalink or slug field.</p>
<pre>body.tiling-background-thesis {
 background:#F3F7FB url(images/patterntile.jpg) repeat;
}
</pre>
<p>If you wanted to &#8211; you could even apply different backgrounds to your category pages of your blog &#8211; the classes for these are created like this: cat_categoryname &#8211; so if you had a category called Beaches, it would be cat_beaches.</p>
<p>If you decide to apply this to a post, there&#8217;s one more step &#8211; after you&#8217;ve created your style, note what the class name is &#8211; that&#8217;s the part after the dot. Then edit your post, look in the SEO Details and Additional Style section for the  CSS Class field, add your class there (no dot) and update your post. That&#8217;s how I got the different background on this post! Easy!</p>
<p>There&#8217;s a lot more customization you can do with this system &#8211; but this is one of the simplest and easiest changes you can do to your Thesis site.  Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressangel.com/2010/06/custom-background-thesis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thesis Theme for WordPress</title>
		<link>http://www.wordpressangel.com/2010/01/thesis-theme-for-wordpress/</link>
		<comments>http://www.wordpressangel.com/2010/01/thesis-theme-for-wordpress/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 21:32:06 +0000</pubDate>
		<dc:creator>Lisa Brown</dc:creator>
				<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.wordpressangel.com/?p=243</guid>
		<description><![CDATA[Why Thesis? I&#8217;ve been using Thesis on my own site&#8217;s and on client sites for quite some time. (This site uses Thesis!) So what do I like about it? I like Thesis by DIYThemes for some of the same reasons I choose to work with WordPress. It&#8217;s flexible, yet solid framework. Thesis works with WordPress [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wordpressangel.com/likes/thesis.php"><img class="alignright size-full wp-image-246" style="border: 0pt none;" title="thesis diythemes" src="http://www.wordpressangel.com/wp-content/uploads/2010/01/thesis-300x250-1.png" alt="" width="240" height="200" /></a>Why Thesis? I&#8217;ve been using <a href="http://www.wordpressangel.com/likes/thesis.php">Thesis</a> on my own site&#8217;s and on client sites for quite some time. (This site uses Thesis!) So what do I like about it?</p>
<p>I like <a href="http://www.wordpressangel.com/likes/thesis.php">Thesis by DIYThemes</a> for some of the same reasons I choose to work with WordPress. It&#8217;s flexible, yet solid framework. Thesis works with WordPress without messing with the the core WordPress files, this makes updates easier and less likely to cause problems. (plugins and updates of those are another issue)</p>
<h3>Thesis as a Framework</h3>
<p>Thesis gives you a framework for your site &#8211; it&#8217;s not like many of the other custom themes that focus more on visuals and less on flexibility. That said, if you find a premium theme you like that works for you, that doesn&#8217;t make it a bad choice.</p>
<h3>Styling Thesis</h3>
<p>Thesis can be styled to look like whatever you&#8217;d like to see &#8211; between custom css, custom functions and the featured content function/area &#8211; you have the ability to put together a design that can run a corporate site, an affiliate site, a product catalog, or even a blog. It doesn&#8217;t have to look like a blog. This is one of the questions I get asked over and over again &#8211; &#8220;will it look bloggy?&#8221; No, not if you want something different. You can incorporate the elements of a blog with your site, but not be left with a site whose focus are the blog posts.</p>
<p>SEO is built-in to Thesis, but if you choose to use one of the popular plugins &#8211; you can do that too. More on this later.</p>
<h3>Installing Thesis</h3>
<p>Installing Thesis is pretty standard &#8211; as themes go. You upload the Thesis folder into the wp-content/themes folder. Then activate the theme.</p>
<p>When you first install Thesis and visit the options panel, you may see a message about your file permissions. Don&#8217;t panic! This is easy to take care of and will allow you to manage many things from your Dashboard.</p>
<p>The easiest way to take care of this &#8211; open your ftp client and go to the Thesis folder. You&#8217;ll find it here: wp-content/themes/Thesis (or something similar)</p>
<p>Look for the custom-sample folder. First rename this folder to custom.</p>
<p>Now open the custom folder. Change the permission on three files to 666:</p>
<ul>
<li>layout.css</li>
<li>custom.css</li>
<li>custom_functions.php</li>
</ul>
<p>That&#8217;s it &#8211; you&#8217;re ready to make changes to settings to Thesis from the Dashboard.</p>
<h3>The Thesis Options Dashboard</h3>
<p>Let&#8217;s look at some of the features of Thesis:</p>
<p>You can control the top Navigation on your site. Add and remove pages. Sub-pages even appear as a drop-down menu. You can add Categories to appear here, and even your own custom links.</p>
<p>You can control how the header, bylines, how the category and other archive pages work, how tagging works, comments (whether or not they&#8217;re on pages, etc.) all from the Thesis Options page.</p>
<h3>Design Options</h3>
<p>From the Design Options page you&#8217;ll find Font settings for the various elements on your site, including font sizes and a color picker which makes it really easy to select and choose colors that work with your design.</p>
<p>Something I like a lot: in the Body section of Fonts Colors and More: you can click a box to add a cool shadow effect to your layout &#8211; this adds a bit of a shadow effect to your layout &#8211; no graphics required. You can also turn off interior borders that appear within the page, no additional css required. Easy!</p>
<p>Site Layout options are also here &#8211; you can choose the number of columns and their configuration &#8211; what order they appear in and even their width.</p>
<p>You can also modify how post images work and how post thumbnails work on the site. These can be overridden at the individual post/page level too &#8211; giving you complete control.</p>
<p>Teasers are something that affect the blogging part of your site &#8211; if you&#8217;re using Teasers (settings for this found on the Thesis Options page) you can select how they appear and what they contain.</p>
<p><strong>Feature Box</strong> &#8211; this is a setting that turns &#8220;on&#8221; the Feature Box &#8211; but to use it you&#8217;ll need a bit of custom code. Feature Box is an area you can use on just the home page, or on both the home page and blog page or even sitewide.  You can also select where it appears: across the content area, or full width across the top of the content area and columns or even above the header. You use a custom function to insert the content and it can contain any html along with php you&#8217;d like. We&#8217;ve used this to pull in the featured content slider on a number of sites, but there are a lot of things you can do with this area to make your site stand out.</p>
<p><strong>Multimedia Box</strong>: Here&#8217;s something a lot of people miss when they look at Thesis and it&#8217;s really powerful for how you use your site. The Multimedia Box is a function that is built in to Thesis. Activating it takes just a quick select. You can have it display randomly rotating images, show a video, or show any html you&#8217;d like. The cool thing: you can turn it on or off sitewide, AND you still have the ability to configure it on a page/post basis.</p>
<p>What can you use this for? rotating images that change with page load, place a video on your product or service page that explains that product or service, add an opt-in or other call to action, use it for quick news or messages &#8211; anything you&#8217;d like to highlight. Nearly anything can be placed in this area. Just keep in mind that the size of the Multimedia Box will depend on your columns, column configuration (layout) and the widths of your columns)</p>
<p>Goodness, all this and we haven&#8217;t even talked SEO.</p>
<h3>SEO and Thesis</h3>
<p>Thesis builds in SEO &#8211; really built in SEO controls for so many of the options you want and need. Instead of needing another plugin &#8211; it&#8217;s already there, waiting for you to use it.</p>
<p>On every Page or Post you&#8217;ll find the SEO Details and Additional Style section. This section will allow you to completely control your Custom Title Tag, Meta Description and your Meta-Keywords for the page. Hand craft your Titles and Descriptions for the most response.  What if you choose to use a plugin that generates these for you automatically? Not a problem &#8211; Thesis will use the plugin instead, so if you&#8217;re using All in One SEO &#8211; no worries.</p>
<h3>What&#8217;s New with Thesis?</h3>
<p>What&#8217;s new in Thesis &#8211; 1.7 is in beta at the time of this writing and has some awesome new additions such as the ability to easily include other javascript libraries (jquery or mootools anyone?) This will make doing cool customizations even easier on a page level &#8211; since you can load the library you need only where it&#8217;s needed not across the entire site. Don&#8217;t worry if this is too geeky &#8211; it means you get cool stuff on your site and better performance.</p>
<p>Also new are Robots Meta Tags &#8211; you can choose these on a page/post basis adding noindex, nofollow, and noarchive as needed.</p>
<p>This review is really only scratching the surface of all that can be done using Thesis with WordPress on your site. I plan to follow with more posts on how to specifics soon! Got a question about Thesis? Let me know! <a href="http://www.wordpressangel.com/likes/thesis.php">Ready to Get Thesis</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressangel.com/2010/01/thesis-theme-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making a CSS Drop Down Menu in Semiologic Pro</title>
		<link>http://www.wordpressangel.com/2008/09/css-drop-down-menu-semiologic-pro-theme/</link>
		<comments>http://www.wordpressangel.com/2008/09/css-drop-down-menu-semiologic-pro-theme/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 17:20:06 +0000</pubDate>
		<dc:creator>Lisa Brown</dc:creator>
				<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.wordpressangel.com/?p=50</guid>
		<description><![CDATA[A question came up about getting a css multi level dropdown type menu on a WordPress site using the Semiologic Pro theme. If you use Semiologic Pro, you know that it has a nav bar you can use in the header, but it&#8217;s a single level menu, no drop downs, just simple links. Nice, but [...]]]></description>
			<content:encoded><![CDATA[<p>A question came up about getting a css multi level dropdown type menu on a WordPress site using the <a href="http://www.wordpressangel.com/wordpress-themes/semiologic-pro/">Semiologic Pro theme</a>. If you use Semiologic Pro, you know that it has a nav bar you can use in the header, but it&#8217;s a single level menu, no drop downs, just simple links. Nice, but what if you want something a little fancier, a bit more like a cms or don&#8217;t want to use a sidebar for your navigation?</p>
<p><img class="aligncenter size-full wp-image-441" title="dtab-menu-example" src="http://www.wordpressangel.com/wp-content/uploads/2008/09/dtab-menu-example.gif" alt="" width="360" height="123" /></p>
<p>What if you have pages on your site that have child pages and you want to create a sub-menu for those? You&#8217;d need to use a plugin to handle it and in many cases do a bit of editing to your theme&#8217;s files to get it all to work. Seems like the hard way since those edits would have to be made by hand each time you upgraded&#8230;<span id="more-50"></span></p>
<p>I got to thinking about the problem and thought that a plugin that could be widgetized could easily be added to a site using Semiologic Pro&#8217;s Widget Contexts.</p>
<p>I reviewed a number of plugins that create drop down type css styled menus and the one that I settled on, because it was most flexible and allowed you a lot of control was <a href="http://dynamictangentconceptions.dtcnet.co.uk/downloads/wp-plugins/dtabs-dynamic-tabs-wordpress-plugin/">dTabs</a>.</p>
<p>Here&#8217;s how to make the necessary changes to use it with Semiologic Pro. (Sure you could just edit your theme files, but the way I outline below makes it a widget and you don&#8217;t have to modify your theme, just add a bit of information to the plugin file)</p>
<div>First <a href="http://dynamictangentconceptions.dtcnet.co.uk/downloads/wp-plugins/dtabs-dynamic-tabs-wordpress-plugin/">download the plugin</a> and unzip it&#8217;s folder to your local computer.</div>
<div>Next, open up the dtabs.php file in your favorite text/code editor.</div>
<div>Now, scroll all the way to the bottom of dtabs.php and add the following after endif; and before the closing ?&gt;</div>
<div style="padding-left: 30px;">
<pre># added to make a widget for use in
# semiologic pro theme ~ wordpressangel.com
function init_dtabNav(){
  register_sidebar_widget("DTabNavigation", "dtab_list_tabs");
}
add_action("plugins_loaded", "init_dtabNav");
#</pre>
</div>
<p>It should look something like this:</p>
<p><img class="aligncenter size-full wp-image-438" title="add-to-dtabs-file" src="http://www.wordpressangel.com/wp-content/uploads/2008/09/add-to-dtabs-file.gif" alt="" width="483" height="180" /></p>
<p>This change will allow you to add this to Header under Design &gt; Widgets, it will show up as a widget called DTabNavigation.</p>
<h3>Install the Plugin</h3>
<p>Now you&#8217;re ready to install the plugin, upload the entire dtabs folder to your wp-conten/plugins folder then go activate the plugin.</p>
<h3>Set Up Your Tabs</h3>
<div>
<p>Time to set up your tabs. Here&#8217;s a quick run down of how it works. You&#8217;ll find it under Manage &gt; Tabs.</p>
<p><img class="alignnone size-full wp-image-434" title="dtabs-tab-setup" src="http://www.wordpressangel.com/wp-content/uploads/2008/09/dtabs-tab-setup.gif" alt="" width="500" height="374" /></div>
<ul>
<li>Posts Page: This is your static blog page.</li>
<li>Front Page: Your home page.</li>
<li>Post: link to any post</li>
<li>Page: Add any page on your menu with it&#8217;s children listed in the sub menu:  be sure to check the box &#8220;Show menu on hover?&#8221;</li>
<li>You can also add any Category, Archive, Bookmarks to your menu too.</li>
<li>If you need to link off to a shopping cart or other non wp url &#8211; use other and insert the complete url.</li>
</ul>
<h3>Style Your Menu</h3>
<p>Expand the CSS section and set your styling &#8211; you can use the default to begin with, then tweak it accordingly.</p>
<p>Save your changes.</p>
<h3>Add Your new dTab Widget to your Header</h3>
<p><img class="aligncenter size-full wp-image-436" title="dtabs-widget" src="http://www.wordpressangel.com/wp-content/uploads/2008/09/dtabs-widget.gif" alt="" width="341" height="293" /></p>
<p>Now you&#8217;re ready to add the dTab widget to your Header. To do this, go to Design &gt; Widgets and choose Header as the context you want to work with. Once that&#8217;s displayed on the right, click Add next to DTabNavigation to add it. Save your changes and view your site.</p>
<p>Now all that&#8217;s left is for you to style it to suit your site&#8217;s design. Need help? We love styling menus. <img src='http://www.wordpressangel.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  (I&#8217;m planning to play with this menu and it&#8217;s styling, be on the lookout for another post with examples.)</p>
<p><em>This was tested using WordPress 2.6.2 with Semiologic Pro 5.6.2 and dTabs 1.3</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressangel.com/2008/09/css-drop-down-menu-semiologic-pro-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Semiologic Pro &amp; WordPress 2.6 &#8211; Where are Things?</title>
		<link>http://www.wordpressangel.com/2008/08/emiologic-pro-wordpress-26-where-are-things/</link>
		<comments>http://www.wordpressangel.com/2008/08/emiologic-pro-wordpress-26-where-are-things/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 22:28:56 +0000</pubDate>
		<dc:creator>Lisa Brown</dc:creator>
				<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.wordpressangel.com/?p=38</guid>
		<description><![CDATA[With the latest WordPress and Semiologic Pro updates, a lot of things have moved around, they&#8217;re still there, just not in the same place. Here&#8217;s a quick rundown on some of the frequently used items, where they are found. Design &#62; Widgets This is where the most changes have occurred. Lots of the settings that [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-284" title="sem-pro-dashboard-top1" src="http://www.wordpressangel.com/wp-content/uploads/2008/08/sem-pro-dashboard-top1.jpg" alt="" width="500" height="175" /></p>
<p>With the latest WordPress and Semiologic Pro updates, a lot of things have moved around, they&#8217;re still there, just not in the same place. Here&#8217;s a quick rundown on some of the frequently used items, where they are found.<span id="more-38"></span></p>
<p><strong>Design &gt; Widgets</strong></p>
<p>This is where the most changes have occurred. Lots of the settings that were previously scattered about and many of the things that used to be handled by custom.php are found here.</p>
<p>When the page loads, you&#8217;ll see a section on the right called Current Widgets. This area will show you what widgets are activated by area. When it loads, it will usually show Left Sidebar.</p>
<p>On the left hand side it will show you the available widgets.</p>
<p>To edit a widget&#8217;s settings, click edit to expand the options. This is also where the Remove button is, if you want to remove a widget. Update your settings and click Change, then be sure to click Save Changes.</p>
<ul>
<li>For the Top Nav Bar: Show Header Widgets, then edit the Nav Menu.</li>
<li>For the Bottom Nav Bar: Show Footer Widgets, then edit the Nav Menu.</li>
</ul>
<h3>Other settings you&#8217;ll be looking for:</h3>
<ul>
<li><strong>Settings &gt; Reading: Front Page Displays</strong> &#8211; this is where you set a static page for your home page and your blog page.</li>
<li><strong>Manage &gt; Pages &gt; Page Order</strong> &#8211; used to reorder the pages, can be used by section.</li>
<li><strong>Settings &gt; Google Analytics</strong></li>
<li><strong>Settings &gt; SEO</strong> &#8211; I like to use the Append the name of the site to the title of each web page. (you set this under Settings &gt; General)</li>
<li><strong>Settings &gt; Permalinks</strong> &#8211; where you set what your links will look like and the get rewrite code you&#8217;ll need for your .htaccess</li>
</ul>
<p><span style="font-size: small;"><strong>Page Editing:</strong></span></p>
<p>When you&#8217;re editing a page, to change the page&#8217;s name you used to look for slug on the right hand sidebar &#8211; now it&#8217;s at the top under the title, look for Permalink. It will also display what it currently is set to use along with an edit link to change it. Note: this doesn&#8217;t show up if you aren&#8217;t using .htaccess and redirects. Scroll down and you&#8217;ll see all your other page related options.</p>
<p><strong>Page Parent </strong>controls how your pages will display in the Silo Page menu system. Only parent pages show, unless you within a particular section.</p>
<p><strong>This Page in Widgets</strong>: is very useful. Say you don&#8217;t want your home page, blog page, about page to appear in the silo page widget in your sidebar. Edit each of those pages, look for the This Page in Widgets section and click Exclude. This also lets you configure each pages Title and Description that get used in other Widgets.</p>
<p><strong>Page Specific Header</strong>: Want a different header image on a page? This is where you upload it.</p>
<p><strong>SEO </strong>- Here&#8217;s where you can over-ride the entry-specific meta fields. You can specify the Title, Meta Keywords and Meta Description on each page by using this section.</p>
<p>There&#8217;s a lot more to this theme, these are just the items that seem to be frequently used when setting up or managing a site. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressangel.com/2008/08/emiologic-pro-wordpress-26-where-are-things/feed/</wfw:commentRss>
		<slash:comments>0</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 529/594 objects using disk: basic

Served from: www.wordpressangel.com @ 2012-05-19 11:07:21 -->
