<?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>Eriks Hosting</title>
	<atom:link href="http://erikshosting.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://erikshosting.com</link>
	<description>Marketing Solutions for an Online World</description>
	<lastBuildDate>Fri, 23 Mar 2012 00:43:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://erikshosting.com/?v=3.3.1</generator>
		<item>
		<title>Pro -Sites Shortcodes, Functions, And Level Checks</title>
		<link>http://erikshosting.com/wordpress-tips-code/pro-sites-shortcodes-functions-and-level-checks/</link>
		<comments>http://erikshosting.com/wordpress-tips-code/pro-sites-shortcodes-functions-and-level-checks/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 00:43:22 +0000</pubDate>
		<dc:creator>Erock</dc:creator>
				<category><![CDATA[Web Design Tips]]></category>
		<category><![CDATA[Wordpress Tips]]></category>
		<category><![CDATA[check pro sites payment]]></category>
		<category><![CDATA[is_support check]]></category>
		<category><![CDATA[premium]]></category>
		<category><![CDATA[pro -sites]]></category>
		<category><![CDATA[supporter]]></category>
		<category><![CDATA[wp mu dev]]></category>

		<guid isPermaLink="false">http://erikshosting.com/?p=989</guid>
		<description><![CDATA[Okay, we all remember is_supporter, but things aren&#8217;t that easy with pro -sites anymore&#8230; I have been reading all over the web people trying to get info on these. They want to do things like wrap a admin menu in a check so that if there not a premium user, the menu isnt shown. They [...]]]></description>
		<wfw:commentRss>http://erikshosting.com/wordpress-tips-code/pro-sites-shortcodes-functions-and-level-checks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic WP Photo Gallery From Facebook Page Photos!</title>
		<link>http://erikshosting.com/projects/automatic-wp-photo-gallery-from-facebook-page/</link>
		<comments>http://erikshosting.com/projects/automatic-wp-photo-gallery-from-facebook-page/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 01:41:43 +0000</pubDate>
		<dc:creator>Erock</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[ashland]]></category>
		<category><![CDATA[automatic embed]]></category>
		<category><![CDATA[facebook album]]></category>
		<category><![CDATA[kauai hawaii]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp3]]></category>
		<category><![CDATA[wp3 compatible]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://erikshosting.com/?p=948</guid>
		<description><![CDATA[Embeds all albums from a facebook page into a wordpress page. Simply drop the shortcode and have all albums displayed automatically Manage your wordpress photo gallery via your facebook page. Add a photo or album to your facebook page, and have this automatically reflected on your website! Other plugins require you to specify album id [...]]]></description>
		<wfw:commentRss>http://erikshosting.com/projects/automatic-wp-photo-gallery-from-facebook-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Analytics 360 For Editors</title>
		<link>http://erikshosting.com/wordpress-tips-code/analytics-360-for-editors/</link>
		<comments>http://erikshosting.com/wordpress-tips-code/analytics-360-for-editors/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 22:34:30 +0000</pubDate>
		<dc:creator>Erock</dc:creator>
				<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://erikshosting.com/?p=944</guid>
		<description><![CDATA[I wanted Analytics360 to be visible to the editors of a particular website. I found the appropriate threat on the net that explained it, and set about doing it. But then I noticed that the code had changed a bit since the last post, thusly making the workaround display the api settings page to editors [...]]]></description>
		<wfw:commentRss>http://erikshosting.com/wordpress-tips-code/analytics-360-for-editors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add nofollow rel tags to image widget</title>
		<link>http://erikshosting.com/wordpress-tips-code/add-nofollow-rel-tags-to-image-widget/</link>
		<comments>http://erikshosting.com/wordpress-tips-code/add-nofollow-rel-tags-to-image-widget/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 06:03:34 +0000</pubDate>
		<dc:creator>Erock</dc:creator>
				<category><![CDATA[Wordpress Tips]]></category>
		<category><![CDATA[image widget]]></category>
		<category><![CDATA[no follow]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wpms]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://erikshosting.com/?p=940</guid>
		<description><![CDATA[So, to modify the href tag for the image widget plugin output. just open up /views/widget.php and add rel=&#8221;nofollow&#8221; inside the echo string on the 6th line. Here is a copy of my code &#60;?php echo $before_widget; if ( !empty( $title ) ) { echo $before_title . $title . $after_title; } if ( !empty( $image [...]]]></description>
		<wfw:commentRss>http://erikshosting.com/wordpress-tips-code/add-nofollow-rel-tags-to-image-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Widget Alignment Fix</title>
		<link>http://erikshosting.com/wordpress-tips-code/image-widget-alignment-fix/</link>
		<comments>http://erikshosting.com/wordpress-tips-code/image-widget-alignment-fix/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 00:17:03 +0000</pubDate>
		<dc:creator>Erock</dc:creator>
				<category><![CDATA[Wordpress Tips]]></category>
		<category><![CDATA[alignment fix]]></category>
		<category><![CDATA[image widget]]></category>
		<category><![CDATA[image widget breaks template]]></category>
		<category><![CDATA[shane and peter inc]]></category>
		<category><![CDATA[sidebar error]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[wo]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wpms]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://erikshosting.com/?p=926</guid>
		<description><![CDATA[So, I found that my wordpress Image Widget plugin by Shane and Peter inc, was having an issue aligning in my sidebar. I noticed that when I added multiple instances of the widget, they wouldn&#8217;t line up vertically. this naturally bugged the shit out of me, so I took a look at what was going [...]]]></description>
		<wfw:commentRss>http://erikshosting.com/wordpress-tips-code/image-widget-alignment-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add GD Star Rating next to Post Title</title>
		<link>http://erikshosting.com/wordpress-tips-code/add-gd-star-rating-next-to-post-title/</link>
		<comments>http://erikshosting.com/wordpress-tips-code/add-gd-star-rating-next-to-post-title/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 21:34:29 +0000</pubDate>
		<dc:creator>Erock</dc:creator>
				<category><![CDATA[Wordpress Tips]]></category>
		<category><![CDATA[GD Star]]></category>
		<category><![CDATA[GD Star Rating]]></category>
		<category><![CDATA[Rating posts]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress mu]]></category>

		<guid isPermaLink="false">http://erikshosting.com/?p=923</guid>
		<description><![CDATA[So here is the steps I used to call the GD star rating for a post and display it where I wanted. In my case it was in the LI tags of a list of all posts in a category. You could use this to post the rating right up next to your post title [...]]]></description>
		<wfw:commentRss>http://erikshosting.com/wordpress-tips-code/add-gd-star-rating-next-to-post-title/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Change The Buddypress Admin Bar Logo And Link In WP3 &amp; BP 1.2+!</title>
		<link>http://erikshosting.com/wordpress-tips-code/change-the-buddypress-admin-bar-logo-and-link-in-wp3/</link>
		<comments>http://erikshosting.com/wordpress-tips-code/change-the-buddypress-admin-bar-logo-and-link-in-wp3/#comments</comments>
		<pubDate>Sun, 12 Sep 2010 19:57:28 +0000</pubDate>
		<dc:creator>Erock</dc:creator>
				<category><![CDATA[Wordpress Tips]]></category>
		<category><![CDATA[ashland]]></category>
		<category><![CDATA[buddy bar]]></category>
		<category><![CDATA[buddypress admin bar logo]]></category>
		<category><![CDATA[buddypress mod]]></category>
		<category><![CDATA[change buddypress top left]]></category>
		<category><![CDATA[change link]]></category>
		<category><![CDATA[change logo]]></category>
		<category><![CDATA[change text]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[hawaii]]></category>
		<category><![CDATA[oregon]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp3]]></category>

		<guid isPermaLink="false">http://erikshosting.com/?p=804</guid>
		<description><![CDATA[Wanna change the buddypress logo/text in the top left corner? Wanna change the link of the logo/text of the Buddypress admin bar? I&#8217;ve seen a few tutorials on how to do this, but they are all outdated with the old version of buddypress. Some changes in the latest release, necessitate a new solution.. Here it [...]]]></description>
		<wfw:commentRss>http://erikshosting.com/wordpress-tips-code/change-the-buddypress-admin-bar-logo-and-link-in-wp3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Dashboard Lockdown &amp; WordPress To Buddypress Profile Page Plugin!</title>
		<link>http://erikshosting.com/projects/dashboard-redirect-wordpress-to-buddypress-profile-page-plugin/</link>
		<comments>http://erikshosting.com/projects/dashboard-redirect-wordpress-to-buddypress-profile-page-plugin/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 09:43:17 +0000</pubDate>
		<dc:creator>Erock</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Wordpress Tips]]></category>
		<category><![CDATA[block subscribers]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[profile page]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://erikshosting.com/?p=849</guid>
		<description><![CDATA[Lock All Subscribers Out Of The Dashboard! Redirect Profile.php To Buddypress Profile! Force Your Buddypress Users To Use The BP Profile Pages! !FIND OUT MORE!]]></description>
		<wfw:commentRss>http://erikshosting.com/projects/dashboard-redirect-wordpress-to-buddypress-profile-page-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hide The WordPress Dashboard and wp-admin COMPLETELY!</title>
		<link>http://erikshosting.com/wordpress-tips-code/hide-wordpres-wp-admin-dashboard-entirely/</link>
		<comments>http://erikshosting.com/wordpress-tips-code/hide-wordpres-wp-admin-dashboard-entirely/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 11:04:43 +0000</pubDate>
		<dc:creator>Erock</dc:creator>
				<category><![CDATA[Wordpress Tips]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[dashboard redirects]]></category>
		<category><![CDATA[hide dashboard]]></category>
		<category><![CDATA[hide wp-admin]]></category>
		<category><![CDATA[php code help]]></category>
		<category><![CDATA[redirect users]]></category>
		<category><![CDATA[remove dashboard]]></category>
		<category><![CDATA[remove entire dashboard]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[wordpress tips]]></category>
		<category><![CDATA[wp support]]></category>
		<category><![CDATA[wp-admin redirect]]></category>
		<category><![CDATA[wp3]]></category>

		<guid isPermaLink="false">http://erikshosting.com/?p=811</guid>
		<description><![CDATA[Kick Non Admin Out Of Your Wordpress Dashboard! NO ACCESS AT ALL!]]></description>
		<wfw:commentRss>http://erikshosting.com/wordpress-tips-code/hide-wordpres-wp-admin-dashboard-entirely/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Blogs &amp; Members Directory, Strange Nav Spacing FIX</title>
		<link>http://erikshosting.com/wordpress-tips-code/blogs-directory-members-directory-page-listing-strange-spacing-fix/</link>
		<comments>http://erikshosting.com/wordpress-tips-code/blogs-directory-members-directory-page-listing-strange-spacing-fix/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 22:58:41 +0000</pubDate>
		<dc:creator>Erock</dc:creator>
				<category><![CDATA[Wordpress Tips]]></category>
		<category><![CDATA[blog directory]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[members directory]]></category>
		<category><![CDATA[nav spacing]]></category>
		<category><![CDATA[page title error]]></category>
		<category><![CDATA[rename blog directory]]></category>
		<category><![CDATA[rename members directory]]></category>
		<category><![CDATA[spacing issue]]></category>
		<category><![CDATA[title error]]></category>
		<category><![CDATA[wpmu dev plugin]]></category>

		<guid isPermaLink="false">http://erikshosting.com/?p=806</guid>
		<description><![CDATA[So I installed the wpmu dev teams blogs directory and their members directory plugins on the wpmu triden theme. I noticed that when I clicked on the link and went to one of the directory pages, the page spacing in the navbar got way big. I figured their was some spacing issue coming from the [...]]]></description>
		<wfw:commentRss>http://erikshosting.com/wordpress-tips-code/blogs-directory-members-directory-page-listing-strange-spacing-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

