<?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>Blogging Extreme.com&#187; Jeffrey</title>
	<atom:link href="http://bloggingextreme.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloggingextreme.com</link>
	<description>Blogging Extreme.com ★ The Location For Learning Extreme Blogging ★</description>
	<lastBuildDate>Wed, 16 Nov 2011 02:06:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Dealing With Multi-Site In WordPress 3.0 Forward</title>
		<link>http://bloggingextreme.com/hi-tech-blogging-solutions/dealing-with-multi-site-in-wordpress-3-0-forward/</link>
		<comments>http://bloggingextreme.com/hi-tech-blogging-solutions/dealing-with-multi-site-in-wordpress-3-0-forward/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 22:44:25 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Hi-Tech Blogging Solutions]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Multi Blogs]]></category>
		<category><![CDATA[WordPress Multi Installs]]></category>
		<category><![CDATA[WordPress Multi Sites]]></category>
		<category><![CDATA[WordPress Multi-Units]]></category>
		<category><![CDATA[WPMU]]></category>

		<guid isPermaLink="false">http://bloggingextreme.com/?p=871</guid>
		<description><![CDATA[When I received the news that WordPress was upgrading to 3.0, I was ready to start preparing to upgrade my Blogs. I wanted to take a look see at what was involved in the new upgrade and to start getting my Plug-In list ready, and so on. As I looked into the new upgrade I [...]]]></description>
			<content:encoded><![CDATA[<p>When I received the news that WordPress was upgrading to 3.0,  I was ready to start preparing to upgrade my Blogs.  I wanted to take a look see at what was involved in the new upgrade and to start getting my Plug-In list ready, and so on.</p>
<p>As I looked into the new upgrade I found where &#8220;Multi-Site&#8221; was now a part of the upgrade or what<span id="more-871"></span> WordPress calls <a href="http://codex.wordpress.org/WordPress_MU" target="_blank">WPMU</a> allowing you to run multiple Blogs from a single installation of WordPress.  Oh man, not good!  I have always felt that Multi-Site was a security risk of the highest order.  I have a ton of Blogs out there in the Blogosphere and you have to find them to knock them down.  I&#8217;ve got them pretty well scattered.  But with Multi-Site, if you get hacked,  someone can take the whole thing down.</p>
<p>Sorry, I got a little carried away with that one.  Multi-Site is available with WordPress 3.0 and forward, but is disabled by default, so you have to activate it to get it to work.  If you don&#8217;t want to activate it you can just install one Blog per WordPress Installation. It takes some hard coding to get it to work, which is very good, so that you don&#8217;t activate it by mistake.  Because if you do activate it by mistake, you can&#8217;t go back and de-activate it.  So you have to be right on.</p>
<p>So let&#8217;s take a look at what is involved.  To activate WPMU you will need to add this code to your &#8220;wp-config.php&#8221; file in your home directory or root file:</p>
<p><strong>define(&#8216;WP_ALLOW_MULTISITE&#8217;, true);</strong></p>
<p>You will want to add this line of code to your &#8220;wp-config.php&#8221; file at the very beginning of the file like this:</p>
<p>&lt;?php<br />
/**<br />
* The base configurations of the WordPress.<br />
*<br />
* This file has the following configurations: MySQL settings, Table Prefix,<br />
* Secret Keys, WordPress Language, and ABSPATH. You can find more information<br />
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing<br />
* wp-config.php} Codex page. You can get the MySQL settings from your web host.<br />
*<br />
* This file is used by the wp-config.php creation script during the<br />
* installation. You don&#8217;t have to use the web site, you can just copy this file<br />
* to &#8220;wp-config.php&#8221; and fill in the values.<br />
*<br />
* @package WordPress<br />
*/</p>
<div style="background-color:yellow;width:250px;">define(&#8216;WP_ALLOW_MULTISITE&#8217;, true);</div>
<p></p>
<p>// ** MySQL settings &#8211; You can get this info from your web host ** //<br />
/** The name of the database for WordPress */</p>
<p>You can add this code after you install WordPress if you like or before installation, it does not really matter &#8230;&#8230; <strong>One note of caution though, do not activate any plug-ins until you are finished setting up your Multi-Sites Network.</strong></p>
<p>Once you have added this code you will need to go to your WordPress Dashboard &gt; Tools &gt; Nework,  which then brings you to the &#8220;Create a Network of WordPress Sites&#8221; screen.  Select your desired options then select &#8220;Install&#8221; and remember <strong>that this process is irreversible.</strong></p>
<p>Your next screen will be the &#8220;Enabling the Network&#8221;.  You will need to make some additional changes to you &#8220;.htaccess&#8221; and &#8220;wp-config.php&#8221; files.  Once you are finished, just save your changes and log-off and then log back in and you will now see a new menu bar for &#8220;Super Admin&#8221;.  This new menu will let you add sites and configure.</p>
<p>If you get into trouble with various plug-ins after you have enabled your network, you can reverse the process of installation, but why bother, you would just have to remove the Blogs that you installed under WPMU.  It is really much easier to start over with a fresh install or forgo the use of the offending plug-in.</p>
<p>For those of you that are wondering why the line of code to activate the WPMU is not already written in your wp-config.php file like you sometimes see with other bits of code. Someone can and undoubtedly will mistakenly enable (True) the multi site option which will make changes in whole WordPress installation. So to avoid accidental “enabled multi site” option, WordPress team haven’t included it in your &#8220;wp-config.php&#8221; file.</p>
<p>I would like to offer a very special thanks to <a href="http://bloggingjunkie.com" target="_blank">Imran Yousaf</a> for his assistance in helping me to define the finer points of installing &#8220;WPMU&#8221;.  You will find many helpful tips and tricks over at his very fine Blog. I highly recommend it.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fdealing-with-multi-site-in-wordpress-3-0-forward%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fdealing-with-multi-site-in-wordpress-3-0-forward%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/hi-tech-blogging-solutions/dealing-with-multi-site-in-wordpress-3-0-forward/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>NoFollow; DoFollow. What?</title>
		<link>http://bloggingextreme.com/hi-tech-blogging-solutions/nofollow-dofollow-what/</link>
		<comments>http://bloggingextreme.com/hi-tech-blogging-solutions/nofollow-dofollow-what/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 13:23:53 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Hi-Tech Blogging Solutions]]></category>
		<category><![CDATA[DoFollow]]></category>
		<category><![CDATA[NoFollow]]></category>

		<guid isPermaLink="false">http://bloggingextreme.com/?p=842</guid>
		<description><![CDATA[This post may be a bit hard to follow, get it?  I know we all hate a complex post, but that&#8217;s the nature of this site.  Today&#8217;s post will deal with the &#8220;rel=NoFollow&#8221; rule that is present in the WordPress software and how you actually deal with it so that you have what is called [...]]]></description>
			<content:encoded><![CDATA[<p>This post may be a bit hard to follow, get it?  I know we all hate a complex post, but that&#8217;s the nature of this site.  Today&#8217;s post will deal with the &#8220;rel=NoFollow&#8221; rule that is present in the WordPress software and how you actually deal with it so that you have what is called in Blogging as a &#8220;DoFollow&#8221; Blog.</p>
<p>First &#8220;NoFollow&#8221; is an attribute which tells the bots of the world which links in the comments section are worthy to follow and which are not to be followed.  Unfortunately you can&#8217;t provide this information yourself,  WordPress does it for you automatically.  And it is always set at &#8220;NoFollow&#8221;.</p>
<p>There are a number of plug-ins that deal with this issue but I prefer a &#8220;hard code&#8221; to avoid a lot of junk in the trunk.</p>
<p>As I stated above that &#8220;NoFollow&#8221; is an attribute.  There is no such thing as a &#8220;DoFollow&#8221; attribute.  There is &#8230;&#8230;&#8230;. well nothing!  I usually use &#8220;friend&#8221; as my attribute within my code to make my Blog a &#8220;DoFollow&#8221; Blog. However you can you use anything you want really.  So you can use &#8220;DoFollow&#8221; or &#8220;friend&#8221; or &#8220;Spamin&#8217; Sammy&#8221;  because the bots only see one thing &#8220;NoFollow&#8221; or nothing.  So whatever you wish to place in between the quotes is good with the bots, they will follow any link so long as &#8220;DoFollow&#8221; is not present.  The potically correct way to do things however is to just leave the quotes empty.  So you would be looking at &#8220;NoFollow&#8221; in your line of code.  And you would change this to &#8221; &#8220;.  That&#8217;s right, nothing!  However it makes finding things a bit diffuclut for me so I just put &#8220;friend&#8221; in my code.  I told you this post would be hard to follow! Now &#8230;&#8230;&#8230;.. where to put the code!</p>
<p>Your edit takes place in &#8220;wp-includes &gt; formatting.php&#8221;  The edit is shown below and can be found on about line 1290 or so of this file:</p>
<p><span style="font-family: Verdana; color: #000000; font-size: 10pt;">function wp_rel_nofollow_callback( $matches ) {<br />
$text = $matches[1];<br />
$text = str_replace(array(&#8216; rel=&#8221;nofollow&#8221;&#8216;, &#8221; rel=&#8217;nofollow&#8217;&#8221;), &#8221;, $text);<br />
return &#8220;&lt;a $text rel=\&#8221;nofollow\&#8221;&gt;&#8221;;</span></p>
<p>The nofollow Attribute can be found in a number of files and in a number of locations within those files.  But just stick to the edit below and you should be fine.</p>
<p><span style="font-family: Verdana; color: #000000; font-size: 10pt;"> </span></p>
<div>function wp_rel_nofollow_callback( $matches ) {<br />
$text = $matches[1];<br />
$text = str_replace(array(&#8216; rel=&#8221;nofollow&#8221;&#8216;, &#8221; rel=&#8217;nofollow&#8217;&#8221;), &#8221;, $text);<br />
<span style="background-color: #ffff00;">return &#8220;&lt;a $text rel=\&#8221;dofollow\&#8221;&gt;&#8221;;</span></div>
<div><span style="background-color: #ffff00;"><br />
</span></div>
<p>You Blog will now automatically follow all comments that you approve.  Two points to remember:<br />
1. Do Not add another attribute to the comments when and if you edit them.  This will cause the bots to &#8220;NoFollow&#8221; the comment link.<br />
2. When you go to upgrade your WordPress Version.  The upgrade will overwrite the edit that you placed in the formatting.php file.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fnofollow-dofollow-what%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fnofollow-dofollow-what%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/hi-tech-blogging-solutions/nofollow-dofollow-what/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Squared &#8211; Gimp &#8211; E-Book Design</title>
		<link>http://bloggingextreme.com/hi-tech-blogging-solutions/linux-squared-gimp-e-book-design/</link>
		<comments>http://bloggingextreme.com/hi-tech-blogging-solutions/linux-squared-gimp-e-book-design/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 02:42:44 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Hi-Tech Blogging Solutions]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blogging Extreme]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[E-Book]]></category>
		<category><![CDATA[GIMP]]></category>
		<category><![CDATA[Googled]]></category>

		<guid isPermaLink="false">http://bloggingextreme.com/?p=825</guid>
		<description><![CDATA[Man, &#8230;&#8230;&#8230; I&#8217;ve had a couple of weeks of hectic &#8220;Extreme Blogging&#8220;. So extreme in fact that I&#8217;ve had to skip a week, while I got it together enough to be able to post. It all started with my trying to update an E-Book template that I had found on the web, when I first [...]]]></description>
			<content:encoded><![CDATA[<p>Man, &#8230;&#8230;&#8230; I&#8217;ve had a couple of weeks of hectic &#8220;<strong>Extreme Blogging</strong>&#8220;.  So extreme in fact that I&#8217;ve had to skip a week, while I got it together enough to be able to post.  It all started with my trying to update an <strong>E-Book</strong> template that I had found on the web, when I first started out <strong>Blogging</strong>.  No matter how<span id="more-825"></span> I tried, I was confronted with the fact that I was going to have to re-design the whole thing.  I sure didn&#8217;t have time to do this, but throwing caution to the wind, I jumped in and <strong>Googled</strong> until the cows wouldn&#8217;t come home.<br />
Nothing!</p>
<p>Now, I was confronted with having to come up with my own design code.  I&#8217;ve seen some tricky code before, but this takes the cake!  I spent 40 hours trying to hammer out the details over three days, seriously backing me up on my <strong>Blogs</strong>.  When finished I got ready to use the code for a post over here at <strong>Blogging Extreme</strong> only to be over-ruled by the editor stating that I had spent so much time refining the thing, that I should now place it on the <strong>Blog</strong> as an <strong>E-Book</strong>. Man, &#8230;&#8230;&#8230; I&#8217;m wasn&#8217;t even ready to do that!  20 hours later, here I am. READY; SET; DOWNLOAD!</p>
<p>You can now download from the homepage,  the price is $9.95.  I&#8217;ve run several tests on the coded instructions and they work fine.  It does assume that you have some basic experience with <strong>GIMP</strong>.  Once you play around with the coded instructions for a couple of hours, you will see how it easy it is to do whatever you want it to do.  I&#8217;ve really just laid the ground work,  with some improvisation, you should do just fine.  You can really design any type of <strong>E-Book</strong> with any type of back ground; any size you want.</p>
<p>As for now, the manual does not cover how to design round <strong>CD&#8217;s</strong> or multiple books in one image.  As I have the time, I will update the manual to include these types of images. If you have an hints or tips on the subject, be sure to leave your comments below.  And yes, I did do the image you see on the homepage with these same instructions in the manual. Pretty cool, huh!
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Flinux-squared-gimp-e-book-design%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Flinux-squared-gimp-e-book-design%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/hi-tech-blogging-solutions/linux-squared-gimp-e-book-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Double Posting with Two Windows</title>
		<link>http://bloggingextreme.com/hi-tech-blogging-solutions/double-posting-with-two-windows/</link>
		<comments>http://bloggingextreme.com/hi-tech-blogging-solutions/double-posting-with-two-windows/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 12:07:19 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Hi-Tech Blogging Solutions]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bloggingextreme.com/?p=769</guid>
		<description><![CDATA[I came up on this the other day for the first time when I was doing a really long post! Most of what I do is on the Micro level, so I rarely get a chance to post anything of any real length. When I did, I hit a huge snag that just about did [...]]]></description>
			<content:encoded><![CDATA[<p>I came up on this the other day for the first time when I was doing a really long post!  Most of what I do is on the Micro level, so I rarely get a chance to post anything of any real length.  When I did, I hit a huge snag that just about did me in, as I was trying to make a deadline with one of my blogs.</p>
<p>Here it is: When editing a &#8220;Draft&#8221; you have the ability in <strong>WordPress</strong> to Preview these changes, as you are logged in to the <strong>admin area</strong>, in the preview you will notice the word &#8220;edit&#8221; next to the date and your name.  When you press this edit to clean up your copy you will open a new tab in <strong>firefox</strong> or a new browser window in <strong>Explorer</strong>.  Now it only does this one time, however you now have two tabs or two browser windows open for you to edit in.  Once you save in one, you will not be able to save in another.  The trouble is,  when you hit the preview button and after reading your post you decide to edit and hit the edit link,  you should be forced to back-up, like hitting the back button on the tool bar of you internet browser,  not the ability to open a new tab or new browser window.  Man, &#8230;&#8230;&#8230;. I seen some bugs, but this is a killer.</p>
<p>After I had work through my copy and realized my problem, I was like four hours doing this post, and I was forced to stay with it, because I was looking at a deadline.</p>
<p>Once you publish your post and you decide to edit that post, you still get this behavior with <strong>WordPress</strong>.  I&#8217;m sure there is a work around, I just don&#8217;t know it yet.  I just wanted to get this info to you as soon as I realized the problem. So, do yourself a huge favor and when you hit the &#8220;Preview Changes&#8221; button; after you are through editing, just turn off the tab or window!   If you know of a work around, leave a comment and help us out, please. Thanks.  See you next week!
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fdouble-posting-with-two-windows%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fdouble-posting-with-two-windows%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/hi-tech-blogging-solutions/double-posting-with-two-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beyonce Smoking Hot &#8230;.. Website!</title>
		<link>http://bloggingextreme.com/jeffreys-corner/beyonce-smoking-hot-website/</link>
		<comments>http://bloggingextreme.com/jeffreys-corner/beyonce-smoking-hot-website/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 09:43:22 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Jeffrey's Corner]]></category>

		<guid isPermaLink="false">http://bloggingextreme.com/?p=770</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe title="YouTube video player" width="586" height="360" src="http://www.youtube.com/embed/b-K-sgXqFRs?rel=0" frameborder="0" allowfullscreen></iframe></p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbloggingextreme.com%2Fjeffreys-corner%2Fbeyonce-smoking-hot-website%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbloggingextreme.com%2Fjeffreys-corner%2Fbeyonce-smoking-hot-website%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/jeffreys-corner/beyonce-smoking-hot-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m Never Going To Get This Long URL In My Twitter Post</title>
		<link>http://bloggingextreme.com/hi-tech-blogging-solutions/im-never-going-to-get-this-long-url-in-my-twitter-post/</link>
		<comments>http://bloggingextreme.com/hi-tech-blogging-solutions/im-never-going-to-get-this-long-url-in-my-twitter-post/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 13:43:25 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Hi-Tech Blogging Solutions]]></category>
		<category><![CDATA[Plug-In]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Tiny URL]]></category>
		<category><![CDATA[Twitter Feed]]></category>

		<guid isPermaLink="false">http://bloggingextreme.com/?p=740</guid>
		<description><![CDATA[Tiny URL&#8217;s &#8230;&#8230;. what&#8217;s up with that ?  I don&#8217;t know about you but the fact that my post URL goes from: &#8220;What I Did On My Summer Vacation&#8221; to: http://fe.f48/EFA1.z &#8230;&#8230;&#8230; leaves me a little unsettled. If you ask the Tech guys they&#8217;ll tell you how it shows good form.  That&#8217;s GEEK speak for [...]]]></description>
			<content:encoded><![CDATA[<p>Tiny URL&#8217;s &#8230;&#8230;. what&#8217;s up with that ?  I don&#8217;t know about you but the fact that my post URL goes from: &#8220;What I Did On My Summer Vacation&#8221; to:<span><span> http://fe.f48/EFA1.z &#8230;&#8230;&#8230; leaves me a little unsettled. If you ask the Tech guys they&#8217;ll tell you how it shows good form.  That&#8217;s GEEK<span id="more-740"></span> speak for &#8230;&#8230; we can&#8217;t figure out how to sanely shorten a URL yet.  If you&#8217;re a blogger &#8230;. have I got an EXTREME solution for you !</span></span></p>
<p><span><span>When looking to add your URL to your <strong>Twitter feed</strong>,  it makes sense to drive home the name of the blog instead of a string of numbers along with the fact that the <strong>search engines</strong> really don&#8217;t like Tiny URL&#8217;s.  So I came up with this solution that by-passes the <strong>Plug-In</strong> route, (I need another Plug-In like a hole in the head).  So &#8230;&#8230;. try this;  the theory is pretty straight forward, first go to your &#8220;Dashboard&#8221; in the Admin Area of your WordPress Software.  Then go to &#8220;Settings&#8221; and click on &#8220;Permalinks&#8221; and go to &#8220;Common settings&#8221; and click on &#8220;Custom Structure&#8221;.  Add this code:  /%postname%/ &#8230;&#8230; now click &#8220;Save Changes&#8221;.</span></span></p>
<p><span><span>I usually like to see the whole URL of my post to show,  meaning;  site name, category, post name.  The Permalink &#8220;Custom Structure&#8221; looks something like this:</span></span> /%category%/%postname%/  If yours is set-up in a similar fashion you will have to drop out the /%category%/  Of course it does not effect function,  you just won&#8217;t see it show up in the URL of your blog.</p>
<p><span><span>Now when you add your URL to your Twitter feed,  you no longer have to add:  http://bloggingextreme.com/what-i-did-on-my-summer-vacation</span></span></p>
<p><span><span>You simply add this:  http://bloggingextreme.com/what</span></span></p>
<p><span><span>That&#8217;s it.  Now,  if you have two posts that start with the word &#8220;what&#8221;,  WordPress will seek out the earliest post. If that is not the post that you want, you will have to add another word or letter.</span></span></p>
<p><span><span>Like this:  http://bloggingextreme.com/what-i</span></span></p>
<p><span><span>Get it ?  Good ! &#8230;&#8230;&#8230;. Nuff said !  If this doesn&#8217;t work for ya &#8230;&#8230;. sorry,  I tried !  You&#8217;re back to the alphabet soup thing.  <img src='http://bloggingextreme.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </span></span></p>
<p><span><span>I&#8217;ve got an update.  Since I published this post. Allan over at <a href="http://iwoodpecker.com" target="blank">iwoodpecker.com</a> passed along this killer tip to the above.  You can actually go with a numerical system if you want.</span></span></p>
<p><span><span>Like this: http://bloggingextrme.com/p0001</span></span></p>
<p><span><span>That way you don&#8217;t have to worry about two posts that start with the same word.  Just remember,  to avoid the number showing up in the post title, edit at the perma-link level and don&#8217;t forget to place the  &#8220;p&#8221;  in front of the number.</span></span></p>
<p><span><span>Thanks Allan!!! Great Tip!  <img src='http://bloggingextreme.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
</span></span>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fim-never-going-to-get-this-long-url-in-my-twitter-post%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fim-never-going-to-get-this-long-url-in-my-twitter-post%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/hi-tech-blogging-solutions/im-never-going-to-get-this-long-url-in-my-twitter-post/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dealing With WordPress TV</title>
		<link>http://bloggingextreme.com/hi-tech-blogging-solutions/dealing-with-wordpress-tv/</link>
		<comments>http://bloggingextreme.com/hi-tech-blogging-solutions/dealing-with-wordpress-tv/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 10:08:19 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Hi-Tech Blogging Solutions]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Codex]]></category>
		<category><![CDATA[WordPress Software]]></category>
		<category><![CDATA[WordPress TV]]></category>
		<category><![CDATA[You Tube]]></category>

		<guid isPermaLink="false">http://bloggingextreme.com/?p=678</guid>
		<description><![CDATA[For those who follow this blog, you are probably aware that I&#8217;m not a big codex fan. Dealing with the endless forums and broken links, I can honestly say that I don&#8217;t think I have ever found a solution to my problem through the codex. I am however, kinda impressed with WordPress TV &#8230;&#8230;.. kinda. [...]]]></description>
			<content:encoded><![CDATA[<p>For those who follow this <strong>blog</strong>,  you are probably aware that I&#8217;m not a big <strong>codex</strong> fan.  Dealing with the endless <strong>forums</strong> and <strong>broken links</strong>,  I can honestly say that I don&#8217;t think I have ever found a solution to my problem through the <strong>codex</strong>.  I am however,  kinda impressed with <strong><a href="http://wordpress.tv" target="blank">WordPress TV</a></strong> &#8230;&#8230;.. kinda.</p>
<p>While I&#8217;m pretty sure that the codex is a lost cause,  I have hope for <strong>WordPress TV</strong>.  Video after all is the going rage these days for the blogger.   However,  while working with <strong>WordPress TV</strong> I have noticed some bugs that you should be aware of.</p>
<p>I just can&#8217;t put my finger on it.  How is it that the <strong>WordPress software</strong> is bullet proof,  but the support is so weak?  I just don&#8217;t get it.  I digress !</p>
<p>One of the cool things about <strong>WordPress TV</strong> is the ability to actually embed the video inside your post.  Yeah, Yeah, Yeah, <strong> Youtube</strong> this !  But <strong>WordPress TV</strong> is at least a little better in quality than the other video services that allow you to embed.  To control traffic to their sites some of the better one&#8217;s don&#8217;t even let you embed.  So to have a good quality video to embed inside your blog about <strong>blogging</strong> is like kinda cool.</p>
<p>When you reach the video that you want to embed,  you will see the word &#8220;embed&#8221; in the top left of the video.  Once you click on the control menu button,  you will see a drop down menu that gives you several choices.  Unfortunately, those choices don&#8217;t include anything that will fit your template more than likely,  so you will have to adjust the dimensions in the embedded code.  I&#8217;ve provide the code so that you can check out the dimensions change.</p>
<p>&lt;center&gt;&lt;embed src=&#8221;http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.15&#8243; type=&#8221;application/x-shockwave-flash&#8221; <strong>width=&#8221;585</strong>&#8221; <strong>height=&#8221;400</strong>&#8221; allowscriptaccess=&#8221;always&#8221; allowfullscreen=&#8221;true&#8221; flashvars=&#8221;guid=NBZ853Xn&amp;amp;<strong>width=400</strong>&amp;amp;height=224&amp;amp;qc_publisherId=p-18-mFEk4J448M&#8221; title=&#8221;Introducing WordPress 2.9 Carmen&#8221;&gt;&lt;/embed&gt;&lt;/center&gt;</p>
<p>The &#8220;Copy To Clipboard&#8221; thing is kinda cranky too,  so be patient.  It doesn&#8217;t always want to copy or paste for that matter.</p>
<p>Here it is for those who need a quick look see:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="585" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="guid=NBZ853Xn&amp;width=400&amp;height=224&amp;qc_publisherId=p-18-mFEk4J448M" /><param name="src" value="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.15" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="585" height="400" src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.15" allowfullscreen="true" flashvars="guid=NBZ853Xn&amp;width=400&amp;height=224&amp;qc_publisherId=p-18-mFEk4J448M"></embed></object>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fdealing-with-wordpress-tv%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fdealing-with-wordpress-tv%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/hi-tech-blogging-solutions/dealing-with-wordpress-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding A Widgeted Footer To Your Theme</title>
		<link>http://bloggingextreme.com/hi-tech-blogging-solutions/adding-a-widgeted-footer-to-your-theme/</link>
		<comments>http://bloggingextreme.com/hi-tech-blogging-solutions/adding-a-widgeted-footer-to-your-theme/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 14:59:25 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Hi-Tech Blogging Solutions]]></category>
		<category><![CDATA[Footers For Your Blogging Theme]]></category>

		<guid isPermaLink="false">http://bloggingextreme.com/?p=687</guid>
		<description><![CDATA[If you follow this blog you know that I am a big fan of Studio Press.  So for this week&#8217;s post I thought I would give you the instructions on how to add one of those way cool footer widgets to the bottom of your theme. It has four columns.  Unfortunately I don&#8217;t have a [...]]]></description>
			<content:encoded><![CDATA[<p>If you follow this blog you know that I am a big fan of Studio Press.  So for this week&#8217;s post I thought I would give you the instructions on how to add one of those way cool footer widgets to the bottom of your theme. It has four columns.  Unfortunately I don&#8217;t have a header to match the footer just yet, but I&#8217;m working on<span id="more-687"></span> it.  For those who like to build their own themes,  these instructions in three steps will at least provide you with a starting place.  This is a kinda long post so bear with !</p>
<p>When you&#8217;re done your footer should have the following appearance at the bottom of your blog.</p>
<p><img src="http://bloggingextreme.com/images/streamline-footer.png" alt="" width="585" /></p>
<p>Have at it Kids and Good Luck !</p>
<p>Step #1</p>
<p>The first thing to do is to register the widgeted footer areas in your theme’s functions.php file. Using the Lifestlye theme as an example, here’s what the code looks like right now:</p>
<p>if ( function_exists(&#8216;register_sidebars&#8217;) )<br />
register_sidebar(array(&#8216;name&#8217;=&gt;&#8217;Sidebar Top&#8217;,'before_title&#8217;=&gt;&#8217;&lt;h4&gt;&#8217;,'after_title&#8217;=&gt;&#8217;&lt;/h4&gt;&#8217;));<br />
register_sidebar(array(&#8216;name&#8217;=&gt;&#8217;Sidebar Bottom Left&#8217;,'before_title&#8217;=&gt;&#8217;&lt;h4&gt;&#8217;,'after_title&#8217;=&gt;&#8217;&lt;/h4&gt;&#8217;));<br />
register_sidebar(array(&#8216;name&#8217;=&gt;&#8217;Sidebar Bottom Right&#8217;,'before_title&#8217;=&gt;&#8217;&lt;h4&gt;&#8217;,'after_title&#8217;=&gt;&#8217;&lt;/h4&gt;&#8217;));<br />
register_sidebar(array(&#8216;name&#8217;=&gt;&#8217;468&#215;60 Header Banner&#8217;,'before_title&#8217;=&gt;&#8217;&lt;h4&gt;&#8217;,'after_title&#8217;=&gt;&#8217;&lt;/h4&gt;&#8217;));</p>
<p>And here’s what it will need to look like to register the additional areas:</p>
<p>if ( function_exists(&#8216;register_sidebars&#8217;) )<br />
register_sidebar(array(&#8216;name&#8217;=&gt;&#8217;Sidebar Top&#8217;,'before_title&#8217;=&gt;&#8217;&lt;h4&gt;&#8217;,'after_title&#8217;=&gt;&#8217;&lt;/h4&gt;&#8217;));<br />
register_sidebar(array(&#8216;name&#8217;=&gt;&#8217;Sidebar Bottom Left&#8217;,'before_title&#8217;=&gt;&#8217;&lt;h4&gt;&#8217;,'after_title&#8217;=&gt;&#8217;&lt;/h4&gt;&#8217;));<br />
register_sidebar(array(&#8216;name&#8217;=&gt;&#8217;Sidebar Bottom Right&#8217;,'before_title&#8217;=&gt;&#8217;&lt;h4&gt;&#8217;,'after_title&#8217;=&gt;&#8217;&lt;/h4&gt;&#8217;));<br />
register_sidebar(array(&#8216;name&#8217;=&gt;&#8217;468&#215;60 Header Banner&#8217;,'before_title&#8217;=&gt;&#8217;&lt;h4&gt;&#8217;,'after_title&#8217;=&gt;&#8217;&lt;/h4&gt;&#8217;));<br />
register_sidebar(array(&#8216;name&#8217;=&gt;&#8217;Footer #1&#8242;,&#8217;before_title&#8217;=&gt;&#8217;&lt;h4&gt;&#8217;,'after_title&#8217;=&gt;&#8217;&lt;/h4&gt;&#8217;));<br />
register_sidebar(array(&#8216;name&#8217;=&gt;&#8217;Footer #2&#8242;,&#8217;before_title&#8217;=&gt;&#8217;&lt;h4&gt;&#8217;,'after_title&#8217;=&gt;&#8217;&lt;/h4&gt;&#8217;));<br />
register_sidebar(array(&#8216;name&#8217;=&gt;&#8217;Footer #3&#8242;,&#8217;before_title&#8217;=&gt;&#8217;&lt;h4&gt;&#8217;,'after_title&#8217;=&gt;&#8217;&lt;/h4&gt;&#8217;));<br />
register_sidebar(array(&#8216;name&#8217;=&gt;&#8217;Footer #4&#8242;,&#8217;before_title&#8217;=&gt;&#8217;&lt;h4&gt;&#8217;,'after_title&#8217;=&gt;&#8217;&lt;/h4&gt;&#8217;));</p>
<p>Step #2</p>
<p>The second thing you’ll want to do is establish the proper style for the widgeted footer area. Because most StudioPress theme’s footer areas are defined as “footer”, I’m going to define the main “div” for the widgeted footer area “footer-widgeted”. You’ll need to add all of the CSS shown below to style.css, but I’ll break them out so you can see what each section is. Make sure if you’re theme’s width is less than 960px, you’ll need to adjust that below.</p>
<p>Main Container Styling</p>
<p>#footer-widgeted {<br />
width: 960px;<br />
margin: 0px auto 0px;<br />
padding: 0px;<br />
}</p>
<p>Paragraph Stlying</p>
<p>#footer-widgeted p {<br />
color: #333333;<br />
font-weight: normal;<br />
margin: 0px;<br />
padding: 0px 0px 10px 0px;<br />
}</p>
<p>Hyperlink Styling</p>
<p>#footer-widgeted a, #footer-widgeted a:visited {<br />
color: #333333;<br />
text-decoration: none;<br />
}<br />
#footer-widgeted a:hover {<br />
color: #333333;<br />
text-decoration: underline;<br />
}</p>
<p>Unordered List Styling</p>
<p>#footer-widgeted ul {<br />
list-style-type: none;<br />
margin: 0px;<br />
padding: 0px;<br />
}<br />
#footer-widgeted ul li {<br />
list-style-type: none;<br />
margin: 0px 0px 10px 0px;<br />
padding: 5px;<br />
}<br />
#footer-widgeted ul ul {<br />
list-style-type: none;<br />
margin: 5px 0px 0px 20px;<br />
padding: 0px;<br />
}<br />
#footer-widgeted ul li li {<br />
list-style-type: square;<br />
margin: 0px;<br />
padding: 0px;<br />
}<br />
#footer-widgeted ul li ul li {<br />
margin: 0px;<br />
padding: 0px 0px 3px 0px;<br />
}</p>
<p>Widget Headline Styling</p>
<p>#footer-widgeted h4 {<br />
color: #333333;<br />
font-size: 16px;<br />
font-family: Arial, Tahoma, Verdana;<br />
font-weight: normal;<br />
margin: 0px 0px 5px 0px;<br />
padding: 0px;<br />
}</p>
<p>Widget Styling</p>
<p>#footer-widgeted .widget {<br />
background: none;<br />
margin: 0px;<br />
padding: 5px 0px 0px 0px;<br />
border: none;<br />
}</p>
<p>Widget Columns Styling</p>
<p>.footer-widgeted-1 {<br />
width: 215px;<br />
float: left;<br />
margin: 0px;<br />
padding: 20px 20px 5px 10px;<br />
}<br />
.footer-widgeted-2 {<br />
width: 215px;<br />
float: left;<br />
margin: 0px;<br />
padding: 20px 20px 5px 10px;<br />
}<br />
.footer-widgeted-3 {<br />
width: 215px;<br />
float: left;<br />
margin: 0px;<br />
padding: 20px 20px 5px 10px;<br />
}<br />
.footer-widgeted-4 {<br />
width: 215px;<br />
float: right;<br />
margin: 0px;<br />
padding: 20px 0px 5px 0px;<br />
}</p>
<p>Step #3</p>
<p>Last, you’ll need to add the proper code to your footer.php file. Most StudioPress themes are coded similarly, so this should work. Inside your theme’s footer.php file, look for this code:</p>
<p>&lt;div&gt;&lt;/div&gt;<br />
&lt;div id=&#8221;footer&#8221;&gt;</p>
<p>Essentially, you’ll be placing the code below in between the two lines you see above. As a result, you’re code should look like this:</p>
<p>&lt;div&gt;&lt;/div&gt;<br />
&lt;div id=&#8221;footer-widgeted&#8221;&gt;<br />
&lt;div&gt;<br />
&lt;ul id=&#8221;footer-widget-1&#8243;&gt;<br />
&lt;?php if ( !function_exists(&#8216;dynamic_sidebar&#8217;) || !dynamic_sidebar(&#8216;Footer #1&#8242;) ) : ?&gt;<br />
&lt;li&gt;<br />
&lt;h4&gt;&lt;?php _e(&#8220;footer-widgeted #1 Widget&#8221;, &#8216;studiopress&#8217;); ?&gt;&lt;/h4&gt;<br />
&lt;p&gt;&lt;?php _e(&#8220;This is an example of a widgeted area.&#8221;, &#8216;studiopress&#8217;); ?&gt;&lt;/p&gt;<br />
&lt;/li&gt;<br />
&lt;?php endif; ?&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;<br />
&lt;div&gt;<br />
&lt;ul id=&#8221;footer-widget-2&#8243;&gt;<br />
&lt;?php if ( !function_exists(&#8216;dynamic_sidebar&#8217;) || !dynamic_sidebar(&#8216;Footer #2&#8242;) ) : ?&gt;<br />
&lt;li&gt;<br />
&lt;h4&gt;&lt;?php _e(&#8220;footer-widgeted #2 Widget&#8221;, &#8216;studiopress&#8217;); ?&gt;&lt;/h4&gt;<br />
&lt;p&gt;&lt;?php _e(&#8220;This is an example of a widgeted area.&#8221;, &#8216;studiopress&#8217;); ?&gt;&lt;/p&gt;<br />
&lt;/li&gt;<br />
&lt;?php endif; ?&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;<br />
&lt;div&gt;<br />
&lt;ul id=&#8221;footer-widget-3&#8243;&gt;<br />
&lt;?php if ( !function_exists(&#8216;dynamic_sidebar&#8217;) || !dynamic_sidebar(&#8216;Footer #3&#8242;) ) : ?&gt;<br />
&lt;li&gt;<br />
&lt;h4&gt;&lt;?php _e(&#8220;footer-widgeted #3 Widget&#8221;, &#8216;studiopress&#8217;); ?&gt;&lt;/h4&gt;<br />
&lt;p&gt;&lt;?php _e(&#8220;This is an example of a widgeted area.&#8221;, &#8216;studiopress&#8217;); ?&gt;&lt;/p&gt;<br />
&lt;/li&gt;<br />
&lt;?php endif; ?&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;<br />
&lt;div&gt;<br />
&lt;ul id=&#8221;footer-widget-4&#8243;&gt;<br />
&lt;?php if ( !function_exists(&#8216;dynamic_sidebar&#8217;) || !dynamic_sidebar(&#8216;Footer #4&#8242;) ) : ?&gt;<br />
&lt;li&gt;<br />
&lt;h4&gt;&lt;?php _e(&#8220;footer-widgeted #4 Widget&#8221;, &#8216;studiopress&#8217;); ?&gt;&lt;/h4&gt;<br />
&lt;p&gt;&lt;?php _e(&#8220;This is an example of a widgeted area.&#8221;, &#8216;studiopress&#8217;); ?&gt;&lt;/p&gt;<br />
&lt;/li&gt;<br />
&lt;?php endif; ?&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;<br />
&lt;div&gt;&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;div id=&#8221;footer&#8221;&gt;</p>
<p>That should do it. If your footer came out looking like a can of worms,  sorry,  try again.  Patience will win the day with this one!
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fadding-a-widgeted-footer-to-your-theme%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fadding-a-widgeted-footer-to-your-theme%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/hi-tech-blogging-solutions/adding-a-widgeted-footer-to-your-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Twitter Links To Your Posts</title>
		<link>http://bloggingextreme.com/hi-tech-blogging-solutions/adding-twitter-links-to-your-posts-1-09-2010/</link>
		<comments>http://bloggingextreme.com/hi-tech-blogging-solutions/adding-twitter-links-to-your-posts-1-09-2010/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 05:47:12 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Hi-Tech Blogging Solutions]]></category>
		<category><![CDATA[Bloggers Market.com]]></category>
		<category><![CDATA[Twitter Links]]></category>

		<guid isPermaLink="false">http://bloggingextreme.com/?p=504</guid>
		<description><![CDATA[It seems that Twitter is all the rage these days, really pretty cool when you think about it. I personally think tweets should be more than 140 charters, but what do I know ? I don&#8217;t have a Twitter Account for this website yet, but I do have one for Bloggers Market.com. I have a [...]]]></description>
			<content:encoded><![CDATA[<p>It seems that <strong>Twitter</strong> is all the rage these days,  really pretty cool when you think about it.  I personally think tweets should be more than 140 charters,  but what do I know ?  I don&#8217;t have a <strong>Twitter Account</strong> for this website yet,  but I do have one for <a href="http://bloggersmarket.com" target="blank">Bloggers Market.com</a>.  I have a link at the top of the homepage,  but for the coming<span id="more-504"></span> year I think I am going to provide a link to my account in my posts.  Without further ado,  here&#8217;s how:</p>
<p>Pull up your CSS and paste this code into the &#8220;Content&#8221; area at the bottom (it will be easier to find if you need to edit in the future):</p>
<p>.follow-me {</p>
<p>background: url(http://www.your-web-site-name-goes-here.com/images/twitter.png) no-repeat left center;</p>
<p>padding: 2px 0px 2px 20px;</p>
<p>}</p>
<p>You&#8217;ll now need to upload a &#8220;twitter image&#8221; to your images or media library on your server.  Be sure to watch the size of your image.  Or better yet grab this image below and you can mess around with it later if you want to.  Just get up and running now.</p>
<p><img style="margin-bottom: 10px;" src="http://bloggersmarket.com/images/twitter.png" alt="Twitter" /></p>
<p>Next edit your themes index.php file;  look for the content call:</p>
<p>&lt;?php the_content(__(&#8216;Read more&#8217;, &#8216;studiopress&#8217;));?&gt;&lt;div&gt;&lt;/div&gt;</p>
<p>Immediately after, place this code:</p>
<p>&lt;a href=&#8221;http://twitter.com/username&#8221;&gt;Follow Me on Twitter&lt;/a&gt;</p>
<p>Remember to change the word &#8220;username&#8221; above with the username of your <strong>Twitter Account</strong> and that should do it.</p>
<p>One note of caution.  If you do not have an &#8220;index.php&#8221; file edit your &#8220;single.php&#8221; file instead.  You will have the same result.  See ya next week !
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fadding-twitter-links-to-your-posts-1-09-2010%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbloggingextreme.com%2Fhi-tech-blogging-solutions%2Fadding-twitter-links-to-your-posts-1-09-2010%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/hi-tech-blogging-solutions/adding-twitter-links-to-your-posts-1-09-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Solutions</title>
		<link>http://bloggingextreme.com/driving-traffic-to-your-blog/seo-solutions/</link>
		<comments>http://bloggingextreme.com/driving-traffic-to-your-blog/seo-solutions/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 21:05:51 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[SEO For Blogs]]></category>
		<category><![CDATA[Blogging Platforms]]></category>
		<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[Marketing Skills]]></category>
		<category><![CDATA[Tech Solutions]]></category>

		<guid isPermaLink="false">http://bloggingextreme.com/?p=559</guid>
		<description><![CDATA[These two content areas at the top of the homepage were meant for material that I want displayed for most of the year and need to be read by most all that pass by. Unlike the Featured Content which I update with the latest tech solutions to your blogging once a week and Jeffrey&#8217;s Corner [...]]]></description>
			<content:encoded><![CDATA[<p>These two content areas at the top of the homepage were meant for material that I want displayed for most of the year and need to be read by most all that pass by.  Unlike the <strong>Featured Content</strong> which I update with the latest <strong>tech solutions</strong> to your blogging once a week and Jeffrey&#8217;s Corner which I try to update about twice a month,  &#8220;<strong>SEO For Blogs</strong>&#8221; will only be updated about once a month.  That way most will get to read it before it is relegated to the archives bin and it also gives me the chance to focus on what is really important in this field with respect to your blogging.</p>
<p>Blogging for a dollar is not rocket surgery,  it comes down to driving traffic to your website and converting that traffic to sales.  Nuff said !</p>
<p>When considering what it takes to achieve this goal,  first and foremost I guess you need to write pretty good;  you will need a good blogging platform and the skills to manage it.  You will also need some <strong>marketing skills</strong> and you will have to do <strong>the SEO thing</strong>,  whether you like it or not.  When I started out this was the most challenging area of blogging for me.  It is my hope that I can provide you with some focused ideas so that you can maintain your sanity.</p>
<p>Thanks for stopping by !
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbloggingextreme.com%2Fdriving-traffic-to-your-blog%2Fseo-solutions%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbloggingextreme.com%2Fdriving-traffic-to-your-blog%2Fseo-solutions%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://bloggingextreme.com/driving-traffic-to-your-blog/seo-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

