Erik’s Blog: Board Shorts and Business Suits

Building Bussiness Systems from the Shores of Waikiki

Entries Comments



Category: Wordpress Tips

These are some tricks and tips I’ve learned along the way using wordpress. Hope they help you all out…

Add post to de.licio.us link to your blog

29 January, 2006 (08:49) | HTML Tips, Wordpress Tips | By: Erik

Do you want to add a post to del.icio.us link to your post’s without using the WordPress plugin that is available from Arne Brachhold? Or maybe you want to just add it to you blog that’s not php based. Then you can use this simple html link.

<a href=”http://del.icio.us/post?url=< ?php the_permalink() ?>title=< ?php the_title(); ?>” target=”blank”>post to del.icio.us</a>

All it is is a link to del.icio.us using their post link and adding some of your php code. If you look at your main or index.php template from your presentation-theme editor tab you should find the if posts loop. Follow this loop down to the bottom just before you begin to see the php code for the comments section. Right above that is the end of your posts. Copy and past the above code below the php the_content code. This will insert a post to del.icio.us link on every one of your posts.

You can play around with the code and add it elsewhere if you’d like. If you don’t have a php blog figure out what you use to insert the permalink and title, or you can just insert real html http:// links after the “url=” portion and different titles in the “title=” section. Mess around with it but this is the easy way to add the post to del.icio.us link at the end of your posts.

Aloha,
Erik

Using FeedBurner as a Tool

23 January, 2006 (14:36) | Increasing Website Traffic, Wordpress Tips | By: Erik

Ever notice all those blogs with the add feed buttons like the ones I have here to your left? There are all different aggregators which keep you up-to-date via RSS (real simple syndicate) with all your favorite blogs and feeds. I use Google Reader right now but only check it every so often. Most of the time I use the drop down history address bar to get back to my favorite blogs but find the aggregators simple to use. Most people use them especially to keep track of the multitude of blogs that are out there. As a reader it’s simple, click and done, but as a writer, all you have to track those clicks is your exit url stats from your stat counter, which often times can miss a click.

That’s where FeedBurner comes in. If you’re using WordPress, Blogger, TypePad or similar software you already have a rss feed url that comes with it. This is no doubt what you currently use for syndicating your feed. Those are great but they don’t track your statistics. What FeedBurner does is allow you to track how many people are currently reading and downloading your feed from their aggregator. You can track current results, feed evolution, what aggregators are most popular, and page views from each aggregator.

The other great thing about FeedBurner is that it allows you to tell your readers how popular you are. This is a great way to garner excitement and readership for your blog. If someone sees that 1000 people are currently reading your blog regularly that will more than likely make them want to add you to their aggregators just to keep up with the Jone’s. This is also a way to attract advertisers if you are into that. A prospective client that visits your site and sees that you have feed statistics similar to say TechCrunch.com, will want to jump on your site right away to get their products out to more viewers. FeedBurner also helps match up advertisers with similar content feeds to help monetize your blog and feed.

I was able to get setup using wordpress within a few minutes. All that was need was to follow the simple instructions linked to on the front page of FeedBurner.com which included a plugin download and I was set to go. If you’re interested in making money off a blog, or just want to allow people easier access to your feed while keeping track of them, FeedBurner is definitely the way to go.

Happy Burning,
Erik

Related Posts:
Getting People to Stay at your Site
Increase Traffic within 2 weeks
Add a plugin like adsense-deluxe to WordPress easily
Goolge Analytics Alternatives

Blog Added to Existing Static AlohaUpdate.com

22 January, 2006 (21:10) | HTML Tips, Wordpress Tips | By: Erik

Thanks to two helpful sites (one at moshu the wordpress moderator’s site and the other at Jonathan Wold’s great site) as well as a lot of trial and error, I was able to add a WordPress Blog to my existing site. The other site AlohaUpdate.com used to be a very cumbersome static html only site that was created using a Dreamweaver template that I hacked up into my own. Now it has all the functionality of a blog with the same static pages it did before.

I added the blog in order to have a daily update as to all the crazy adventures my girlfriend and I have around the islands. This way I can easily build content within the site and attract more search results without having to labor through all of the static html programming. I am still going to keep updating all the static pages but at a more gradual pace. Plus a blog allows visitors to believe that you are updating the site regularly rather than once and leave it. The islands are always changing and adding new adventures for us so we thought it only right to show our visitors this.

There are basically two ways to add a blog to an existing site. One way is to place a simple php loop within the area that you want your blog text to appear. The other is to design a theme around your existing html site using CSS (cascading style sheets) and update your links accordingly. I chose to do the second option because the first has a few drawbacks for someone looking for a quick solution. The loop only allows the page to retrieve the post from the WordPress file. WordPress has no control over the setup of the links within the site and therefore makes the post title link, comments link, categories link, and paged navigation link useless. I would imaging on would have to develop quite a few php files to create the illusion that the links discussed above came from the WordPress engine.

The second option on the other hand allows the blog page (in my case the index page) to be its own control of the blog, and as long as the links out of the blog direct themselves to the proper folders and files there will be no problems with all those mentioned links. For example, on AlohaUpdate.com there are links at the top of the page to navigate to our pages on the different islands. At first when I created the index.php file within my new theme folder I kept the links the same thinking the index.php rerouted to the index.php within the main blog folder. (I am using an “Out of the Box” WordPress setup so I assume as long as you didn’t change anything these files and folders will make sense) This is not the case. the index.php file you can access from the WordPress administration site is within the wp-content/themes/ folder structure so the static links that worked before won’t work unless you paste all your linked files to the themes folder, messy. Instead what you can do is direct each of these links on the main them template (index.php) to the URL of your blog (http://www.yoursite.com/folder/file/etc/etc) and this will give you the same functionality as if you were starting from the main folder.

Another thing I noticed from this that was a little odd was when I used copy and paste within my host (netfirms) it changed all the pictures to .JPG rather than keeping them what I had as .jpg. This does make a difference. So, if you use your hosting company’s file manager to copy and paste files, check to make sure it didn’t decide to redo your file extensions, especially if your pictures don’t work afterwards.

I would write more about how to integrate and add a WordPress blog to your existing site but I think Moshu and Jonathan do a pretty darn good job of it. If there are any questions or concerns I would be glad to make another post about this but will save my time for cleaning up Aloha Update. I have some links that seem to not be working and I need to redirect some of those includes.

How to Remove the Date from WordPress Pages

4 December, 2005 (18:14) | Wordpress Tips | By: Erik

For some reason my WordPress install didn’t go quite as well as others. As I mentioned in my how to get permalinks working post, some files were omitted from my admin page and also from my WordPress folder. Well, another few hours spent searching the WordPress support forums and I was able remove the date and headers from my individual pages in my WordPress blog. These are pages like about me, contact me, support, etc. The following is how to quickly and easily remove those items.

What Page Template am I using

First off you should know that each page of your blog has a specific template used for it that can be edited. In the WordPress admin page navigate to the Presentation button on the top of the page. Then click on the Theme Editor button. This will bring you to all the theme templates that you can edit using your admin page. If you see one labeled Page Template on the right hand side then great, you can jump to the next step. If not then you must create one. As mentioned in this wordpress codex, WordPress by default will go to index.php as the template to use for all pages if there isn’t first a page specific template, or a general page.php template. It will follow that order to find one, page specific->page.php->index.php.

Therefore, if you don’t want the date to show up within these pages you must make sure a page.php template is in the themes folder. To do this use your ftp client (such as Filezilla) to get to where your themes folder is. My themes folder was located in the wp-content folder. Once there copy the file named index.php. (Remember it must be the file from the themes folder.) Next, paste it to your desktop and then rename it page with the same file extension php. Therefore it becomes your page.php template. Finally paste it back into your themes folder using your ftp client.

Now, when you go to the Theme Editor in the Presentation tab you should see Page Template as one of your options. Super!

Removing the date from the Page Template

Once you are able to see and edit the Page Template using your WordPress admin page go there and open it up (if you’re following along from the last step you should already be there.) Within the Page Template there is a portion of code that should say <!– S T A R T M A I N C O N T E N T –>. Following that there should be somewhere the following lines of code:

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_date(”,’<h2>’,'</h2>’); ?>
<div class=”post”>
<h3 class=”storytitle” id=”post-<?php the_ID(); ?>”><a href=”<?php the_permalink() ?>” rel=”bookmark”>
<?php the_title(); ?>
</a></h3>
<div class=”meta”>
<?php _e(”Category:”); ?>
<?php the_category(’,') ?> — <?php the_author() ?> @ <?php the_time() ?>
<?php edit_post_link(__(’edit post’)); ?>

The portion you should erase to get rid of just the date is <?php the_date(”,’<h2>’,'</h2>’); ?>. If you want to get rid of the whole header from the top of your individual pages then delete everything that I have showed you above. This will leave just the title of the page and the content. Navigate to some of my individual pages like About Me to see how this looks.

Done! Once you get the hang of whish php calls do what you can delete more of them to further customize your page. Good luck and remember, if things get too screwed up and you can’t remember what you deleted or added you can always just delete the page.php file from your themes folder and start over.

How to get Permalinks working in WordPress

4 December, 2005 (17:05) | Wordpress Tips | By: Erik

Permalinks won’t work in wordpress? If so and you want permalinks you’ve come to the right place.

What are Permalinks? Permalinks are basically the web address you see in the address bar of your browser when all of the information of that particular URL is spelled out. Since WordPress uses the php programming language it directs people to different pages using addresses such as www.yourdomain.com/?cat=6. What the heck does /?cat=6 tell a user? That’s where permalinks come in. It is thought and makes sense that search engines look at these addresses and include it in your search results ranking. (Search for SEO or search engine optimization in Google for more information on this.) If you have www.yourdomain.com/how-to-use-wordpress that tells the user before even visiting more than /?cat=6 would.

WordPress comes along with an option to change these settings. Sometimes though the trouble can be just finding where the heck the option is and how to change it. I am using WordPress 1.5 with my Netfirms account. I am also using the sharepoint-like theme. When I first went to my admin page and then to options, where permalinks changing is done, I didn’t have the option! Frustration ensued. I was able to find the location of the option but once I got there more problems, links would show up but not direct correctly. Well, after spending a few hours searching the WordPress forums I was able to fix the problem and now have permalinks.

The following are steps that I pieced together to make your life easier to change from all that php code to permalinks using your WordPress account.

WHERE’S MY .htaccess FILE LOCATED?

Your .htaccess file is a file that basically allows programs, and yourself to write different files within your directories. The php files that wordpress uses to simplify life need to know whether they have permission to overwrite things and need to ask .htaccess if it is ok to do so.

First things first. Let’s start out by making sure your .htaccess file is in the correct folder. For me Netfirms setup my wordpress account automatically, great. Except the .htaccess file wasn’t in the correct place. This was the final thing that I needed to change and didn’t find until after a couple hours went by. That’s why I’m telling you first, the rest is cake.

Go to your file manager or use your ftp access software (I use Filezilla). Search for the folder which contains your .htaccess file. In my Netfirms account it was in the main www folder and not the WordPress folder. If you have a lot of directories (folders) on your hosting account you may have to spend some time looking. Once you’ve found it you need to make sure that it is in the same folder as index.php. I just cut and pasted the file into the correct folder but I read a few forum posts that said you may copy and paste it in there as well and have two .htaccess files. If you’re using an ftp client like Filezilla you should also make sure that the chmod is set to 666. Do this by right clicking on the file and navigate to properties, then in the only numeric box make sure its set as 666. You can find more info about this fix here.

Hard part done!

WHERE ARE MY PERMALINKS OPTIONS?

Keeping with my theme here, somehow my permalinks options were missing from my WordPress admin options menu. If you are having the same problem have no fear. You must first go into your file manager within your hosting account. Then navigate to the folder which contains the file labeled options-permalinks.php, mine was in the wp-admin folder. Now open this file (double click, right click, whichever). It will take you to either the WordPress admin log in page where you should log in, or it will take you directly to the options menu-permalinks option in your WordPress admin section.

If you actually have the permalinks option in your options menu of your admin page from the start then go directly there.

CHANGING MY PERMALINKS OPTIONS

All you have to do now is follow the instructions on the page. If you want the quick way just copy and paste this /%year%/%monthnum%/%day%/%postname%/ into the section labeled Structure. Note that you may have to add, /index.php/ before /%year/. There are also a lot more tags available at WordPress to customize your permalinks and your individual URLs. Make sure you follow the structure examples that are provided and you shouldn’t have any problems.

There you have it. The main thing that was problematic for me was the location of the .htaccess file. There are of course other things that could be wrong and you can probably find solutions to them within the WordPress support forums. Good luck with SEO (search engine optimization) and I hope this helps.

Spell Check in WordPress, Content Managers, Online Forums, and Online Forms

29 November, 2005 (14:43) | HTML Tips, Wordpress Tips | By: Erik

If you use WordPress or another content manager you probably realize there isn’t much in the way of a spell check to use. You either end up copying and pasting your entry into word or just writing it in there in the first place. You could also use a posting program such as blogjet which is described nicely here.

A quick and easy way to spell check any online form be it a blog entry in a content manager like WordPress, an online submission form for a question, or all the forum posts one might do is to use the google toolbar. Once you download the toolbar which fits right into your web browser, internet explorer or firefox!, you are ready to go. It takes about 20 seconds to visit the site, download the toolbar and get started.

Once it’s in your browser just look for the abc check mark button and start spell checking.

Enjoy!

More Tips
If you liked this tip you might want to also know how to quickly and easily wrap text around Google AdSense or you might want to visit here to see more tips on using WordPress and Netfirms.

How to Host More Than One Domain Name with One Hosting Account - Netfirms

22 November, 2005 (18:54) | Wordpress Tips | By: Erik

I recently tried to add a domain name to my Netfirms hosting account and had some troubles. This would have given me multiple domain names on one hosting account. Netfirms allows you to have up to 25 domain names on one account so this should be relatively easy to do. Well I found it difficult and came upon an easy solution from one of my co-workers.

How to Host Multiple Domain Names with One Hosting Account

Netfirms Domains Tab

1. First you need more than one domain name which you can get at Netfirms with numerous other hosting companies, just Google “web hosting.” Once you have another domain name you need to make sure that its in your domain names list on your account. Within Netfirms hosting manager go to the Domain Names tab. If you see it then good, if not, click on the add domain name tab and follow the instructions. The instructions for all three choices, registrar transfer, DNS transfer or new registration are very simple but if you have any troubles feel free to contact me.

2. Once you have the domain name added you need to setup your folders within the www file under file manager to accomodate multiple domain names within your one hosting account.

To quickly manage the files within your www folder I suggest using an FTP client like FileZilla if you are using a windows based PC and Fetch if you are using a Mac based computer. Once you have this file downloaded and installed go to netfirms easy ftp client setup for filezilla or their easy client setup for fetch help pages.

3. Once you can view your Netfirms folders on your ftp client you are ready to go. (On mine there was a CGI folder and the www folder) Next click on the www folder in the ftp remote site screen. When there add a folder by right clicking in the white space of the remote site screen (on filezilla its on the right) and name the folder what you would like then hit enter.

4. Now you can add your files. Under the local computer section (left on filezilla) navigate to the correct folder and drag the files you want to the new folder. You must make sure that there is a file called index.htm somewhere within the folders you are dragging.

Warning: You must have the file index.htm lower case. If you don’t this may be your problem. Check it and change it in your file. Rename if need be.

If you have many folders you want to setup just follow the process to create them. Within my www folder I kept the wordpress nfblog folder and index.htm files for my main site within the main www folder. I am unsure if changing this will effect the CGI scripts that are used in the blogs or not. Let me know if you have an answer.

5. Next go back to your Netfirms control panel and click on the Domains tab. Now you must redirect or forward the domain names to the correct folders and index.htm files. Next to the domain name you added the folder for click on the piece of paper and pen iconDomain Forwarding Icon under the column titled Forwarding Location. This opens a dialog box labeled Enter New Forwarding Location.

6. This is the location within the www folder that you need to direct the new domain name to look for the index.htm (note the lower case) file. Begin this with a / followed by the folder names and ended with another /. So for example, /yoursite/ if you put the index.htm file in the main folder or /yoursite/mainpage/ if you put it in a subfolder. Remember the forward slash after the last folder name.

If you made more folders for your other domain names repeat steps five and six for these other domain names.

There it is! You should now be set to go. If not repeat the steps mentioned.

If you liked that you may like these as well:
Netfiles and Wordpress Tips
Get Adsense-Deluxe Working in WordPress
Get text to Wrap Around Adsense or Chitika using Easy HTML

Adsense-Deluxe works with Chitika

18 November, 2005 (19:09) | Wordpress Tips | By: Erik

To those of you using both Google Adsense and Chitika. I just wanted to mention that I tried the plugin Adsense-Deluxe with chitika and it worked! If you follow my suggestions for how to use the Adsense-Deluxe plugin as well as how to get text to wrap around the code you should be set and ready to go.

All you have to do is place the chitika code in the same place you put the AdSense code. Play around with it a bit and see what you come up with. I would also start the name for each of these ad blocks with chitika…

Another thing you will have to do is increase the maximum amount of ads that you can see per page. This is of course if you have more than 3 ads on any one page. I have also noticed that this plugin messes up sometimes. If your posts run on to another page and contain AdSense bringing the total to more than three then the ads will not show. Not sure if others had this problem. In either case if you can’t get more than 3 (three) ads per page in WordPress using AdSense-deluxe then follow these steps.

1. Go to WordPress and click the plugins tab
2. Next click the Plugins Editor Tab in the upper left corner
3. Next click on Adsense-Deluxe on the right under the Plugin Files
4. You must now edit the code. Don’t worry and think you will screw it up, it’s easy. First look for the line that says:

$MAX_ADS_PER_PAGE = 3; // MAX # of AdSense ads to allow on a given page

it should be about 40 lines down right below the first else statement you see and towards the middle of the page.

5. Now you have to change the max number of ads that Adsense Deluxe allows per page. I have changed mine to 7 so that I can have as many ads as I see fit. Just remember to read the Google Adsense TOS. They frown against spamming your ads all over the screen and say you should use only 3. Although I have seen pages with a lot more so if you know the story with this please let me know. Either way changing this also allows you to have 3 AdSense ads plus some chitika ads.

6. Now in the bottom right corner click update file.

You’re done. Now just follow the same steps that you already have for adding code and you can choose between Google AdSense and chitika. (If you need a refresher and AdSense-deluxe or on how to get the text to wrap go to my Using Google Adsense with WordPress page.

Adding Goggle Adsense to WordPress - the dumbed down easy way

14 November, 2005 (20:22) | Wordpress Tips | By: Erik

09-05-07 UPDATE: I just wrote a new post about inserting adsense between multiple paragraphs in a wordpress blog post. Check it out for the best way to add adsense within a post without using a plugin!

Follow this link if you aren’t using wordpress and want to wrap text around adsense in you html code content.

I have been able to add Google Adsense to my wordpress designed blog pretty easily and make the text wrap around the ads.

However in order to do that I searched and searched unable to find any easy dumbed down version for those of us with little wordpress experience. So with that I will give everyone out there a quick and easy way to get up and going and then just link to this post in the wordpress forums about adding Google Adsense to your blogs.

First off, I am using the Google Adsense-Deluxe plugin provided by the guy running the acme tech website. There is another Google Adsense plugin for WordPress out there but this guy seemed to give a compelling argument that he upgraded Phil Hords Adsense plugin. My method will probably work for both but I spent a lot of time figuring this one out (which turns out should take about 5 minutes) so I may or may not try the other. Either way this should work for both. So here goes:

FOLLOW THESE WELL DESCRIBED STEPS: DON’T WORRY ITS QUICK I’M JUST DESCRIPTIVE

1. First you must go and get the Google Adsense-Deluxe plugin from the guys website who made it. To get it click
here
.

2. In the middle of the page you will find the download button right above the Make a Donation button. Click it then follow the windos info boxes to save it somewhere (desktop works) and then unzip it and save the unzipped folder. There are several ways to do this, just make sure the files are saved to your computer and easily accessable.

3. Log on to your WordPress Blog manage page, where you write posts and edit settings. Click on the Options tab on the top (it’s between Users and Upload), then click on the Miscellaneous tab

This is where I was stumped for a bit having no plugin experience.

4. Once in Miscellaneous make sure the box right under the words Micellaneous Options in the upper left has a green check mark in it. It should say “Allow file Uploads” next to the box. If it isn’t checked click on the box to make the green check mark appear. Then within the Misc Options, the first option down, Destination Directory, in the text box make sure that whatever is currently in there ends the following way mine has www/nfblog/wp-content/plugins. I had to change mine by erasing the last portion (for the picture directory) then just having it end wp-content/plugins. Next the fourth option down should say “Allowed File Extensions” with a text box next to that with words like jpg and gif in it (Maybe it has none, mine had some extensions (words) in it already). Click within this text box after the last word (extension) and put a space with the space bar after it and type php. Just those three letters php (note it doesn’t have to be bold).

To finish updating the Miscellaneous Options there should be a button in the bottom right of the Miscellaneous Options box that says Update Options. Click that button.

5. Now you must upload the Adsense-Deluxe plugin that you just downloaded to your computer. First you must click the Upload Tab which on mine is located directly to the right of the Options tab.

6. Then click on the browse tab to browse your computer for the folder containing the Google Adsense-Deluxe files. The main folder that you downloaded should be called something like adsense-deluxe_wp_plugin. Within that folder go to the folder labeled adsense-deluxe_wp_plugin_v0.5. Within that folder there should be a file labeled adsense-deluxe.php. Click on this and then click open to add the file to the text box next to the browse button on the upload page in WordPress.

7. I didn’t put a description in the text box so you can or leave it blank, and then the thumbnail thing is up to you not sure where it puts a thumbnail but I said no thanks. Then all you have to do is click the button that reads Upload File at the bottom of the Upload box (should be next option after the thumbnail radial buttons).

There now its ready to use.

8. To use it you now have to go back to the tab labeled Options that you were first in. Once you click it you should see that there is another tab next to the last Options tab (for me it was next to the Miscellaneous tab) named AdsenseDeluxe. Click on that tab. If you don’t see it you might have uploaded the wrong file or didn’t type in the php part correctly, make sure to do this in step 4.

9. Once in the AdsenseDeluxe tab you can now paste your code. Open your Google Adsense account from Google preferably in a new window or tab, and pick all the options you want, then copy the code. Go back to your opened AdsenseDeluxe tab within WrodPress and scroll to the middle of the page in the place where it says New Adsense Block. Once here paste your code into the box labeled Adsense Code.

You can also add a name, keep it to letters and numbers and use underscore for spaces, as well as a description and you can make any of them default. Names will allow you to put in different code for different add setups and store them in your Adsense Deluxe Plugin to call them in you posts at anytime.

To test it out I marker it as default and didn’t give it a name or description.

10. Finally click the Add Adsense Block button in the lower right hand corner. This will add your code block to the plugin.

Now to use your code in a post and get the text to wrap around the code. I had some trouble at first getting the text to wrap around the code but just looked through somone elses code who had something similar and searched for a good way to do it. Here’s how:

11. First go to the Write Tab on WordPress or click on the manage tab to edit a current post. Either way open up a post to edit. Put your title in, and excerpt if you want, and then start writing your post. Keep writint, blah, blah,blah, and then when you know where you want to add your post all you have to do is go to the far right drop down box in the row that is labeled quicktags. Click on the arrow to access the drop down menu and it should have your adsense code in there looking like adsense or it might be have a name after the adsense part if you gave it a name back in step 9.

12. Click on the one you want or the only one there is there. and then in the text where the cursor was there should be this <!–adsense–>, and in the post preview part you should see that same text but as a green block with black words. However, if you were to publish the post your adsense would show up in your published post.

ALMOST DONE!

Now to get the text to wrap around the Google Adsense in wordpress. If you aren’t still in the write post part or edit post part then get there. Once there:

13. Add this code to your post just before the <!–adsense–> part, <div style=”display:block;float:right;margin: 0px 10px 0px 0px;”> and then add </div> after the <!–adsense–> part. This will allow the text to wrap around the Google Adsense. The portion call margin: with all the px’s after it allows you to add a margin to the Google Adsense so the text doesn’t merge. It goes top bottom left right. Play around with that or set them all to 0. See what works for you.

The final inserted code should look like this.
<div style=”display:block;float:right;margin: 0px 10px 0px 0px;”><!–adsense–></div>

YOU ARE DONE!!!!!!!!

Once you have the code in your post you can move it around quickly by copying (or cutting) and pasting it to new places in your text. Also REMEMBER that google doesn’t allow more than three ad blocks per page so remember to delete the code from old posts if you keep more than one on any page and have code elsewhere. Otherwise you can use the code in up to three posts.

I hope that wasn’t too long winded. I just didn’t find a good source for how to do this and had to do a lot of searching and nothing I typed into google, yahoo, or msn came back with anything for Getting text to wrap around google adsense in wordpress (or word press, or google adsense deluxe). Nothing. So in order to save others headaches my buddy told me to write this post. I hope you found it helpful.

Good luck!