<?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>The Host Wiz &#187; Wordpress</title>
	<atom:link href="http://www.thehostwiz.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thehostwiz.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:02:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Buddypress Follower Plugin &#8211; Add Follow Link in other locations of your site</title>
		<link>http://www.thehostwiz.com/wordpress/buddypress/buddypress-follower-plugin-add-follow-link-in-other-locations-of-your-site/</link>
		<comments>http://www.thehostwiz.com/wordpress/buddypress/buddypress-follower-plugin-add-follow-link-in-other-locations-of-your-site/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 15:11:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Buddypress]]></category>
		<category><![CDATA[Buddypress Plugin]]></category>
		<category><![CDATA[Buddypress-Follower]]></category>

		<guid isPermaLink="false">http://www.thehostwiz.com/?p=287</guid>
		<description><![CDATA[So you are looking to add additional Follow [user_name] links to your site? Here is the function to use &#60;?php bp_follow_add_follow_button(array('leader_id'=>$displayed_userID, 'follower_id'=>$current_userID)) ?> Where: &#60;?php array( 'leader_id'=>$displayed_userID, //this is the user id of current displayed user or current displayed users content, the followed 'follower_id'=>$current_userID //this is the user id of the currently logged in user, [...]]]></description>
			<content:encoded><![CDATA[<p>So you are looking to add additional Follow [user_name] links to your site?</p>

<p>Here is the function to use
<pre class="brush: php">
&lt;?php bp_follow_add_follow_button(array('leader_id'=>$displayed_userID, 'follower_id'=>$current_userID)) ?>
</pre>
</p>

<p>Where:
<pre class="brush: php">
&lt;?php
array(
'leader_id'=>$displayed_userID, //this is the user id of current displayed user or current displayed users content, the followed
'follower_id'=>$current_userID  //this is the user id of the currently logged in user, the follower
)
?>
</pre>
</p>

<p>Here is how I added the follow link to the activity stream.</p>

<p>Add two lines of code to the following template files: <br />
/your_theme_folder/activity/entry.php <br />
/your_theme_folder/activity/comment.php <br />
If either of these files is missing then just copy them over from the default theme within the buddypress plugin folder.</p>

<p>This is the first line of code needed in both files, place it towards the top of the file, this is to make the buddypress object available in the file which is used to get the currently logged in user id.
<pre class="brush: php">
&lt;?php global $bp ?>
</pre>
</p>

<p>This line of code is used in the entry.php file. It utilizes a function to get the current entries user id.
<pre class="brush: php">
&lt;?php bp_follow_add_follow_button( array('leader_id'=>bp_get_activity_user_id(),'follower_id'=>$bp->loggedin_user->id)) ?>
</pre>
<p>

<p>This line of code is used in the comment.php file. It utilizes a function to get the current commenters user id.
<pre class="brush: php">
&lt;?php bp_follow_add_follow_button( array('leader_id'=>bp_get_activity_comment_user_id(),'follower_id'=>$bp->loggedin_user->id)) ?>
</pre>
</p><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.thehostwiz.com/wordpress/buddypress/buddypress-follower-plugin-add-follow-link-in-other-locations-of-your-site/&amp;submitHeadline=Buddypress+Follower+Plugin+%26%238211%3B+Add+Follow+Link+in+other+locations+of+your+site&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thehostwiz.com/wordpress/buddypress/buddypress-follower-plugin-add-follow-link-in-other-locations-of-your-site/&amp;title=Buddypress+Follower+Plugin+%26%238211%3B+Add+Follow+Link+in+other+locations+of+your+site" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thehostwiz.com/wordpress/buddypress/buddypress-follower-plugin-add-follow-link-in-other-locations-of-your-site/&amp;title=Buddypress+Follower+Plugin+%26%238211%3B+Add+Follow+Link+in+other+locations+of+your+site" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.thehostwiz.com/wordpress/buddypress/buddypress-follower-plugin-add-follow-link-in-other-locations-of-your-site/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thehostwiz.com/wordpress/buddypress/buddypress-follower-plugin-add-follow-link-in-other-locations-of-your-site/&amp;title=Buddypress+Follower+Plugin+%26%238211%3B+Add+Follow+Link+in+other+locations+of+your+site" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.thehostwiz.com/wordpress/buddypress/buddypress-follower-plugin-add-follow-link-in-other-locations-of-your-site/&amp;bm_description=Buddypress+Follower+Plugin+%26%238211%3B+Add+Follow+Link+in+other+locations+of+your+site" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.thehostwiz.com/wordpress/buddypress/buddypress-follower-plugin-add-follow-link-in-other-locations-of-your-site/&amp;T=Buddypress+Follower+Plugin+%26%238211%3B+Add+Follow+Link+in+other+locations+of+your+site" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thehostwiz.com/wordpress/buddypress/buddypress-follower-plugin-add-follow-link-in-other-locations-of-your-site/&amp;title=Buddypress+Follower+Plugin+%26%238211%3B+Add+Follow+Link+in+other+locations+of+your+site" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.thehostwiz.com/wordpress/buddypress/buddypress-follower-plugin-add-follow-link-in-other-locations-of-your-site/&amp;title=Buddypress+Follower+Plugin+%26%238211%3B+Add+Follow+Link+in+other+locations+of+your+site" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thehostwiz.com/wordpress/buddypress/buddypress-follower-plugin-add-follow-link-in-other-locations-of-your-site/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.thehostwiz.com/wordpress/buddypress/buddypress-follower-plugin-add-follow-link-in-other-locations-of-your-site/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Buddypress+Follower+Plugin+%26%238211%3B+Add+Follow+Link+in+other+locations+of+your+site+@+http://www.thehostwiz.com/wordpress/buddypress/buddypress-follower-plugin-add-follow-link-in-other-locations-of-your-site/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.thehostwiz.com/wordpress/buddypress/buddypress-follower-plugin-add-follow-link-in-other-locations-of-your-site/&amp;t=Buddypress+Follower+Plugin+%26%238211%3B+Add+Follow+Link+in+other+locations+of+your+site" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.thehostwiz.com/wordpress/buddypress/buddypress-follower-plugin-add-follow-link-in-other-locations-of-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; adv.zip is a SCAM  &#8211; bevestoagency.com aka markaagency.biz</title>
		<link>http://www.thehostwiz.com/wordpress/wordpress-adv-zip-is-a-scam-bevestoagency-com-aka-markaagency-biz/</link>
		<comments>http://www.thehostwiz.com/wordpress/wordpress-adv-zip-is-a-scam-bevestoagency-com-aka-markaagency-biz/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 21:18:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.thehostwiz.com/?p=242</guid>
		<description><![CDATA[Looks like this SCAM has been published from at least the following domains: bevestoagency.com (the potential domain which almost got me) kervelagency .com (Martin Dumont) gelbertagency.com (Suspicious adv.zip WordPress Plugin) markaagency.biz (Markaagency.biz/adv.zip plugin is a wordpress scam) After some research it seems quite possible this is a scam, but what I cant figure is what [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like this SCAM has been published from at least the following domains:<br />
bevestoagency.com (the potential domain which almost got me)<br />
kervelagency .com (<a href="http://keepsafeonthenet.co.uk/2011/07/martin-dumont/">Martin Dumont</a>)<br />
gelbertagency.com (<a href="http://pastebin.com/FhpqgZ0h">Suspicious adv.zip WordPress Plugin</a>)<br />
markaagency.biz (<a href="http://www.inficone.com/technology/markaagency-biz-is-a-wordpress-scam/942/">Markaagency.biz/adv.zip plugin is a wordpress scam</a>)</p>

<p>After some research it seems quite possible this is a scam, but what I cant figure is what exactly is the scam, is it a social engineering attack (where they use might site to post spam), is the plan to use my hosting account for a zombie attack on other systems on the net, or is it just a method to attempt to gain access to my bank info (when they ask for payment method info).</p>

<p>What I do know is that this same email marketing approach seems all to well known by many skeptical webmasters around the net. Each having a similar story about an advertising agency contacting them to run an ad campaign for Lacrosse.</p>

<p>This version almost got me: <a href="http://www.thehostwiz.com/wp-content/uploads/2011/12/adv.zip">adv.zip</a> (FOR RESEARCH ONLY. DO NOT INSTALL AND USE THIS PLUGIN!)<br />
Version 2.6.1 obtained from source at http://webmaster.bevestoagency.com/ on Dec 1, 2011<br />
<a href="http://pastebin.com/PNZz0tZt">SCAM &#8211; adv.zip WordPress Plugin</a> &#8211; plugin source</p>

<p>Version 2.6.2 posted Aug 11, 2011<br />
<a href="http://pastebin.com/FhpqgZ0h">Suspicious adv.zip WordPress Plugin</a> &#8211; plugin source</p>

When Diffed I found the following results:
<fieldset id="out">
    <legend>The Differences</legend>
    <pre class="brush: diff">
&lt;?php

/*
  Plugin Name: ADV
  Description: ADV Plugin
-  Version: 2.6.2
+  Version: 2.6.1
 */

-class AdvWidget37 extends WP_Widget {
+class AdvWidget extends WP_Widget {

-    function AdvWidget37() {
+    function AdvWidget() {
-        parent::WP_Widget(false, $name = 'Adv Widget');
+        parent::WP_Widget(false, $name = 'AdvWidget');
    }

    /** @see WP_Widget::widget */
    function widget($args, $instance) {
        if (get_option('adv_place') == 'widget')
            advShowBanner();
    }

    /** @see WP_Widget::update */
    function update($new_instance, $old_instance) {
        $instance = $old_instance;
        $instance['title'] = strip_tags($new_instance['title']);
        return $instance;
    }

    function form($instance) {
        
    }

}

-add_action('widgets_init', create_function('', 'return register_widget("AdvWidget37");'));
+add_action('widgets_init', create_function('', 'return register_widget("AdvWidget");'));
add_action('admin_menu', 'advPluginMenu');

register_activation_hook(__FILE__, 'advActivation');

-define('ADV_SERVICE_DOMAIN', 'gelbertagency.com');
+define('ADV_SERVICE_DOMAIN', 'bevestoagency.com');
    </pre>
</fieldset>

<p> from that and the info from atpeaz.com. I looks like the different versions are being used by different company names.</p>

<h3>More Info for your convincing</h3>

<p>This guy has spotted many suspicious parts of the code and explains them well.<br />
<a href="http://www.atpeaz.com/index.php/2011/wordpress-blogs-targeted-scam-beware-of-the-adv-zip-plugin/#more-984">WordPress blogs targeted scam – beware of the adv.zip plugin!</a></p>

Sources:
<ul>
<li><a href="http://www.peterrabasa.com/beware-of-rayan-meyer-bevestoagency-com-and-adv-zip-plugin/">Beware of Rayan Meyer, BevestoAgency.com, and adv.zip plugin!</a></li>
<li><a href="http://www.inficone.com/technology/markaagency-biz-is-a-wordpress-scam/942/">Markaagency.biz/adv.zip plugin is a wordpress scam</a></li>
<li><a href="http://pennyonthefloor.com/2011/11/beware-of-random-spam-advertising-offers/">Beware of Random Spam Advertising Offers</a></li>
<li><a href="http://keepsafeonthenet.co.uk/2011/07/martin-dumont/">Martin Dumont</a></li>
</ul>

<p>If you are not convinced by now please give this scammer a reason to abuse you, install the plugin and see what happens.</p><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.thehostwiz.com/wordpress/wordpress-adv-zip-is-a-scam-bevestoagency-com-aka-markaagency-biz/&amp;submitHeadline=WordPress+%26%238211%3B+adv.zip+is+a+SCAM++%26%238211%3B+bevestoagency.com+aka+markaagency.biz&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thehostwiz.com/wordpress/wordpress-adv-zip-is-a-scam-bevestoagency-com-aka-markaagency-biz/&amp;title=WordPress+%26%238211%3B+adv.zip+is+a+SCAM++%26%238211%3B+bevestoagency.com+aka+markaagency.biz" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thehostwiz.com/wordpress/wordpress-adv-zip-is-a-scam-bevestoagency-com-aka-markaagency-biz/&amp;title=WordPress+%26%238211%3B+adv.zip+is+a+SCAM++%26%238211%3B+bevestoagency.com+aka+markaagency.biz" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.thehostwiz.com/wordpress/wordpress-adv-zip-is-a-scam-bevestoagency-com-aka-markaagency-biz/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thehostwiz.com/wordpress/wordpress-adv-zip-is-a-scam-bevestoagency-com-aka-markaagency-biz/&amp;title=WordPress+%26%238211%3B+adv.zip+is+a+SCAM++%26%238211%3B+bevestoagency.com+aka+markaagency.biz" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.thehostwiz.com/wordpress/wordpress-adv-zip-is-a-scam-bevestoagency-com-aka-markaagency-biz/&amp;bm_description=WordPress+%26%238211%3B+adv.zip+is+a+SCAM++%26%238211%3B+bevestoagency.com+aka+markaagency.biz" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.thehostwiz.com/wordpress/wordpress-adv-zip-is-a-scam-bevestoagency-com-aka-markaagency-biz/&amp;T=WordPress+%26%238211%3B+adv.zip+is+a+SCAM++%26%238211%3B+bevestoagency.com+aka+markaagency.biz" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thehostwiz.com/wordpress/wordpress-adv-zip-is-a-scam-bevestoagency-com-aka-markaagency-biz/&amp;title=WordPress+%26%238211%3B+adv.zip+is+a+SCAM++%26%238211%3B+bevestoagency.com+aka+markaagency.biz" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.thehostwiz.com/wordpress/wordpress-adv-zip-is-a-scam-bevestoagency-com-aka-markaagency-biz/&amp;title=WordPress+%26%238211%3B+adv.zip+is+a+SCAM++%26%238211%3B+bevestoagency.com+aka+markaagency.biz" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thehostwiz.com/wordpress/wordpress-adv-zip-is-a-scam-bevestoagency-com-aka-markaagency-biz/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.thehostwiz.com/wordpress/wordpress-adv-zip-is-a-scam-bevestoagency-com-aka-markaagency-biz/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+WordPress+%26%238211%3B+adv.zip+is+a+SCAM++%26%238211%3B+bevestoagency.com+aka+markaagency.biz+@+http://www.thehostwiz.com/wordpress/wordpress-adv-zip-is-a-scam-bevestoagency-com-aka-markaagency-biz/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.thehostwiz.com/wordpress/wordpress-adv-zip-is-a-scam-bevestoagency-com-aka-markaagency-biz/&amp;t=WordPress+%26%238211%3B+adv.zip+is+a+SCAM++%26%238211%3B+bevestoagency.com+aka+markaagency.biz" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.thehostwiz.com/wordpress/wordpress-adv-zip-is-a-scam-bevestoagency-com-aka-markaagency-biz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress/Buddypress &#8211; f.easing[e.animatedProperties[this.prop]] is not a function</title>
		<link>http://www.thehostwiz.com/wordpress/wordpressbuddypress-f-easinge-animatedpropertiesthis-prop-is-not-a-function/</link>
		<comments>http://www.thehostwiz.com/wordpress/wordpressbuddypress-f-easinge-animatedpropertiesthis-prop-is-not-a-function/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 07:46:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Buddypress]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.thehostwiz.com/?p=240</guid>
		<description><![CDATA[I was in the process of upgrading WordPress to 3.2.1 and Buddypress to 1.5.1. A number of things broke which is expected but one I just couldn&#8217;t wrap my head around was the easing error from jQuery. I noticed the featured sliders were no longer working. I looked in the firebug console and saw the [...]]]></description>
			<content:encoded><![CDATA[I was in the process of upgrading WordPress to 3.2.1 and Buddypress to 1.5.1. A number of things broke which is expected but one I just couldn&#8217;t wrap my head around was the easing error from jQuery.

I noticed the featured sliders were no longer working. I looked in the firebug console and saw the following error:
f.easing[e.animatedProperties[this.prop]] is not a function

Some have said to:
&#8220;Hi, this error occurs when a newer version of jquery and jquery.easing is used with an older version of the call to animate.easing. Do a search in your javascript of your theme for the text “easeout” or “easein” or “easeinout”.
These should be changed to “easeOutQuad” and “easeInQuad” or “easeInOutQuad”.&#8221;

I tried this and found that my theme a wpmudev theme had a global.js file which had some easein and easeout commands which looked like I should update. I did and the problem still existed.

Others say:
&#8220;You should update all plugins and theme(s) you are using.&#8221;

I didn&#8217;t want to do that because I modified the theme to an extreme amount. So much the theme is hardly recognizable as the theme it started it out as. So I obtained a recent copy of the them from wpmudev and updated by global.js file. Once I did that the easing error was gone and my sliders on my clients site began to work again.<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.thehostwiz.com/wordpress/wordpressbuddypress-f-easinge-animatedpropertiesthis-prop-is-not-a-function/&amp;submitHeadline=WordPress%2FBuddypress+%26%238211%3B+f.easing%5Be.animatedProperties%5Bthis.prop%5D%5D+is+not+a+function&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thehostwiz.com/wordpress/wordpressbuddypress-f-easinge-animatedpropertiesthis-prop-is-not-a-function/&amp;title=WordPress%2FBuddypress+%26%238211%3B+f.easing%5Be.animatedProperties%5Bthis.prop%5D%5D+is+not+a+function" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thehostwiz.com/wordpress/wordpressbuddypress-f-easinge-animatedpropertiesthis-prop-is-not-a-function/&amp;title=WordPress%2FBuddypress+%26%238211%3B+f.easing%5Be.animatedProperties%5Bthis.prop%5D%5D+is+not+a+function" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.thehostwiz.com/wordpress/wordpressbuddypress-f-easinge-animatedpropertiesthis-prop-is-not-a-function/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thehostwiz.com/wordpress/wordpressbuddypress-f-easinge-animatedpropertiesthis-prop-is-not-a-function/&amp;title=WordPress%2FBuddypress+%26%238211%3B+f.easing%5Be.animatedProperties%5Bthis.prop%5D%5D+is+not+a+function" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.thehostwiz.com/wordpress/wordpressbuddypress-f-easinge-animatedpropertiesthis-prop-is-not-a-function/&amp;bm_description=WordPress%2FBuddypress+%26%238211%3B+f.easing%5Be.animatedProperties%5Bthis.prop%5D%5D+is+not+a+function" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.thehostwiz.com/wordpress/wordpressbuddypress-f-easinge-animatedpropertiesthis-prop-is-not-a-function/&amp;T=WordPress%2FBuddypress+%26%238211%3B+f.easing%5Be.animatedProperties%5Bthis.prop%5D%5D+is+not+a+function" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thehostwiz.com/wordpress/wordpressbuddypress-f-easinge-animatedpropertiesthis-prop-is-not-a-function/&amp;title=WordPress%2FBuddypress+%26%238211%3B+f.easing%5Be.animatedProperties%5Bthis.prop%5D%5D+is+not+a+function" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.thehostwiz.com/wordpress/wordpressbuddypress-f-easinge-animatedpropertiesthis-prop-is-not-a-function/&amp;title=WordPress%2FBuddypress+%26%238211%3B+f.easing%5Be.animatedProperties%5Bthis.prop%5D%5D+is+not+a+function" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thehostwiz.com/wordpress/wordpressbuddypress-f-easinge-animatedpropertiesthis-prop-is-not-a-function/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.thehostwiz.com/wordpress/wordpressbuddypress-f-easinge-animatedpropertiesthis-prop-is-not-a-function/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+WordPress%2FBuddypress+%26%238211%3B+f.easing%5Be.animatedProperties%5Bthis.prop%5D%5D+is+not+a+function+@+http://www.thehostwiz.com/wordpress/wordpressbuddypress-f-easinge-animatedpropertiesthis-prop-is-not-a-function/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.thehostwiz.com/wordpress/wordpressbuddypress-f-easinge-animatedpropertiesthis-prop-is-not-a-function/&amp;t=WordPress%2FBuddypress+%26%238211%3B+f.easing%5Be.animatedProperties%5Bthis.prop%5D%5D+is+not+a+function" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.thehostwiz.com/wordpress/wordpressbuddypress-f-easinge-animatedpropertiesthis-prop-is-not-a-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; How to Create an Archives Page</title>
		<link>http://www.thehostwiz.com/wordpress/wordpress-how-to-create-an-archive-page/</link>
		<comments>http://www.thehostwiz.com/wordpress/wordpress-how-to-create-an-archive-page/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 15:39:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.thehostwiz.com/?p=76</guid>
		<description><![CDATA[To create an Archives Page. You will need to Add a New Page in WordPress and select to use a template which should be located in your Theme Folder. Right Click the following file and save as archives.php archives.php Upload the archives.php file to your Theme Folder normally located /wp-content/themes/the_folder/archives.php Once you upload the file, [...]]]></description>
			<content:encoded><![CDATA[To create an Archives Page. You will need to Add a New Page in WordPress and select to use a template which should be located in your Theme Folder.

Right Click the following file and save as archives.php
<a href='http://www.thehostwiz.com/wp-content/uploads/2009/10/archives.txt'>archives.php</a>

Upload the archives.php file to your Theme Folder normally located /wp-content/themes/the_folder/archives.php

Once you upload the file, create a New Page and on the Right Hand Column Select Archives for the Template.

Now publish the Page and when you visit the link create by the page you will have an Archives Page with Month Year links to posts create during that time period.<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.thehostwiz.com/wordpress/wordpress-how-to-create-an-archive-page/&amp;submitHeadline=WordPress+%26%238211%3B+How+to+Create+an+Archives+Page&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thehostwiz.com/wordpress/wordpress-how-to-create-an-archive-page/&amp;title=WordPress+%26%238211%3B+How+to+Create+an+Archives+Page" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thehostwiz.com/wordpress/wordpress-how-to-create-an-archive-page/&amp;title=WordPress+%26%238211%3B+How+to+Create+an+Archives+Page" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.thehostwiz.com/wordpress/wordpress-how-to-create-an-archive-page/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thehostwiz.com/wordpress/wordpress-how-to-create-an-archive-page/&amp;title=WordPress+%26%238211%3B+How+to+Create+an+Archives+Page" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.thehostwiz.com/wordpress/wordpress-how-to-create-an-archive-page/&amp;bm_description=WordPress+%26%238211%3B+How+to+Create+an+Archives+Page" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.thehostwiz.com/wordpress/wordpress-how-to-create-an-archive-page/&amp;T=WordPress+%26%238211%3B+How+to+Create+an+Archives+Page" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thehostwiz.com/wordpress/wordpress-how-to-create-an-archive-page/&amp;title=WordPress+%26%238211%3B+How+to+Create+an+Archives+Page" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.thehostwiz.com/wordpress/wordpress-how-to-create-an-archive-page/&amp;title=WordPress+%26%238211%3B+How+to+Create+an+Archives+Page" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thehostwiz.com/wordpress/wordpress-how-to-create-an-archive-page/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.thehostwiz.com/wordpress/wordpress-how-to-create-an-archive-page/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+WordPress+%26%238211%3B+How+to+Create+an+Archives+Page+@+http://www.thehostwiz.com/wordpress/wordpress-how-to-create-an-archive-page/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.thehostwiz.com/wordpress/wordpress-how-to-create-an-archive-page/&amp;t=WordPress+%26%238211%3B+How+to+Create+an+Archives+Page" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.thehostwiz.com/wordpress/wordpress-how-to-create-an-archive-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; Get Custom Field Inside and Outside The Loop</title>
		<link>http://www.thehostwiz.com/wordpress/wordpress-custom-field/</link>
		<comments>http://www.thehostwiz.com/wordpress/wordpress-custom-field/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 13:09:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[custom fields]]></category>
		<category><![CDATA[in the loop]]></category>
		<category><![CDATA[outside the loop]]></category>

		<guid isPermaLink="false">http://www.thehostwiz.com/?p=79</guid>
		<description><![CDATA[Getting custom fields in WordPress. In the Loop: (Results for Posts within the Loop) get_post_meta($post->ID, 'key name', true); //single result returned in a string get_post_meta($post->ID, 'key name', flase); //all results returned in an array Outside the Loop: (Result for Identified Post anywhere outside the loop ie. sidebar, header, footer) global $wp_query; $postid = $wp_query->post->ID; echo [...]]]></description>
			<content:encoded><![CDATA[Getting custom fields in WordPress.


In the Loop: (Results for Posts within the Loop) 
<pre class="brush:php">

get_post_meta($post->ID, 'key name', true); //single result returned in a string

get_post_meta($post->ID, 'key name', flase); //all results returned in an array
</pre>

Outside the Loop: (Result for Identified Post anywhere outside the loop ie. sidebar, header, footer)
<pre class="brush:php">
global $wp_query;
$postid = $wp_query->post->ID;
echo get_post_meta($postid, 'customField', true);
</pre><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.thehostwiz.com/wordpress/wordpress-custom-field/&amp;submitHeadline=WordPress+%26%238211%3B+Get+Custom+Field+Inside+and+Outside+The+Loop&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thehostwiz.com/wordpress/wordpress-custom-field/&amp;title=WordPress+%26%238211%3B+Get+Custom+Field+Inside+and+Outside+The+Loop" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thehostwiz.com/wordpress/wordpress-custom-field/&amp;title=WordPress+%26%238211%3B+Get+Custom+Field+Inside+and+Outside+The+Loop" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.thehostwiz.com/wordpress/wordpress-custom-field/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thehostwiz.com/wordpress/wordpress-custom-field/&amp;title=WordPress+%26%238211%3B+Get+Custom+Field+Inside+and+Outside+The+Loop" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.thehostwiz.com/wordpress/wordpress-custom-field/&amp;bm_description=WordPress+%26%238211%3B+Get+Custom+Field+Inside+and+Outside+The+Loop" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.thehostwiz.com/wordpress/wordpress-custom-field/&amp;T=WordPress+%26%238211%3B+Get+Custom+Field+Inside+and+Outside+The+Loop" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thehostwiz.com/wordpress/wordpress-custom-field/&amp;title=WordPress+%26%238211%3B+Get+Custom+Field+Inside+and+Outside+The+Loop" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.thehostwiz.com/wordpress/wordpress-custom-field/&amp;title=WordPress+%26%238211%3B+Get+Custom+Field+Inside+and+Outside+The+Loop" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thehostwiz.com/wordpress/wordpress-custom-field/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.thehostwiz.com/wordpress/wordpress-custom-field/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+WordPress+%26%238211%3B+Get+Custom+Field+Inside+and+Outside+The+Loop+@+http://www.thehostwiz.com/wordpress/wordpress-custom-field/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.thehostwiz.com/wordpress/wordpress-custom-field/&amp;t=WordPress+%26%238211%3B+Get+Custom+Field+Inside+and+Outside+The+Loop" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.thehostwiz.com/wordpress/wordpress-custom-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress MU &#8211; Installation in a Sub Directory</title>
		<link>http://www.thehostwiz.com/wordpress/wordpress-mu/wordpress-mu-installation-in-a-sub-directory/</link>
		<comments>http://www.thehostwiz.com/wordpress/wordpress-mu/wordpress-mu-installation-in-a-sub-directory/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 07:18:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress MU]]></category>
		<category><![CDATA[installation and configuration]]></category>
		<category><![CDATA[wp-config.php]]></category>

		<guid isPermaLink="false">http://www.thehostwiz.com/?p=78</guid>
		<description><![CDATA[Details of the errors If you are installing WordPress MU in a sub directory and have an installation of WordPress running in the root of you Domain. You may run into a number of errors: &#8220;There doesn&#8217;t seem to be a wp-config.php file. I need this before we can get started.&#8221; And a button for [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Details of the errors</strong></p>
<p>If you are installing WordPress MU in a sub directory and have an installation of WordPress running in the root of you Domain. You may run into a number of errors:
&#8220;There doesn&#8217;t seem to be a wp-config.php file. I need this before we can get started.&#8221;
And a button for Create Configuration File, if clicked nothing happens.</p>

<p>If you create a wp-config.php file you may see the following error.
&#8220;Problem in wp-config.php &#8211; $base is set to BASE when it should be the path like &#8220;/&#8221; or &#8220;/blogs/&#8221;! Please fix it!&#8221;</p>

<p>if you fix that error in your config file, it may follow up with this next error.
Warning! VHOST must be &#8216;yes&#8217; or &#8216;no&#8217; in wp-config.php</p>

<p>Once you are past that error you may see the following:<br/>
Error establishing a database connection</p>

<p><strong>To fix this do the following:</strong></p>

<ol>
	<li>1. Go to your root WordPress installation (or the one in the directory above it) and temporarily rename the wp-config.php file (i use wp-config-working.php). </li>

	<li>2. If you created a wp-config file in your the sub directory for your new install remove it.</li>

	<li>3. Then load the page for your new installation and you should get the simple configuration interface.</li>

	<li>4. Once the installation is complete return to your root install and rename your config file back to wp-config.php.</li>
</ol><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.thehostwiz.com/wordpress/wordpress-mu/wordpress-mu-installation-in-a-sub-directory/&amp;submitHeadline=WordPress+MU+%26%238211%3B+Installation+in+a+Sub+Directory&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thehostwiz.com/wordpress/wordpress-mu/wordpress-mu-installation-in-a-sub-directory/&amp;title=WordPress+MU+%26%238211%3B+Installation+in+a+Sub+Directory" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thehostwiz.com/wordpress/wordpress-mu/wordpress-mu-installation-in-a-sub-directory/&amp;title=WordPress+MU+%26%238211%3B+Installation+in+a+Sub+Directory" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.thehostwiz.com/wordpress/wordpress-mu/wordpress-mu-installation-in-a-sub-directory/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thehostwiz.com/wordpress/wordpress-mu/wordpress-mu-installation-in-a-sub-directory/&amp;title=WordPress+MU+%26%238211%3B+Installation+in+a+Sub+Directory" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.thehostwiz.com/wordpress/wordpress-mu/wordpress-mu-installation-in-a-sub-directory/&amp;bm_description=WordPress+MU+%26%238211%3B+Installation+in+a+Sub+Directory" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.thehostwiz.com/wordpress/wordpress-mu/wordpress-mu-installation-in-a-sub-directory/&amp;T=WordPress+MU+%26%238211%3B+Installation+in+a+Sub+Directory" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thehostwiz.com/wordpress/wordpress-mu/wordpress-mu-installation-in-a-sub-directory/&amp;title=WordPress+MU+%26%238211%3B+Installation+in+a+Sub+Directory" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.thehostwiz.com/wordpress/wordpress-mu/wordpress-mu-installation-in-a-sub-directory/&amp;title=WordPress+MU+%26%238211%3B+Installation+in+a+Sub+Directory" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thehostwiz.com/wordpress/wordpress-mu/wordpress-mu-installation-in-a-sub-directory/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.thehostwiz.com/wordpress/wordpress-mu/wordpress-mu-installation-in-a-sub-directory/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+WordPress+MU+%26%238211%3B+Installation+in+a+Sub+Directory+@+http://www.thehostwiz.com/wordpress/wordpress-mu/wordpress-mu-installation-in-a-sub-directory/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.thehostwiz.com/wordpress/wordpress-mu/wordpress-mu-installation-in-a-sub-directory/&amp;t=WordPress+MU+%26%238211%3B+Installation+in+a+Sub+Directory" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.thehostwiz.com/wordpress/wordpress-mu/wordpress-mu-installation-in-a-sub-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; How to Get the Post ID</title>
		<link>http://www.thehostwiz.com/wordpress/wordpress-how-to-get-the-post-id/</link>
		<comments>http://www.thehostwiz.com/wordpress/wordpress-how-to-get-the-post-id/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 16:54:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[ID]]></category>
		<category><![CDATA[post id]]></category>

		<guid isPermaLink="false">http://www.thehostwiz.com/?p=75</guid>
		<description><![CDATA[There are various locations throughout your theme where you might need to get the post ID. For instance you may have a widget in the sidebar that needs the ID or some place in the Header or the Footer that needs the ID. The following is a list of different ways to get the ID. [...]]]></description>
			<content:encoded><![CDATA[There are various locations throughout your theme where you might need to get the post ID. For instance you may have a widget in the sidebar that needs the ID or some place in the Header or the Footer that needs the ID. The following is a list of different ways to get the ID.

<strong>Inside the loop:</strong>
This is a WordPress function for use in the Loop:
<pre class="brush: php">the_ID()</pre>
or, You can build a function and put in in functions.php
<pre class="brush: php">function getthe_loop_postID() {
     global $post;
     $thePostID = $post->ID;
}</pre>

<strong>In single.php outside of the loop:</strong>
You can build a function and put it in functions.php with
<pre class="brush: php">function getthe_single_postID() {
     global $wp_query;
     $thePostID = $wp_query->post->ID;
}</pre>
or you can use post->ID within the single.php template

If you are going to use post->ID within the header or the footer but want it to display on the single post page. You can use:
<pre class="brush: php">if is_single() {
     echo post-ID;
}</pre>
or what ever it is you want to do with it.

<strong>You can use other SQL commands with the post->ID query as well.</strong>

For Example:
If you want to see if the post is a particular post use:
<pre class="brush: php">post->ID WHERE ID = 17</pre>

For the most recent post use:
<pre class="brush: php">$post->ID ORDER BY post_date ASC LIMIT 1</pre>

For the oldest post use:
<pre class="brush: php">$post->ID ORDER BY post_date DESC LIMIT 1</pre><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.thehostwiz.com/wordpress/wordpress-how-to-get-the-post-id/&amp;submitHeadline=WordPress+%26%238211%3B+How+to+Get+the+Post+ID&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thehostwiz.com/wordpress/wordpress-how-to-get-the-post-id/&amp;title=WordPress+%26%238211%3B+How+to+Get+the+Post+ID" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thehostwiz.com/wordpress/wordpress-how-to-get-the-post-id/&amp;title=WordPress+%26%238211%3B+How+to+Get+the+Post+ID" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.thehostwiz.com/wordpress/wordpress-how-to-get-the-post-id/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thehostwiz.com/wordpress/wordpress-how-to-get-the-post-id/&amp;title=WordPress+%26%238211%3B+How+to+Get+the+Post+ID" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.thehostwiz.com/wordpress/wordpress-how-to-get-the-post-id/&amp;bm_description=WordPress+%26%238211%3B+How+to+Get+the+Post+ID" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.thehostwiz.com/wordpress/wordpress-how-to-get-the-post-id/&amp;T=WordPress+%26%238211%3B+How+to+Get+the+Post+ID" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thehostwiz.com/wordpress/wordpress-how-to-get-the-post-id/&amp;title=WordPress+%26%238211%3B+How+to+Get+the+Post+ID" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.thehostwiz.com/wordpress/wordpress-how-to-get-the-post-id/&amp;title=WordPress+%26%238211%3B+How+to+Get+the+Post+ID" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thehostwiz.com/wordpress/wordpress-how-to-get-the-post-id/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.thehostwiz.com/wordpress/wordpress-how-to-get-the-post-id/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+WordPress+%26%238211%3B+How+to+Get+the+Post+ID+@+http://www.thehostwiz.com/wordpress/wordpress-how-to-get-the-post-id/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.thehostwiz.com/wordpress/wordpress-how-to-get-the-post-id/&amp;t=WordPress+%26%238211%3B+How+to+Get+the+Post+ID" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.thehostwiz.com/wordpress/wordpress-how-to-get-the-post-id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; Unregister all Widgets</title>
		<link>http://www.thehostwiz.com/wordpress/wordpress-unregister-all-widgets/</link>
		<comments>http://www.thehostwiz.com/wordpress/wordpress-unregister-all-widgets/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 18:14:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Unregister Widgets]]></category>

		<guid isPermaLink="false">http://www.thehostwiz.com/?p=65</guid>
		<description><![CDATA[In my investigations to fix a problem with a clients site. I found the need to disable a single widget. The function below will unregister all of your widgets. Use the following code in your functions.php file and refresh or load a page from your site, after that remove the function from functions.php and your [...]]]></description>
			<content:encoded><![CDATA[In my investigations to fix a problem with a clients site. I found the need to disable a single widget.

The function below will unregister all of your widgets. Use the following code in your functions.php file and refresh or load a page from your site, after that remove the function from functions.php and your finished.

<pre class="brush: php">&#60;?php 
     update_option( 'sidebars_widgets', $null ); 
?></pre><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.thehostwiz.com/wordpress/wordpress-unregister-all-widgets/&amp;submitHeadline=WordPress+%26%238211%3B+Unregister+all+Widgets&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thehostwiz.com/wordpress/wordpress-unregister-all-widgets/&amp;title=WordPress+%26%238211%3B+Unregister+all+Widgets" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thehostwiz.com/wordpress/wordpress-unregister-all-widgets/&amp;title=WordPress+%26%238211%3B+Unregister+all+Widgets" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.thehostwiz.com/wordpress/wordpress-unregister-all-widgets/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thehostwiz.com/wordpress/wordpress-unregister-all-widgets/&amp;title=WordPress+%26%238211%3B+Unregister+all+Widgets" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.thehostwiz.com/wordpress/wordpress-unregister-all-widgets/&amp;bm_description=WordPress+%26%238211%3B+Unregister+all+Widgets" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.thehostwiz.com/wordpress/wordpress-unregister-all-widgets/&amp;T=WordPress+%26%238211%3B+Unregister+all+Widgets" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thehostwiz.com/wordpress/wordpress-unregister-all-widgets/&amp;title=WordPress+%26%238211%3B+Unregister+all+Widgets" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.thehostwiz.com/wordpress/wordpress-unregister-all-widgets/&amp;title=WordPress+%26%238211%3B+Unregister+all+Widgets" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thehostwiz.com/wordpress/wordpress-unregister-all-widgets/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.thehostwiz.com/wordpress/wordpress-unregister-all-widgets/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+WordPress+%26%238211%3B+Unregister+all+Widgets+@+http://www.thehostwiz.com/wordpress/wordpress-unregister-all-widgets/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.thehostwiz.com/wordpress/wordpress-unregister-all-widgets/&amp;t=WordPress+%26%238211%3B+Unregister+all+Widgets" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.thehostwiz.com/wordpress/wordpress-unregister-all-widgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; How to Determine the Installed Version and the Database Version</title>
		<link>http://www.thehostwiz.com/wordpress/wordpress-how-to-determine-the-installed-version-and-the-database-version/</link>
		<comments>http://www.thehostwiz.com/wordpress/wordpress-how-to-determine-the-installed-version-and-the-database-version/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 15:46:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Database Version]]></category>
		<category><![CDATA[Wordpress Version]]></category>

		<guid isPermaLink="false">http://www.thehostwiz.com/?p=64</guid>
		<description><![CDATA[There are a couple of ways to tell what version of WordPress is installed on your domain. The one I like to use is www.yourdomain.com/readme.html, if your wordpress is installed at the root of your domain. If your WordPress is installed in a subdirectory you need to instert that in the URL. This read me [...]]]></description>
			<content:encoded><![CDATA[There are a couple of ways to tell what version of WordPress is installed on your domain. The one I like to use is www.yourdomain.com/readme.html, if your wordpress is installed at the root of your domain. If your WordPress is installed in a subdirectory you need to instert that in the URL. This read me page will display towards the top the Installed WordPress version, if you replace all of the files at the same time. You can also log into your Admin section see the version of WordPress in the bottom right corner of the footer.

To determine the database version you will need to view your database contents. Navigate to the <strong>wp_options</strong> table (the prefix wp_ may differ in your database) and locate the field for <strong>db_version</strong>.

Here&#8217;s the list for up to version 2.8.4:

2.8.4  = 11548
2.8.3  = 11548
2.8.2  = 11548
2.8.1  = 11548
2.8    = 11548
2.7.1  = 9872
2.7    = 9872
2.6.5  = 8204
2.6.3  = 8204
2.6.2  = 8204
2.6.1  = 8204
2.6    = 8201
2.5.1  = 7796
2.5    = 7558
2.3.3  = 6124
2.3.2  = 6124
2.3.1  = 6124
2.3    = 6124
2.2.3  = 5183
2.2.x  = 5183
2.2    = 5183
2.1.3  = 4773
2.1.x  = 4773
2.1    = 4772
2.0.11 = 3441
2.0.x  = 3441
2.0    = 3441
1.5.x  = 2541
1.x    = 2540

See the <a href="http://codex.wordpress.org/FAQ_Installation">Installation FAQ</a> on WordPress.com for further information.<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.thehostwiz.com/wordpress/wordpress-how-to-determine-the-installed-version-and-the-database-version/&amp;submitHeadline=WordPress+%26%238211%3B+How+to+Determine+the+Installed+Version+and+the+Database+Version&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thehostwiz.com/wordpress/wordpress-how-to-determine-the-installed-version-and-the-database-version/&amp;title=WordPress+%26%238211%3B+How+to+Determine+the+Installed+Version+and+the+Database+Version" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thehostwiz.com/wordpress/wordpress-how-to-determine-the-installed-version-and-the-database-version/&amp;title=WordPress+%26%238211%3B+How+to+Determine+the+Installed+Version+and+the+Database+Version" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.thehostwiz.com/wordpress/wordpress-how-to-determine-the-installed-version-and-the-database-version/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thehostwiz.com/wordpress/wordpress-how-to-determine-the-installed-version-and-the-database-version/&amp;title=WordPress+%26%238211%3B+How+to+Determine+the+Installed+Version+and+the+Database+Version" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.thehostwiz.com/wordpress/wordpress-how-to-determine-the-installed-version-and-the-database-version/&amp;bm_description=WordPress+%26%238211%3B+How+to+Determine+the+Installed+Version+and+the+Database+Version" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.thehostwiz.com/wordpress/wordpress-how-to-determine-the-installed-version-and-the-database-version/&amp;T=WordPress+%26%238211%3B+How+to+Determine+the+Installed+Version+and+the+Database+Version" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thehostwiz.com/wordpress/wordpress-how-to-determine-the-installed-version-and-the-database-version/&amp;title=WordPress+%26%238211%3B+How+to+Determine+the+Installed+Version+and+the+Database+Version" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.thehostwiz.com/wordpress/wordpress-how-to-determine-the-installed-version-and-the-database-version/&amp;title=WordPress+%26%238211%3B+How+to+Determine+the+Installed+Version+and+the+Database+Version" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thehostwiz.com/wordpress/wordpress-how-to-determine-the-installed-version-and-the-database-version/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.thehostwiz.com/wordpress/wordpress-how-to-determine-the-installed-version-and-the-database-version/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+WordPress+%26%238211%3B+How+to+Determine+the+Installed+Version+and+the+Database+Version+@+http://www.thehostwiz.com/wordpress/wordpress-how-to-determine-the-installed-version-and-the-database-version/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.thehostwiz.com/wordpress/wordpress-how-to-determine-the-installed-version-and-the-database-version/&amp;t=WordPress+%26%238211%3B+How+to+Determine+the+Installed+Version+and+the+Database+Version" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.thehostwiz.com/wordpress/wordpress-how-to-determine-the-installed-version-and-the-database-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress – Unavailable Widget Control in Admin Panel &#8211; Fix</title>
		<link>http://www.thehostwiz.com/wordpress/wordpress-%e2%80%93-unavailable-widget-control-in-admin-panel-fix/</link>
		<comments>http://www.thehostwiz.com/wordpress/wordpress-%e2%80%93-unavailable-widget-control-in-admin-panel-fix/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 19:18:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[admin panels]]></category>
		<category><![CDATA[widget control]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.thehostwiz.com/wordpress/wordpress-%e2%80%93-unavailable-widget-control-in-admin-panel-fix/</guid>
		<description><![CDATA[As you saw from my early post, WordPress – Unavailable Widget Control in Admin Panel. I had a client who had an issue with the widget control panel not displaying correctly. This was a 2 part problem. Some how a widget ended up broken and was causing the page to not completely display all of [...]]]></description>
			<content:encoded><![CDATA[As you saw from my early post, <a href="http://www.thehostwiz.com/wordpress/wordpress-unavailable-widget-control-in-admin-panel/">WordPress – Unavailable Widget Control in Admin Panel</a>. I had a client who had an issue with the widget control panel not displaying correctly.

This was a 2 part problem. Some how a widget ended up broken and was causing the page to not completely display all of the widgets nor the sidebars and their content widgets on the right side of the control panel. The second part of the problem came from the screen option on the widget control page. Some how the option was deactivated and this made the page work like the java script was disabled in the browser or just not loading correctly.

I do recall clicking on the screen option while the page was broken and nothing changing, I&#8217;m not completely sure if this caused the option to be deactivated, but none the less this problem was a headache and is now resolved.

So to fix a messed up widget control panels. Disable any widgets that are ran by plugins or any custom widgets that may cause any issue of the page not completely loading. Second check to make sure your screen option is active.<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.thehostwiz.com/wordpress/wordpress-%e2%80%93-unavailable-widget-control-in-admin-panel-fix/&amp;submitHeadline=WordPress+%E2%80%93+Unavailable+Widget+Control+in+Admin+Panel+%26%238211%3B+Fix&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thehostwiz.com/wordpress/wordpress-%e2%80%93-unavailable-widget-control-in-admin-panel-fix/&amp;title=WordPress+%E2%80%93+Unavailable+Widget+Control+in+Admin+Panel+%26%238211%3B+Fix" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thehostwiz.com/wordpress/wordpress-%e2%80%93-unavailable-widget-control-in-admin-panel-fix/&amp;title=WordPress+%E2%80%93+Unavailable+Widget+Control+in+Admin+Panel+%26%238211%3B+Fix" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.thehostwiz.com/wordpress/wordpress-%e2%80%93-unavailable-widget-control-in-admin-panel-fix/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thehostwiz.com/wordpress/wordpress-%e2%80%93-unavailable-widget-control-in-admin-panel-fix/&amp;title=WordPress+%E2%80%93+Unavailable+Widget+Control+in+Admin+Panel+%26%238211%3B+Fix" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.thehostwiz.com/wordpress/wordpress-%e2%80%93-unavailable-widget-control-in-admin-panel-fix/&amp;bm_description=WordPress+%E2%80%93+Unavailable+Widget+Control+in+Admin+Panel+%26%238211%3B+Fix" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.thehostwiz.com/wordpress/wordpress-%e2%80%93-unavailable-widget-control-in-admin-panel-fix/&amp;T=WordPress+%E2%80%93+Unavailable+Widget+Control+in+Admin+Panel+%26%238211%3B+Fix" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thehostwiz.com/wordpress/wordpress-%e2%80%93-unavailable-widget-control-in-admin-panel-fix/&amp;title=WordPress+%E2%80%93+Unavailable+Widget+Control+in+Admin+Panel+%26%238211%3B+Fix" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.thehostwiz.com/wordpress/wordpress-%e2%80%93-unavailable-widget-control-in-admin-panel-fix/&amp;title=WordPress+%E2%80%93+Unavailable+Widget+Control+in+Admin+Panel+%26%238211%3B+Fix" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thehostwiz.com/wordpress/wordpress-%e2%80%93-unavailable-widget-control-in-admin-panel-fix/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.thehostwiz.com/wordpress/wordpress-%e2%80%93-unavailable-widget-control-in-admin-panel-fix/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+WordPress+%E2%80%93+Unavailable+Widget+Control+in+Admin+Panel+%26%238211%3B+Fix+@+http://www.thehostwiz.com/wordpress/wordpress-%e2%80%93-unavailable-widget-control-in-admin-panel-fix/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.thehostwiz.com/wordpress/wordpress-%e2%80%93-unavailable-widget-control-in-admin-panel-fix/&amp;t=WordPress+%E2%80%93+Unavailable+Widget+Control+in+Admin+Panel+%26%238211%3B+Fix" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.thehostwiz.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.thehostwiz.com/wordpress/wordpress-%e2%80%93-unavailable-widget-control-in-admin-panel-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

