<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>WordPress Angel</title>
	
	<link>http://www.wordpressangel.com</link>
	<description>Bringing WordPress Down to Earth</description>
	<lastBuildDate>Sat, 05 Jun 2010 16:33:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/WordpressAngel" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="wordpressangel" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><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[Thesis]]></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 your [...]]]></description>
			<content:encoded><![CDATA[<p></p><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: 127px">
	<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[Thesis]]></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 without [...]]]></description>
			<content:encoded><![CDATA[<p></p><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>Using Named Anchors</title>
		<link>http://www.wordpressangel.com/2009/10/using-named-anchors/</link>
		<comments>http://www.wordpressangel.com/2009/10/using-named-anchors/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 17:30:53 +0000</pubDate>
		<dc:creator>Lisa Brown</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wordpressangel.com/?p=176</guid>
		<description><![CDATA[Did you know you can use named anchors within your pages to break up your content and make it easier for users to find what they&#8217;re looking for more quickly? Google is now using these named anchors and including these links within some search results.

Google is generating these links automatically based on your page structure [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Did you know you can use <strong>named anchors</strong> within your pages to break up your content and make it easier for users to find what they&#8217;re looking for more quickly? Google is now using these <a href="http://googlewebmastercentral.blogspot.com/2009/09/using-named-anchors-to-identify.html">named anchors</a> and including these links within some search results.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-179" title="named-anchors-google" src="http://www.wordpressangel.com/wp-content/uploads/2009/10/named-anchors-google.png" alt="named-anchors-google" width="493" height="76" /></p>
<p>Google is generating these links automatically based on your page structure &#8211; you have to have them to get these links. They&#8217;re easy to add, but there are a few things you&#8217;ll want to do to increase the chance that yours will be picked up.</p>
<p>Make sure your long pages with multiple topics are structured properly. What does this mean? It means use the H1 tag for the main heading, H2 for the main sections, H3 for sub-sections and so on.  Then be sure to include a table of contents that links to the named anchors in the document. This can be a simple bulleted list with the links to the appropriate section of the document.</p>
<h3>Example: Creating Named Anchors</h3>
<p>Here&#8217;s an example right here on this site. We&#8217;ve added the <a href="http://www.wordpressangel.com/faq/">anchors and table of contents to our FAQ</a> page.  Here is a step by step on how to add them:  (we&#8217;ll assume your page is already using a solid structure with Hx tags and such)</p>
<p>First: Add your anchors.</p>
<pre>&lt;a name="why_wordpress"&gt;&lt;/a&gt;</pre>
<p>Place this at the point the section starts, this is where the link in your table of contents will &#8220;jump&#8221; to when clicked.</p>
<p>Now link your table of contents list to the named anchors you created.</p>
<pre>&lt;a href="#why_wordpress"&gt;Why WordPress?&lt;/a&gt;</pre>
<p>Repeat for each item in your table of contents and page.  It takes a bit of extra work, but it&#8217;s worth it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressangel.com/2009/10/using-named-anchors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Attack on Self Hosted Sites</title>
		<link>http://www.wordpressangel.com/2009/09/wordpress-attacked-172/</link>
		<comments>http://www.wordpressangel.com/2009/09/wordpress-attacked-172/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 15:05:36 +0000</pubDate>
		<dc:creator>Lisa Brown</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wordpressangel.com/?p=172</guid>
		<description><![CDATA[This just out, latest nasty attack aimed at self hosted WordPress:
Mashable on the Attack
How to know if you&#8217;ve been affected:

In your permalinks, look for additions that looks like:
...eval(base64_decode...
Also check your users, you may have an additional admin user &#8211; look for one you don&#8217;t recognize.

Read more details at Lorelle&#8217;s blog: Old Versions of WordPress Under [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This just out, latest nasty attack aimed at self hosted WordPress:</p>
<p><a href="http://mashable.com/2009/09/05/wordpress-attack/">Mashable on the Attack</a></p>
<p><strong>How to know if you&#8217;ve been affected:</strong></p>
<ul>
<li>In your permalinks, look for additions that looks like:<br />
<code>...eval(base64_decode...</code></li>
<li>Also check your users, you may have an additional admin user &#8211; look for one you don&#8217;t recognize.</li>
</ul>
<p>Read more details at Lorelle&#8217;s blog: <a href="http://lorelle.wordpress.com/2009/09/04/old-wordpress-versions-under-attack/">Old Versions of WordPress Under Attack</a>. There&#8217;s also detailed instructions on how to recover if you&#8217;ve been attacked and hacked.</p>
<p>If you haven&#8217;t, check your site and upgrade now!</p>
<p><a href="http://wordpress.org/download/">Latest version of WordPress</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressangel.com/2009/09/wordpress-attacked-172/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using NextGen Gallery to Organize Images</title>
		<link>http://www.wordpressangel.com/2009/08/using-nextgen-gallery/</link>
		<comments>http://www.wordpressangel.com/2009/08/using-nextgen-gallery/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 17:25:56 +0000</pubDate>
		<dc:creator>Lisa Brown</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.wordpressangel.com/?p=165</guid>
		<description><![CDATA[NextGen Gallery is a plugin for WordPress that allows you to display images in Albums and Galleries. Albums contain groups of Galleries. Galleries contain groups of images.
For example: if you wanted to display your images of fishing trips to Alaska over the last several years, you&#8217;d have an Album for Alaska, and Galleries for the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.wordpress.org/extend/plugins/nextgen-gallery"><strong>NextGen Gallery</strong></a> is a plugin for WordPress that allows you to display images in Albums and Galleries. Albums contain groups of Galleries. Galleries contain groups of images.</p>
<p>For example: if you wanted to display your images of fishing trips to Alaska over the last several years, you&#8217;d have an Album for Alaska, and Galleries for the years. Or say you visit Disney World, you could have an Album for Disney, then include a Gallery for each of the parks: Magic Kingdom, Epcot, Studios, Animal Kingdom.  Once you understand how things are organized, it&#8217;s easy.</p>
<p style="text-align: center;"><img class="size-full wp-image-168 aligncenter" title="next-gen-gallery-overview" src="http://www.wordpressangel.com/wp-content/uploads/2009/08/next-gen-gallery-overview.gif" alt="next-gen-gallery-overview" width="355" height="225" /></p>
<p>On your settings, under Gallery, uncheck the Deactivate gallery page link &#8211; this will allow the system to use your pages as you&#8217;ve named them, not with the generic gallery naming &#8211; it&#8217;s just more friendly.</p>
<h3>Adding images to a Gallery:</h3>
<p>First have the pictures you&#8217;d like to add in a zip file. These will be organized into a Gallery. The zip file&#8217;s maximum size will depend on your hosting configuration. You can see this by going to Gallery &gt; Overview and looking for PHP Max Upload Size. This is the easiest way to get images to the server since many non-technical folks have trouble with ftp clients and where things should go on the server.</p>
<h3>Creating a Gallery and Uploading images:</h3>
<p>To add a new Gallery: Go to Add Gallery / Images. You&#8217;ll see a tabbed interface with several choices.</p>
<p>Click the Upload a Zip-File tab at the top.<br />
Browse to find your zip file on your computer.<br />
Choose &#8220;a new gallery&#8221; if this is a new gallery, or choose the gallery you&#8217;d like to add the images to.</p>
<p>Click Start Upload.</p>
<p>This does several things: it will upload the zip file, unzip the images onto the server and enter them into the system where you can add descriptions etc. Thumbnails are also automatically created, too.</p>
<h3>To work with your new Gallery: Go to Manage Gallery.</h3>
<p>This shows a list of all of your galleries. You can click the link to edit or work with the individual images.</p>
<p>On this page you can edit the Alt and Title text for the images, tag them with keywords, remove them or exclude them from showing. This area will also allow you to move individual or groups of images to other Galleries if you need to move them. (you don&#8217;t have to re-upload)</p>
<p>This is also where you can assign a page to display this Gallery. Recommend using the Create a Page and selecting the Parent page for the new page to be listed under. Example: Call a page Magic Kingdom 2009 and Select Disney World as the parent. Then you can use the NextGen button (which is added to your visual editor) to add the short code for the gallery. This is nice because you can add more information and detail to the page, then display the album &amp; galleries, to tell the whole story.</p>
<p>Once you&#8217;ve added your Gallery, go back to Manage Albums and add the Gallery to the appropriate Album. This will update the pages so they show the thumbnails and images.</p>
<p><img class="aligncenter size-full wp-image-169" title="next-gen-gallery-widget" src="http://www.wordpressangel.com/wp-content/uploads/2009/08/next-gen-gallery-widget.jpg" alt="next-gen-gallery-widget" width="288" height="227" /></p>
<p>Once you&#8217;ve gotten images added to Galleries, you can add the Gallery Widget to your sidebar. This will automatically display a number of random images in your sidebar from your Galleries.  You can control which Galleries are included and how many images to show. It&#8217;s a great way to add interest to your site.</p>
<p>This is just a quick overview of some of the plugin&#8217;s features,  for a more detailed look, David Potter has a <a href="http://dpotter.net/Technical/2008/03/nextgen-gallery-review-introduction/">NextGen Review</a> that covers everything in minute detail.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressangel.com/2009/08/using-nextgen-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.3 Admin Password Security Exploit</title>
		<link>http://www.wordpressangel.com/2009/08/admin-password-exploit/</link>
		<comments>http://www.wordpressangel.com/2009/08/admin-password-exploit/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 17:07:15 +0000</pubDate>
		<dc:creator>Lisa Brown</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wordpressangel.com/?p=160</guid>
		<description><![CDATA[If you&#8217;ve recently upgraded to WordPress 2.8.3, you&#8217;ll want to head over to WordPress.org and download the latest update and upgrade your install to 2.8.4. There is a security exploit that allows someone to remotely change your admin password through a special url that&#8217;s formed in the right way. It basically removes the current password, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft size-full wp-image-163" title="wordpress-logo" src="http://www.wordpressangel.com/wp-content/uploads/2009/08/wordpress-logo.png" alt="wordpress-logo" width="100" height="100" />If you&#8217;ve recently upgraded to WordPress 2.8.3, you&#8217;ll want to head over to <a href="http://wordpress.org/download/">WordPress.org</a> and download the latest update and upgrade your install to 2.8.4. There is a security exploit that allows someone to remotely change your admin password through a special url that&#8217;s formed in the right way. It basically removes the current password, replaces it with a newly generated one and no confirmation via e-mail is required.</p>
<p>Highly recommend you take care of this one pronto, before the script-kiddies and other &#8220;bad guys&#8221; find you or you might just find yourself locked out. Not cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressangel.com/2009/08/admin-password-exploit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color Schemes and Color Scheme Tools</title>
		<link>http://www.wordpressangel.com/2009/07/color-schemes-tools/</link>
		<comments>http://www.wordpressangel.com/2009/07/color-schemes-tools/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 17:57:34 +0000</pubDate>
		<dc:creator>Lisa Brown</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.wordpressangel.com/?p=154</guid>
		<description><![CDATA[Color schemes aren&#8217;t technical, really, are they? You just pick what you like, right? Ah, not so fast. Color choice on your site can make or break how your site is received by it&#8217;s audience. Clash and you&#8217;ll drive visitors away with a headache from trying to read your red text on a blue background.
What [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Color schemes aren&#8217;t technical, really, are they? You just pick what you like, right? Ah, not so fast. Color choice on your site can make or break how your site is received by it&#8217;s audience. Clash and you&#8217;ll drive visitors away with a headache from trying to read your red text on a blue background.</p>
<p>What you can do: use a color scheme tool to test drive your color combination. These online tools make it easy (and fun) to try out all sorts of combinations. Some allow you to use an image as the basis for your scheme, others let you play with variations of colors, the color wheel and more.</p>
<p>Here&#8217;s 5 color scheme tools to help you generate a color palette for your site:</p>
<p><img class="aligncenter size-full wp-image-155" title="color-hunter" src="http://www.wordpressangel.com/wp-content/uploads/2009/07/color-hunter.jpg" alt="color-hunter" width="450" height="168" /></p>
<p><strong><a href="http://www.colorhunter.com/">ColorHunter</a></strong></p>
<p style="padding-left: 30px;">Get a color palette based on an image upload or image url &#8211; or just browse those already uploaded. This one is fun to play with and I really like how it picks the colors out of the image.</p>
<p><strong><a href="http://kuler.adobe.com/">Kuler by Adobe</a></strong></p>
<p style="padding-left: 30px;">Adobe&#8217;s online tool for color. Fun to browse through other&#8217;s submissions. View by most popular, highest rated, or random. You can download these palettes, for use in Adobe CS2 &amp; CS3.</p>
<p><strong><a href="http://www.colr.org/">Colr.org</a></strong></p>
<p style="padding-left: 30px;">pick a color scheme from selections from images found on flickr, your own uploaded image or colors from specific websites. You pick from the colors found within the image.</p>
<p><img class="aligncenter size-full wp-image-156" title="cssdrive-palette-generator" src="http://www.wordpressangel.com/wp-content/uploads/2009/07/cssdrive-palette-generator.jpg" alt="cssdrive-palette-generator" width="450" height="295" /></p>
<p><strong><a href="http://www.cssdrive.com/imagepalette/">Color Palette Generator at CSSdrive</a></strong></p>
<p style="padding-left: 30px;">Generate from an image. Upload an image and this tool generates several color schemes: light, medium, dark and a complete color selection.</p>
<p><strong><a href="http://colorschemedesigner.com/">Color Scheme Designer</a></strong></p>
<p style="padding-left: 30px;">Love this, choose a color and you can preview a page example &#8211; a complete mockup page using either a light or dark background.</p>
<p>Color influences mood and sends a message, tells a story &#8211; and if your story being told by your color choice doesn&#8217;t match up with what you&#8217;re trying to accomplish on your site &#8211; well you just made your job that much harder. Color symbolism is a huge subject on it&#8217;s own, we&#8217;ll leave that subject for another day.</p>
<p>Once you&#8217;ve pinned down your color scheme &#8211; then you can provide those colors to your web designer or plug them into your css yourself. Have fun exploring colors!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressangel.com/2009/07/color-schemes-tools/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Your WordPress</title>
		<link>http://www.wordpressangel.com/2009/06/troubleshooting-your-wordpress/</link>
		<comments>http://www.wordpressangel.com/2009/06/troubleshooting-your-wordpress/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 18:32:56 +0000</pubDate>
		<dc:creator>Lisa Brown</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wordpressangel.com/?p=119</guid>
		<description><![CDATA[WordPress is simple to use, can be complex behind the scenes &#8211; there are so many variables that can cause issues &#8211; these are some of the most common.
Sooner or later, you&#8217;re bound to run into this situation: you go to your site, prepared to make a post or update a widget and you know [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="aligncenter size-full wp-image-120" title="WordPress Panic Button" src="http://www.wordpressangel.com/wp-content/uploads/2009/06/wordpress-panic.jpg" alt="WordPress Panic Button" width="425" height="282" />WordPress is simple to use, can be complex behind the scenes &#8211; there are so many variables that can cause issues &#8211; these are some of the most common.</p>
<p>Sooner or later, you&#8217;re bound to run into this situation: you go to your site, prepared to make a post or update a widget and you know everything was fine when you last logged in yesterday &#8211; and yet you get some error: you see the install wordpress screen (aack!) or you see some odd php like error, but no site, or maybe you catch a database connection error&#8230;. now what?<span id="more-119"></span></p>
<div>
<p>First &#8211; don&#8217;t go through the install process again &#8211; stop.</p></div>
<div>
<h4>You need a backup. Make one, now.</h4>
</div>
<ul>
<li>Grab a new backup of the database and files. this step is especially important if you don&#8217;t have a regular backup of things on your site. to do this, first grab the database: you&#8217;ll do this via your hosting control panel &#8211; look for phpmyadmin and download all the tables in the database that your wordpress install uses.</li>
<li> then using your ftp client, backup all the files that make wordpress go. this will also include the uploads folder which includes all the stuff you&#8217;ve uploaded to use in posts on your site, like images, possible video, pdf files, etc.</li>
</ul>
<p>In some cases, your hosting Control Panel will have a backup everything (all files and databases) you can use this too, the important thing is that you have a complete backup.</p>
<h3>Now: take a deep breath and get ready to answer some questions about your site, and <em>be honest.</em></h3>
<p>What was the last thing you did on the site? were you installing a plugin, were you trying to upgrade wordpress, were you updating a theme, were you installing a theme? Be honest &#8211; I can&#8217;t tell you how many sites i&#8217;ve worked on where they swear they hadn&#8217;t done a thing &#8211; and it turns out that an upgrade process went wrong or a theme wasn&#8217;t completely uploaded.</p>
<p>Were you upgrading wordpress? if yes, then did it finish as expected or did you get an error of some type part way through: if you didn&#8217;t get a specific error, did you get a blank screen?</p>
<p>What you can try:  re-upload the same version of wordpress &#8211; manually via ftp. if you get another blank screen, these usually indicate a memory issue &#8211; you can verify this through use of your error_log files. If it&#8217;s a memory error, it will show up there. What this means:  your hostng account isn&#8217;t allocated enough memory to run whatever part of the upgrade process it was in when the error occurred. sometimes this can be manually corrected, in other cases, you may need to upgrade your hosting or try the upgrade when the server is less busy.</p>
<p>If you were installing a new theme &#8211; make sure all the files were uploaded to the right place. Themes go in the wp-content/themes/yourthemename folder or directory. If the files aren&#8217;t all there, then reupload them &#8211; and try to activate the theme again. If that still doesn&#8217;t work, delete the new theme and let the site go back to the default theme, then try it again. Some themes may not work with the newer versions of WordPress.</p>
<p>Sometimes a newly installed plugin won&#8217;t play nice &#8211; if you can&#8217;t get to wordpress admin to disable it &#8211; ftp in and delete that plugins directory and all files &#8211; wordpress will automatically deactivate any plugins it can&#8217;t locate.</p>
<p>If you&#8217;re still stuck, get help from your webmaster or give WordPress Angel a call. Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressangel.com/2009/06/troubleshooting-your-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[Semiologic Pro]]></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></p><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>Customize Your Community (CYC) Wordpress Plugin</title>
		<link>http://www.wordpressangel.com/2008/09/customize-your-community-cyc-wordpress-plugin/</link>
		<comments>http://www.wordpressangel.com/2008/09/customize-your-community-cyc-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 21:14:46 +0000</pubDate>
		<dc:creator>Lisa Brown</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.wordpressangel.com/?p=48</guid>
		<description><![CDATA[Rae Hoffman conceived the plugin which was created by Joost de Valk, Wordpress Plugin Expert.
The CYC plugin allows your registered backend users see your branding and design on the login and profile pages. It will apply your theme to the following: registration, login, logout, lost password and profile pages. This only happens for users who [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.sugarrae.com">Rae Hoffman</a> conceived the plugin which was created by <a href="http://yoast.com/">Joost de Valk</a>, Wordpress Plugin Expert.</p>
<p>The CYC plugin allows your registered backend users see your branding and design on the login and profile pages. It will apply your theme to the following: registration, login, logout, lost password and profile pages. This only happens for users who are do not have editing capabilities ie. Subscribers- just for those folks who login to comment. Users who are admins, editors, etc. are not affected and will still see the usual Wordpress login and admin pages. The CYC plugin will automatically direct Subscribers who login to their profile page.</p>
<p>Installation was a snap, unzip and upload the plugins folder to your wp-content/plugins directory. Then activate it and you&#8217;re ready to begin using it.</p>
<p>Some customization may be needed to work with your theme, this varies according to the theme you&#8217;re using. You&#8217;ll want to be familiar with html, css, and be able to recognize a bit of php in order to tackle this. There is an admin settings page to make the needed changes. This plugin is all set to work with the Thesis theme.</p>
<div>
<h3>Using CYC with Semiologic Pro:</h3>
</div>
<p>I&#8217;ve tested it and there are still some things to work out. I was able to install and activate the plugin without error. Some customization tweaks are needed to make it play well together. Some notes on my findings:</p>
<ul>
<li>My Semiologic Pro skin and it&#8217;s customizations to style were shown, however the header graphic and footer area were missing.</li>
<li>The sidebars were a bit out of place, with one sidebar being pushed below the content. This can be fixed with some styling tweaks.</li>
<li>Had to turn off the semiologic pro meta function, just for the profile page &#8211; it generated an error when trying to make the meta keyword tag for that page. Not a big deal, and a small bit of code got rid of the error. However, I&#8217;m not crazy about mucking about in the Semiologic plugin files. There may be an easier way to do it &#8211; but I haven&#8217;t had a chance to play with it.</li>
</ul>
<p>So, if you&#8217;re using Semiologic Pro and want this functionality &#8211; you&#8217;ve got some work ahead of you. With other themes that are less involved, you&#8217;ll probably be just fine. All in all, <a href="http://www.sugarrae.com/wordpress/cyc/">Customize Your Community</a> is a really useful plugin for extending your brand.Customize Your Community (CYC) Wordpress Plugin</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressangel.com/2008/09/customize-your-community-cyc-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
