<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.2.1" --><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/" version="2.0">

<channel>
	<title>WordPress Max</title>
	<link>http://www.wordpressmax.com</link>
	<description>WordPress Guides For The Geek Impaired</description>
	<pubDate>Mon, 12 May 2008 14:11:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
	<image>
  <link>http://www.wordpressmax.com</link>
  <url>http://www.wordpressmax.com/favicon.ico</url>
  <title>WordPress Max</title>
</image>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/WordpressMax" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">1002329</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>WordPress Resources Best Of List</title>
		<link>http://www.wordpressmax.com/wordpress/wordpress-resources</link>
		<comments>http://www.wordpressmax.com/wordpress/wordpress-resources#comments</comments>
		<pubDate>Mon, 12 May 2008 14:11:16 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
		
		<category><![CDATA[WordPress]]></category>
<category>WordPress</category><category>WordPress guides</category>
		<guid isPermaLink="false">http://www.wordpressmax.com/wordpress/wordpress-resources</guid>
		<description><![CDATA[The great thing about blogging, and using WordPress to do it, is the community that you can become a member of. Contributing to the niche you are blogging about will eventually get you noticed by other blogs. the can go a long way to getting noticed and traffic to your blog. ]]></description>
			<content:encoded><![CDATA[<p>The great thing about blogging, and using WordPress to do it, is the community that you can become a member of. Contributing to the niche you are blogging about will eventually get you noticed by other blogs. the can go a long way to getting noticed and traffic to your blog.</p>
<p>One of the best ways to stay up to date in your particular niche is to subscribe to similar blogs. This will also help you to get ideas for posts. I subscribe to several great WordPress blogs and one recently caught my eye from <a href="http://hackwordpress.com">Hack WordPress</a>.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9538704405470137";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
//2007-07-13: WPMax
google_ad_channel = "9895633112";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "223FBF";
google_color_text = "191919";
google_color_url = "223FBF";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>The post, <a href="http://hackwordpress.com/wordpress-resources/">Collection of WordPress Resources</a>, is a list of blogs related to WordPress. It&#8217;s a great list of sites that can help you with your WordPress blog. Oh and WordPress Max made the list! Thanks Kyle!</p>
<a href="http://www.wordpressmax.com/tag/wordpress/" rel="tag">WordPress</a>, <a href="http://www.wordpressmax.com/tag/wordpress-guides/" rel="tag">WordPress guides</a><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/WordpressMax?a=LacvYH"><img src="http://feeds.feedburner.com/~f/WordpressMax?i=LacvYH" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.wordpressmax.com/wordpress/wordpress-resources/feed</wfw:commentRss>
		</item>
		<item>
		<title>Change WordPress Header Font Size And Color</title>
		<link>http://www.wordpressmax.com/wordpress-guide/change-wordpress-header-font</link>
		<comments>http://www.wordpressmax.com/wordpress-guide/change-wordpress-header-font#comments</comments>
		<pubDate>Sun, 11 May 2008 16:04:53 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
		
		<category><![CDATA[WordPress Guide]]></category>
<category>WordPress</category><category>WordPress Guide</category><category>WordPress guides</category>
		<guid isPermaLink="false">http://www.wordpressmax.com/wordpress-guide/change-wordpress-header-font</guid>
		<description><![CDATA[Changing the font in the header of WordPress blog theme can be done if you know what files to edit. However the code to edit can (and will) vary in all themes. This WordPress guide will help you figure out what code your header is using to call for the blog name and description and how to edit it. ]]></description>
			<content:encoded><![CDATA[<p>Changing the font in the header of WordPress blog theme can be done if you know what files to edit. However the code to edit can (and will) vary in all themes. This WordPress guide will help you figure out what code your header is using to call for the blog name and description and how to edit it.</p>
<p><!--adsense---></p>
<p>The first step is to make your WordPress theme&#8217;s files writable. To do that you must change the permissions in your hosting account. I suggest connecting to your hosting account with an FTP client, and browse to the theme and change the permissions on the whole theme&#8217;s folder and all the files within it to 777. Otherwise you may need to change one file at a time if doing so in the control panel of the hosting account. The path to the theme is the blogs directory then wp-content/themes/your-theme. You could just make the whole themes folder writable.</p>
<p>From within the WordPress dashboard, click Presentation or Design, then Theme Editor. Almost all theme editing is done in the stylesheet (style.css) file, and all other files are just displaying the settings that are specified within the stylesheet. There are exceptions to this but beyond the scope of this WordPress guide.</p>
<p><strong>WAIT!!!</strong> Before doing any editing copy the contents of the file and paste it into a text file like Notepad for safe keeping before you attempt to edit it. If you screw things up you can paste the original back in to restore your file. Remember this is extremely important and I take no responsibility for what you may do to your WordPress blog!</p>
<p>On the right side of the Theme Editor are all the files associated with your active theme.  Finding the correct code to edit to change the font of the header is in the header.php file. While you don&#8217;t need to edit this file the clues to what the header is calling for from the themes stylesheet can be found in the header.php file. Below is the code from the header file found in the default theme.</p>
<blockquote><p>&lt;div id=&#8221;header&#8221;&gt;</p>
<p>&lt;div id=&#8221;headerimg&#8221;&gt;<br />
&lt;h1&gt;&lt;a href=&#8221;&lt;?php echo get_option(&#8217;home&#8217;); ?&gt;/&#8221;&gt;&lt;?php bloginfo(&#8217;name&#8217;); ?&gt;&lt;/a&gt;&lt;/h1&gt;<br />
&lt;div class=&#8221;description&#8221;&gt;&lt;?php bloginfo(&#8217;description&#8217;); ?&gt;&lt;/div&gt;</p></blockquote>
<p>The code between the &lt;h1&gt;    tags is the clue we are looking for that calls up the name of the blog. The blog name in the header is styled by the &lt;h1&gt;    tags, and the description is being called from the &lt;div class=&#8221;description&#8221;&gt;.  Now that we know what is styling these two items we can edit the style.css file to change the way these two items are displayed. Remember that this case is specific to the WordPress default theme and you need to look at your specific themes header file to determine what code you need to work with. In most cases the &lt;h1&gt;    tags call up the blog name but the description or Tagline can be called almost anything.</p>
<p>Now click the themes style.css file on the right side of the Theme Editor and look for the code from the header file. In this case it is</p>
<blockquote><p> h1 {<br />
font-size: 4em;<br />
text-align: center;<br />
}</p>
<p>#headerimg .description {<br />
font-size: 1.2em;<br />
text-align: center;<br />
}</p>
<p><font color="#0000ff">If you want to change the color additional styles can be added like this:</font></p>
<p>#headerimg .description {<br />
font-size: 1.2em;<br />
text-align: center;<br />
color: #666666;</p>
<p>}</p></blockquote>
<p>The h1 code and description can now be changed to a larger size or aligned differently, it can be aligned to the left, right or kept centered. The font color can also be changed by adding this code  color: #666666;   and changing the color code number to your liking. Make your changes and click Update File, then look at your blog to admire your work. You may need to refresh your browser to see any changes. There are numerous css styles that can be applied to the text in a stylesheet, far to many to place in this post. For css color codes check out <a href="http://www.somacon.com/p142.php" target="_blank">CSS Color Chart</a> or <a href="http://www.google.com/search?hl=en&amp;rlz=1B3GGGL_en___US254&amp;q=css+color+codes&amp;btnG=Searchhttp://www.somacon.com/p142.php" target="_blank">Google css color codes</a>. For more styles that can be applied, a quick Google search for <a href="http://www.google.com/search?q=css+font+styles&amp;sourceid=navclient-ff&amp;ie=UTF-8&amp;rlz=1B3GGGL_en___US254" target="_blank">css font styles</a>, can keep you busy experimenting for hours.<br />
Thanks to Stephen from <a href="http://buy-and-sell-cars-for-profit.com/blog/" target="_blank">The Lazy Way To Buy And Sell Cars</a> blog who asked for this guide and a million other questions on <a href="http://www.wordpressmax.com/ask-max">Ask Max</a></p>
<a href="http://www.wordpressmax.com/tag/wordpress/" rel="tag">WordPress</a>, <a href="http://www.wordpressmax.com/tag/wordpress-guide/" rel="tag">WordPress Guide</a>, <a href="http://www.wordpressmax.com/tag/wordpress-guides/" rel="tag">WordPress guides</a><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/WordpressMax?a=MsoUqH"><img src="http://feeds.feedburner.com/~f/WordpressMax?i=MsoUqH" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.wordpressmax.com/wordpress-guide/change-wordpress-header-font/feed</wfw:commentRss>
		</item>
		<item>
		<title>How To Upload Plugins WordPress Guide</title>
		<link>http://www.wordpressmax.com/wordpress-guide/how-to-upload-plugins-wordpress-guide</link>
		<comments>http://www.wordpressmax.com/wordpress-guide/how-to-upload-plugins-wordpress-guide#comments</comments>
		<pubDate>Thu, 08 May 2008 01:35:17 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
		
		<category><![CDATA[WordPress Guide]]></category>
<category>WordPress</category><category>WordPress Guide</category><category>WordPress guides</category><category>WordPress plugin</category>
		<guid isPermaLink="false">http://www.wordpressmax.com/wordpress-guide/how-to-upload-plugins-wordpress-guide</guid>
		<description><![CDATA[Some of the most common tasks for those of us who do it every day can be quite frustrating for others trying it for the first time. Uploading WordPress plugins can be one of those things that newbies find frustrating. I have had people ask here on the site and I see it in forums quite often. Someone will upload a plugin but it doesn't show up in the dashboard. This WordPress Guide will walk you through the process of uploading a WordPress plugin and how to know when to upload the whole folder or a singe file. ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.wordpressmax.com/wp-content/uploads/2008/05/plugin2.jpg" style="margin: 10px" title="WordPress Plugins" alt="plugin2.jpg" align="left" hspace="10" vspace="10" />Some of the most common tasks for those of us who do it every day can be quite frustrating for others trying it for the first time. Uploading WordPress plugins can be one of those things that newbies find frustrating. I have had people ask here on the site and I see it in forums quite often. Someone will upload a plugin but it doesn&#8217;t show up in the dashboard. This WordPress Guide will walk you through the process of uploading a WordPress plugin and how to know when to upload the whole folder or a single file.</p>
<p><div style=â��display:block;float:left;padding:5px;â��>

<script type="text/javascript"><!--
google_ad_client = "pub-9538704405470137";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text";
//2007-07-30: WPMax
google_ad_channel = "9895633112";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "223FBF";
google_color_text = "191919";
google_color_url = "223FBF";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

</script></div></p>
<p>You should first read any installation instructions on the plugins site if available. Next download the plugin into a folder on your computer that you can find easily. I have a WordPress folder in my documents and in that I have other folders for themes and plugins. I like to keep the things that I <em>can </em>control organized. Then unzip and extract the plugin into the same folder.</p>
<p style="text-align: center"><img src="http://www.wordpressmax.com/wp-content/uploads/2008/05/plugin3.jpg" style="border-width: 1px; margin: 20px 10px" title="WordPress Plugins" alt="plugin3.jpg" align="texttop" border="1" hspace="10" vspace="20" /></p>
<p style="text-align: center"><img src="http://www.wordpressmax.com/wp-content/uploads/2008/05/plugin4.jpg" style="border-width: 1px; margin: 10px 20px" title="Wordpress Plugins" alt="plugin4.jpg" align="texttop" border="1" hspace="20" vspace="10" /></p>
<p style="text-align: center">&nbsp;</p>
<p>This is the part that can confound the newbies so pay attention! Knowing what to upload depends on what you find within the extracted folder. Usually there is a folder within a folder and within that folder is either a single file ending in .php (there may also be a readme text file that does not need uploaded) or several files and maybe even several files and other folders. It all depends on the function on the plugin and how it was coded.  Usually uploading the extracted folder will not work and you must keep opening the folders until you see if there is only one file or a group of files. The examples below show what I mean.</p>
<p>This first example shows that there is a folder within the extracted folder and within the second folder is the actual file to upload into the plugins directory.</p>
<p style="text-align: center"><img src="http://www.wordpressmax.com/wp-content/uploads/2008/05/plugin5.jpg" style="border-width: 1px; margin: 20px 10px" title="WordPress Plugins" alt="plugin5.jpg" align="top" border="1" hspace="10" vspace="20" /></p>
<p>The next example shows a WordPress plugin with multiple files. Upload the entire folder one level up from the multiple files.</p>
<p style="text-align: center"><img src="http://www.wordpressmax.com/wp-content/uploads/2008/05/plugin62.jpg" style="border-width: 1px; margin: 10px" title="WordPress Plugins" alt="plugin62.jpg" align="top" border="1" hspace="10" vspace="10" /></p>
<p>Now you know what to upload but where do you upload them too? When you connect to your site with an FTP client, like <a href="http://filezilla-project.org/" target="_blank">FileZilla</a> browse to the location of the WordPress files. Getting there depends on your hosting account. You will usually not see the root of your domain first when connecting. You should look for the www or public folder, then you may even see multiple domains (if you have them). Look for the directory your WordPress files are in and then find the wp-content folder and finally within that the plugins folder. You can see the full path for WordPress installed in the blog directory in the image below:</p>
<p style="text-align: center"><img src="http://www.wordpressmax.com/wp-content/uploads/2008/05/plugin7.jpg" style="border-width: 1px; margin: 10px" title="WordPress Plugins" alt="plugin7.jpg" align="top" border="1" hspace="10" vspace="10" /></p>
<p>After uploading the plugin go to the plugins panel and activate it. Now that you know how to do it this way how about a plugin that installs WordPress plugins and themes right from the dashboard? <a href="http://anirudhsanjeev.org/projects/oneclick/" target="_blank">OneClick</a> does just that and will work in most cases but if you have a highly functional plugin with multiple files and folders you still may need to resort to this method.</p>
<a href="http://www.wordpressmax.com/tag/wordpress/" rel="tag">WordPress</a>, <a href="http://www.wordpressmax.com/tag/wordpress-guide/" rel="tag">WordPress Guide</a>, <a href="http://www.wordpressmax.com/tag/wordpress-guides/" rel="tag">WordPress guides</a>, <a href="http://www.wordpressmax.com/tag/wordpress-plugin/" rel="tag">WordPress plugin</a><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/WordpressMax?a=7QOEpH"><img src="http://feeds.feedburner.com/~f/WordpressMax?i=7QOEpH" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.wordpressmax.com/wordpress-guide/how-to-upload-plugins-wordpress-guide/feed</wfw:commentRss>
		</item>
		<item>
		<title>WordPress 2.5 Dashboard Video Guide</title>
		<link>http://www.wordpressmax.com/wordpress-video-guide/wordpress-dashboard-video-guide</link>
		<comments>http://www.wordpressmax.com/wordpress-video-guide/wordpress-dashboard-video-guide#comments</comments>
		<pubDate>Tue, 06 May 2008 00:49:02 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
		
		<category><![CDATA[WordPress Video Guide]]></category>
<category>WordPress Guide</category><category>WordPress Video Guide</category><category>WordPress videos</category>
		<guid isPermaLink="false">http://www.wordpressmax.com/wordpress-video-guide/wordpress-dashboard-video-guide</guid>
		<description><![CDATA[There have been significant changes in the WordPress dashboard for version 2.5. most of them are visual with a few additional enhancements. One of the big changes is in the write post panel and additional functionality in the visual editor toolbar. This WordPress video guide covers the major changes in the dashboard and shows how to upload images and wrap them within the text of a WordPress Post. ]]></description>
			<content:encoded><![CDATA[<p>There have been significant changes in the WordPress dashboard for version 2.5. most of them are visual with a few additional enhancements. One of the big changes is in the write post panel and additional functionality in the visual editor toolbar. This WordPress video guide covers the major changes in the dashboard and shows how to upload images and wrap them within the text of a WordPress Post.</p>
<p width="425" height="350">   <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="425" height="350">
<param name="height" value="350" />
<param name="width" value="425" />
<param name="src" value="http://www.youtube.com/v/5-tWsGH8G1U" /><embed type="application/x-shockwave-flash" height="350" width="425" src="http://www.youtube.com/v/5-tWsGH8G1U"></embed></object></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9538704405470137";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
//2007-07-13: WPMax
google_ad_channel = "9895633112";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "223FBF";
google_color_text = "191919";
google_color_url = "223FBF";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<a href="http://www.wordpressmax.com/tag/wordpress-guide/" rel="tag">WordPress Guide</a>, <a href="http://www.wordpressmax.com/tag/wordpress-video-guide/" rel="tag">WordPress Video Guide</a>, <a href="http://www.wordpressmax.com/tag/wordpress-videos/" rel="tag">WordPress videos</a><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/WordpressMax?a=4Q1meH"><img src="http://feeds.feedburner.com/~f/WordpressMax?i=4Q1meH" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.wordpressmax.com/wordpress-video-guide/wordpress-dashboard-video-guide/feed</wfw:commentRss>
		</item>
		<item>
		<title>WordPress To Run Your Website</title>
		<link>http://www.wordpressmax.com/wordpress/wordpress-to-run-your-website</link>
		<comments>http://www.wordpressmax.com/wordpress/wordpress-to-run-your-website#comments</comments>
		<pubDate>Sat, 03 May 2008 14:39:22 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
		
		<category><![CDATA[WordPress]]></category>
<category>WordPress</category>
		<guid isPermaLink="false">http://www.wordpressmax.com/wordpress/wordpress-to-run-your-website</guid>
		<description><![CDATA[Too often I get contacted by people who just spent a lot of either time and money to get a static HTML website setup who then want a WordPress blog theme to match their nice new website. Or those that want to start a website and then add a blog that will match. My question is always why? Why bother with both when WordPress can do it all?]]></description>
			<content:encoded><![CDATA[<p>Too often I get contacted by people who just spent a lot of either time and money to get a static HTML website setup who then want a WordPress blog theme to match their nice new website. Or those that want to start a website and then add a blog that will match. My question is always why? Why bother with both when WordPress can do it all?</p>
<p>Here is a list of things WordPress can do that you may want to know before you dump all that time and money into a static website with a blog added onto it.</p>
<p align="left">&nbsp;</p>
<ul>
<li> You can use a static front page with WordPress. With this option and WordPress setup on the root of your domain, your main website page will look just like the blog.</li>
<li>You can create a different page template for the main or front page of your site that looks completely different than the blog. For example you can create a page template without the sidebar or a sidebar different than the blog.</li>
<li>You can add static pages just as easily as adding a blog post</li>
<li>You can use the WordPress Links menu or what was called the Blogroll as your site navigation. Instead of showing the Pages of your site keep them off the sidebar and add links to your static pages in the Links menu under the category of your choice.</li>
<li>Changing the look or theme of your <a href="http://www.wordpressmax.com/pips/" target="_blank">WordPress Powered Site</a> is very easily done with a few mouse clicks. No need to manually change every page because the content of your site is held within a database. Your WordPress theme isn&#8217;t tied to the pages or posts.</li>
<li>Additional functionality can be added using plugins. If there is something you want your WordPress site to do, chances are a plugin is available for it. For example a forum can be added by uploading the plugin and activating it.</li>
</ul>
<p>The advantages of using WordPress to power a website are obvious once you understand the workings of WordPress and the power it has. If you are willing to learn how to customize WordPress to fit your needs all it takes is some time searching online. If it seems a bit intimidating to you there are many freelancers online that can set it up. Either way there are not many reasons to pay to have someone create a static HTML template and then another to match a WordPress theme to it. That in my opinion is spending money twice on the same thing and really putting the cart before the horse.</p>
<a href="http://www.wordpressmax.com/tag/wordpress/" rel="tag">WordPress</a><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/WordpressMax?a=h9hIaH"><img src="http://feeds.feedburner.com/~f/WordpressMax?i=h9hIaH" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.wordpressmax.com/wordpress/wordpress-to-run-your-website/feed</wfw:commentRss>
		</item>
		<item>
		<title>WordPress 2.5.1 Released Security Issues And Other Fixes</title>
		<link>http://www.wordpressmax.com/wordpress-25/wordpress-251-released</link>
		<comments>http://www.wordpressmax.com/wordpress-25/wordpress-251-released#comments</comments>
		<pubDate>Sat, 26 Apr 2008 21:11:01 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
		
		<category><![CDATA[WordPress 2.5]]></category>
<category>WordPress</category><category>WordPress 2.5</category>
		<guid isPermaLink="false">http://www.wordpressmax.com/wordpress-25/wordpress-251-released</guid>
		<description><![CDATA[WordPress 2.5.1 is already been released and is out now. It has an important security fix that is not been exposed yet but it it will most likely be found soon enough. ]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.5.1 is already been released and is out now. It has an important security fix that is not been exposed yet but it it will most likely be found soon enough. </p>
<p>Other fixes include the media uploader that has been the cause for many a blogger to revert back to previous versions. I haven&#8217;t encountered any of the reported issues on my test blog running 2.5 and I normally don&#8217;t encourage upgrading WordPress but in this case if you are running version 2.5 and like it you might want to. You can grab it at <a href="http://wordpress.org/download/">WordPress.org</a>. </p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9538704405470137";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
//2007-07-13: WPMax
google_ad_channel = "9895633112";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "223FBF";
google_color_text = "191919";
google_color_url = "223FBF";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<a href="http://www.wordpressmax.com/tag/wordpress/" rel="tag">WordPress</a>, <a href="http://www.wordpressmax.com/tag/wordpress-2.5/" rel="tag">WordPress 2.5</a><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/WordpressMax?a=397KVG"><img src="http://feeds.feedburner.com/~f/WordpressMax?i=397KVG" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.wordpressmax.com/wordpress-25/wordpress-251-released/feed</wfw:commentRss>
		</item>
		<item>
		<title>WordPress Widgets Instruction Video Version 2.5</title>
		<link>http://www.wordpressmax.com/wordpress-video-guide/press-widgets-instructions-25</link>
		<comments>http://www.wordpressmax.com/wordpress-video-guide/press-widgets-instructions-25#comments</comments>
		<pubDate>Tue, 22 Apr 2008 03:43:40 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
		
		<category><![CDATA[WordPress Video Guide]]></category>
<category>WordPress guide video</category><category>WordPress guides</category><category>WordPress Video Guide</category><category>wordpress widgets</category>
		<guid isPermaLink="false">http://www.wordpressmax.com/wordpress-video-guide/press-widgets-instructions-25</guid>
		<description><![CDATA[There has been a major change in the widgets menu for WordPress version 2.5. Here is an instructional video guide to help you make your way around the new WordPress widgets menu. ]]></description>
			<content:encoded><![CDATA[<p>There has been a major change in the widgets menu for WordPress version 2.5. Here is an instructional video guide to help you make your way around the new WordPress widgets menu.</p>
<p>[See post to watch Flash video]</p>
<p><!--adsense#video--></p>
<a href="http://www.wordpressmax.com/tag/wordpress-guide-video/" rel="tag">WordPress guide video</a>, <a href="http://www.wordpressmax.com/tag/wordpress-guides/" rel="tag">WordPress guides</a>, <a href="http://www.wordpressmax.com/tag/wordpress-video-guide/" rel="tag">WordPress Video Guide</a>, <a href="http://www.wordpressmax.com/tag/wordpress-widgets/" rel="tag">wordpress widgets</a><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/WordpressMax?a=LXY3saG"><img src="http://feeds.feedburner.com/~f/WordpressMax?i=LXY3saG" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.wordpressmax.com/wordpress-video-guide/press-widgets-instructions-25/feed</wfw:commentRss>
		</item>
		<item>
		<title>WordPress Post Problems Page Not Found</title>
		<link>http://www.wordpressmax.com/wordpress-guide/wordpress-post-problems</link>
		<comments>http://www.wordpressmax.com/wordpress-guide/wordpress-post-problems#comments</comments>
		<pubDate>Sat, 19 Apr 2008 16:36:40 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
		
		<category><![CDATA[WordPress Guide]]></category>
<category>WordPress 2.5</category><category>WordPress Guide</category>
		<guid isPermaLink="false">http://www.wordpressmax.com/wordpress-guide/wordpress-post-problems</guid>
		<description><![CDATA[WordPress can be one of the easiest content management systems to publish a blog or website on. It can also be one of the most frustrating. Out of the box WordPress is pretty stable, start adding plugins and customizing it and conflicts with plugins and hosting account settings can drive a blogger mad! ]]></description>
			<content:encoded><![CDATA[<p>WordPress can be one of the easiest content management systems to publish a blog or website on. It can also be one of the most frustrating. Out of the box WordPress is pretty stable, start adding plugins and customizing it and conflicts with plugins and hosting account settings can drive a blogger mad!</p>
<p>One such issue I came across recently on WordPress version 2.5 is a memory limit on a hosting account. This was causing the Google XML Sitemaps plugin to create issues when publishing a new post or saving changes to an existing post. Mike from <a href="http://totalmarketingtoolboxblog.com/" target="_blank">Total Marketing Toolbox</a> contacted me with this problem and I was able to track it down for him.</p>
<p><!--adsense--></p>
<p>The problem was when a WordPress post was published or saved, in a Firefox browser the page would just go blank, or in Internet Explorer an error message can up &#8216;page could not be displayed&#8217;. It took some digging around but I figured it had something to do with a plugin. So first I deactivated all plugins and tried to recreate the issue after activating one plugin at a time. After isolating the plugin I checked the settings on it and got lucky. It told me that the sitemap could not be written and that I should check the servers memory limit. The plugins configuration page also has a setting to increase the memory limit. It was an easy fix to raise the memory limit and get the WordPress blog back in business.</p>
<p>If you encounter similar issues when publishing a new post first look at plugins that perform a function when publishing a post, like Google Sitemaps, or Smart Update Pinger. </p>
<p>Thanks to Arne Brachhold for writing such a great plugin, <a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" target="_blank">Google XML Sitemaps,</a> and making it easy for us to track down and fix these little issues.</p>
<a href="http://www.wordpressmax.com/tag/wordpress-2.5/" rel="tag">WordPress 2.5</a>, <a href="http://www.wordpressmax.com/tag/wordpress-guide/" rel="tag">WordPress Guide</a><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/WordpressMax?a=WZb9d2G"><img src="http://feeds.feedburner.com/~f/WordpressMax?i=WZb9d2G" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.wordpressmax.com/wordpress-guide/wordpress-post-problems/feed</wfw:commentRss>
		</item>
		<item>
		<title>WordPress Version 2.5 Where Is The BlogRoll</title>
		<link>http://www.wordpressmax.com/wordpress-25/wordpress-version-25-where-blogroll</link>
		<comments>http://www.wordpressmax.com/wordpress-25/wordpress-version-25-where-blogroll#comments</comments>
		<pubDate>Sat, 12 Apr 2008 18:20:07 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
		
		<category><![CDATA[WordPress 2.5]]></category>
<category>WordPress 2.5</category>
		<guid isPermaLink="false">http://www.wordpressmax.com/wordpress-25/wordpress-version-25-where-blogroll</guid>
		<description><![CDATA[What happened to the WordPress blogroll in version 2.5? Its still there and, in my opinion a better way. The blogroll in WordPress version 2.5 is now called Links and additional functionality has been added to better manage the categories you can place the links under]]></description>
			<content:encoded><![CDATA[<p>What happened to the WordPress blogroll in version 2.5? Its still there and, in my opinion a better way. The blogroll in WordPress version 2.5 is now called Links and additional functionality has been added to better manage the categories you can place the links under.</p>
<p style="text-align: center"><img src="http://www.wordpressmax.com/wp-content/uploads/2008/04/wordpressblogroll.gif" style="border-width: 2px; margin: 5px" title="Blog Roll" alt="wordpressblogroll.gif" align="bottom" border="2" hspace="5" vspace="5" /></p>
<p>Getting to the new Links menu is under Manage then the Links sub panel. To edit an existing link simply click the name of the link (not the URL) on the left to open it.</p>
<p style="text-align: center"><img src="http://www.wordpressmax.com/wp-content/uploads/2008/04/blogroll2.gif" style="margin: 5px" title="blogroll" alt="blogroll2.gif" align="bottom" hspace="5" vspace="5" /></p>
<p>Adding new links categories as as simple as ever now that it has its own sub panel that is also under the main Manage panel.  You can even rename the default Blogroll category to what ever you want. I suggest you only place links in one category so they show only once in the sidebar under the specified category.</p>
<p style="text-align: center"><img src="http://www.wordpressmax.com/wp-content/uploads/2008/04/blogroll3.gif" style="margin: 5px" title="WordPress Blogroll" alt="blogroll3.gif" align="bottom" hspace="5" vspace="5" /></p>
<p><!--adsense#top--></p>
<p>As I research WordPress Version 2.5 more the more I find to like. Although this site still operates on a few version removed from even 2.3.3 I know the time is coming and I have been contemplating the upgrade for this and my other blogs.</p>
<p>To learn more about WordPress version 2.5 <a href="http://wordpress.jdwebdev.com/" target="_blank">WordPress Expert</a> has an informative post about most of the <a href="http://wordpress.jdwebdev.com/blog/updates/wordpress-25-features/" target="_blank">WordPress 2.5 Features</a>.</p>
<a href="http://www.wordpressmax.com/tag/wordpress-2.5/" rel="tag">WordPress 2.5</a><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/WordpressMax?a=XRr5msG"><img src="http://feeds.feedburner.com/~f/WordpressMax?i=XRr5msG" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.wordpressmax.com/wordpress-25/wordpress-version-25-where-blogroll/feed</wfw:commentRss>
		</item>
		<item>
		<title>WordPress 2.5 Sidebar Widgets Guide</title>
		<link>http://www.wordpressmax.com/wordpress-25/wordpress-sidebar-widgets-guide</link>
		<comments>http://www.wordpressmax.com/wordpress-25/wordpress-sidebar-widgets-guide#comments</comments>
		<pubDate>Fri, 11 Apr 2008 14:43:14 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
		
		<category><![CDATA[WordPress 2.5]]></category>
<category>sidebar</category><category>WordPress 2.5</category>
		<guid isPermaLink="false">http://www.wordpressmax.com/wordpress-25/wordpress-sidebar-widgets-guide</guid>
		<description><![CDATA[WordPress 2.5 ushered in major changes in the WordPress dashboard both visually and functionally. Navigating the dashboard is a little different, but if you have spent any amount of time with previous versions then it shouldn't take long to figure it out. WordPress sidebar widgets have had a major change with version 2.5 and, in my opinion, some of them are good and some I haven't decided on yet.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.wordpressmax.com/wp-content/uploads/2008/04/wplogo11.gif" style="margin: 2px 7px" title="WordPress 2.5" alt="wplogo11.gif" align="left" hspace="7" vspace="2" />WordPress 2.5 ushered in major changes in the WordPress dashboard both visually and functionally. Navigating the dashboard is a little different, but if you have spent any amount of time with previous versions then it shouldn&#8217;t take long to figure it out. WordPress sidebar widgets have had a major change with version 2.5 and, in my opinion, some of them are good and some I haven&#8217;t decided on yet.</p>
<p style="text-align: center"><img src="http://www.wordpressmax.com/wp-content/uploads/2008/04/widget1.gif" style="border-width: 2px; margin: 5px" title="2.5 Widgets" alt="widget1.gif" align="bottom" border="2" hspace="5" vspace="5" /></p>
<p>Getting to sidebar widgets in WordPress 2.5 is just a little different than previous versions in that the Presentation menu is now called Design. Once in the Widgets submenu you will see it has a completely different look and feel.</p>
<p style="text-align: center"><img src="http://www.wordpressmax.com/wp-content/uploads/2008/04/widget2.gif" style="margin: 5px 0px" title="Widgets 2.5" alt="widget2.gif" hspace="0" vspace="5" /></p>
<p>At the top of the widgets screen you will see new drop down options, one on the left for what widgets to show in this view. Note this option doesn&#8217;t affect what shows on the sidebar, just your view while working in this menu. Another drop down on the right to choose what sidebar you are working with if your theme has more than one sidebar. There is also a sidebar search feature on the top right.</p>
<p>Adding widgets is pretty straight forward from here: If the Add link is shown on an available widget from the left side then clicking it will move it over to the right into the sidebar. Once on the sidebar you can now use drag and drop to position the widget into the desired location on the WordPress sidebar.</p>
<p style="text-align: center"><img src="http://www.wordpressmax.com/wp-content/uploads/2008/04/widget31.gif" style="margin: 5px" title="WordPress 2.5 Widgets" alt="widget31.gif" hspace="5" vspace="5" /></p>
<p>Clicking Edit on the widget will give you the option to remove it or, if available, to make any changes you want to it. Removing a widget is a little awkward in that you must click the edit link on it to get an opportunity to remove it. Something I admit took me a while to figure out. Once you have all your widgets as you wish just click Save Changes.</p>
<p><!--adsense--></p>
<p>Text widgets are still one of the most versatile, and best options of using WordPress, and in WordPress version 2.5 there are now more than the ten available text widgets as in previous versions. Text widgets can accept plain text, scripts or HTML, just be sure if adding images or scripts to a text widget that they are not larger than the sidebar container. You should check the look of your WordPress blog in at least two different browsers to make sure it looks right. Bad code or missing code tags can wreak havoc on your blog as well as images too big for the sidebar. Pasting text from an MS Word document into your sidebar, or a post, can create problems as well.</p>
<p class="archive_head">Update for those having problems with text widgets in 2.5 and 2.5.1 !</p>
<p>There are known issues with text widgets in both versions and I don&#8217;t have all the answers. There are multiple posts on the WordPress forum regarding this. The easiest fix may be to use Firefox for a browser rather than Internet Explorer. Another reason to not upgrade your blog if it is operating the way you want as it is! If you have widget issues check out all the posts for a possible solution here: <a href="http://wordpress.org/search/2.5+text+widgets?forums=1" target="_blank">WordPress.org Forum</a></p>
<a href="http://www.wordpressmax.com/tag/sidebar/" rel="tag">sidebar</a>, <a href="http://www.wordpressmax.com/tag/wordpress-2.5/" rel="tag">WordPress 2.5</a><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/WordpressMax?a=yApn3ZG"><img src="http://feeds.feedburner.com/~f/WordpressMax?i=yApn3ZG" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.wordpressmax.com/wordpress-25/wordpress-sidebar-widgets-guide/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
