<?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>NetViper Interactive &#187; Wordpress</title>
	<atom:link href="http://www.netviperinteractive.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netviperinteractive.com</link>
	<description>Web Design, SEO, PPC</description>
	<lastBuildDate>Wed, 23 Nov 2011 14:52:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>WP-Admin goes blank</title>
		<link>http://www.netviperinteractive.com/wp-admin-goes-blank/</link>
		<comments>http://www.netviperinteractive.com/wp-admin-goes-blank/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 13:21:33 +0000</pubDate>
		<dc:creator>netviper</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.netviperinteractive.com/?p=701</guid>
		<description><![CDATA[This can be a serious problem and mean one of your plugins has caused a lot of problems with your site. It is a scary experience when you cannot log in to your own site. That being said, try this &#8230; <a href="http://www.netviperinteractive.com/wp-admin-goes-blank/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This can be a serious problem and mean one of your plugins has caused a lot of problems with your site.  It is a scary experience when you cannot log in to your own site.  </p>
<p>That being said, try this first.</p>
<p>Look at your functions.php file and find any empty spaces at the top or bottom.  Remove those spaces and re-upload functions.php.  That may solve your problem and save you a TON of time and grey hair!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netviperinteractive.com/wp-admin-goes-blank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable WordPress Auto Formatting</title>
		<link>http://www.netviperinteractive.com/disable-wordpress-auto-formatting/</link>
		<comments>http://www.netviperinteractive.com/disable-wordpress-auto-formatting/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 13:15:41 +0000</pubDate>
		<dc:creator>netviper</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.netviperinteractive.com/?p=683</guid>
		<description><![CDATA[Sometimes WordPress can be extremely annoying with the Auto Formatting. Often it will add a or a where you don&#8217;t want one and it will totally mess up the look of your page. Do how do we fix this? There &#8230; <a href="http://www.netviperinteractive.com/disable-wordpress-auto-formatting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sometimes WordPress can be extremely annoying with the Auto Formatting.  Often it will add a
<p> or a <br /> where you don&#8217;t want one and it will totally mess up the look of your page.  Do how do we fix this?</p>
<p>There are a couple of options.</p>
<p>1. You can get a plug-in to disable the auto formatting completely.  Such as this one. <a href="http://wordpress.org/extend/plugins/ps-disable-auto-formatting/" onclick="pageTracker._trackPageview('/outgoing/wordpress.org/extend/plugins/ps-disable-auto-formatting/?referer=');">PS Disable Auto Formatting</a>.  The downside to this plug in is that it kills the auto formatting fro your entire site, which might mess up a lot of page you have already finished with</p>
<p>2. Another option &#8212; and a better option &#8212; is to create a custom field that will allow you to disable the auto formatting only on the pages you want to disable it.</p>
<p>I learned this trick <a href="http://www.stampede-design.com/blog/2010/12/disable-html-auto-formatting-in-wordpress/" onclick="pageTracker._trackPageview('/outgoing/www.stampede-design.com/blog/2010/12/disable-html-auto-formatting-in-wordpress/?referer=');">here</a></p>
<p>So in this method we edit our functions.php to include the following:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">function WP_auto_formatting($content) {
    global $post;
    if(get_post_meta($post-&gt;ID, 'disable_auto_formatting', true) == 1) {
        remove_filter('the_content', 'wpautop');
    }
    return $content;
}
add_filter( &quot;the_content&quot;, &quot;WP_auto_formatting&quot;, 1 );</pre></td></tr></table></div>

<p>Now we are able to set a custom field of &#8220;disable_auto_formatting&#8221; and give it a value of 1.  This will disable the auto formatting on that page only.  </p>
<p>Very sweet.  WP 3.21 compatible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netviperinteractive.com/disable-wordpress-auto-formatting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>test3</title>
		<link>http://www.netviperinteractive.com/test3/</link>
		<comments>http://www.netviperinteractive.com/test3/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 20:03:09 +0000</pubDate>
		<dc:creator>netviper</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.netviperinteractive.com/?p=693</guid>
		<description><![CDATA[for facebook]]></description>
			<content:encoded><![CDATA[<p>for facebook</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netviperinteractive.com/test3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Site launched</title>
		<link>http://www.netviperinteractive.com/new-site-launched/</link>
		<comments>http://www.netviperinteractive.com/new-site-launched/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 14:32:31 +0000</pubDate>
		<dc:creator>netviper</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.netviperinteractive.com/?p=644</guid>
		<description><![CDATA[This is the newest version of NetViper Interactive.com. We have removed the Powerpoint services and LeadViper Craigslist program. We will launch a new site for that program on its own. Please send us your feedback for the new site design.]]></description>
			<content:encoded><![CDATA[<p>This is the newest version of NetViper Interactive.com.  We have removed the Powerpoint services and LeadViper Craigslist program.  We will launch a new site for that program on its own.  Please send us your feedback for the new site design.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netviperinteractive.com/new-site-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting on Version 4.0 of the&#8230;</title>
		<link>http://www.netviperinteractive.com/starting-on-version-4-0-of-the/</link>
		<comments>http://www.netviperinteractive.com/starting-on-version-4-0-of-the/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 18:08:37 +0000</pubDate>
		<dc:creator>netviper</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[sem]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.netviperinteractive.com/starting-on-version-4-0-of-the/</guid>
		<description><![CDATA[Starting on Version 4.0 of the website]]></description>
			<content:encoded><![CDATA[<p>Starting on Version 4.0 of the website</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netviperinteractive.com/starting-on-version-4-0-of-the/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing &#8220;Allowed Tags&#8221; on the comment form.</title>
		<link>http://www.netviperinteractive.com/removing-allowed-tags-on-the-comment-form/</link>
		<comments>http://www.netviperinteractive.com/removing-allowed-tags-on-the-comment-form/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 03:21:45 +0000</pubDate>
		<dc:creator>netviper</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.netviperinteractive.com/?p=328</guid>
		<description><![CDATA[This solution is from the wordpress forums from Emsi.  It is not guaranteed to work on all themes, but it did work fine for me on my theme based on twenty ten. Follows these steps: 1. back up your functions.php &#8230; <a href="http://www.netviperinteractive.com/removing-allowed-tags-on-the-comment-form/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This solution is from the wordpress forums from Emsi.  It is not guaranteed to work on all themes, but it did work fine for me on my theme based on twenty ten.</p>
<p>Follows these steps:</p>
<p>1. back up your functions.php file.</p>
<p>2. Add the following to your functions.php file<br />
function my_comment_form_args($user_identity, $post_id, $req) {<br />
	$args = array(<br />
		&#8216;comment_notes_after&#8217; =&gt; &#8221;<br />
	);<br />
	return $args;<br />
}<br />
3. then replace &lt;?php comment_form();?&gt; with &lt;?php comment_form( my_comment_form_args($user_identity, $post-&gt;ID, $req) ); ?&gt; in your comments.php file.  That should be the last line.</p>
<p>Thats it. </p>
<p>To see the full thread, visit <a href="http://wordpress.org/support/topic/solved-allowed-tags-in-comment-form" onclick="pageTracker._trackPageview('/outgoing/wordpress.org/support/topic/solved-allowed-tags-in-comment-form?referer=');">http://wordpress.org/support/topic/solved-allowed-tags-in-comment-form</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.netviperinteractive.com/removing-allowed-tags-on-the-comment-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove the website field from the comment form</title>
		<link>http://www.netviperinteractive.com/how-to-remove-the-website-field-from-the-comment-form/</link>
		<comments>http://www.netviperinteractive.com/how-to-remove-the-website-field-from-the-comment-form/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 03:09:26 +0000</pubDate>
		<dc:creator>netviper</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.netviperinteractive.com/?p=323</guid>
		<description><![CDATA[I had a customer request to remove the website field in the comments.  You would think this would be a relatively simple thing to do, but not so.  After an hour of searching, I found a solution that worked great.  &#8230; <a href="http://www.netviperinteractive.com/how-to-remove-the-website-field-from-the-comment-form/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had a customer request to remove the website field in the comments.  You would think this would be a relatively simple thing to do, but not so.  After an hour of searching, I found a solution that worked great.  Here is the link.</p>
<p>http://techhacking.com/2011/02/04/wordpress-how-to-remove-the-website-field-from-the-comment-form/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netviperinteractive.com/how-to-remove-the-website-field-from-the-comment-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Website Optimizer and WordPress</title>
		<link>http://www.netviperinteractive.com/google-website-optimizer-and-wordpress/</link>
		<comments>http://www.netviperinteractive.com/google-website-optimizer-and-wordpress/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 22:58:26 +0000</pubDate>
		<dc:creator>netviper</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.netviperinteractive.com/?p=315</guid>
		<description><![CDATA[Today I started a test using Google Website Optimizer on WordPress. The manual way of doing this would mean you would need to create 3 different headers and input the correct tracking code in each. While it is not a &#8230; <a href="http://www.netviperinteractive.com/google-website-optimizer-and-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I started a test using Google Website Optimizer on WordPress.  The manual way of doing this would mean you would need to create 3 different headers and input the correct tracking code in each.  While it is not a ton of work, it is a pain in the butt.  The better way to do this is of course a pluging.  The problem is that most of the plug ins that I found do not work with WP 3.0 and above.  Finally I found this one<a href=" http://andreasnurbo.com/gwo-plugin"> http://andreasnurbo.com/gwo-plugin</a>.  It worked well, but it is a little confusing to use.  Instructions would certainly be nice.  So I have it up and running.  The data should start coming in a few hours so I will write a second blog to see if it is working properly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netviperinteractive.com/google-website-optimizer-and-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Styling your drop down text</title>
		<link>http://www.netviperinteractive.com/stlying-your-drop-down-text/</link>
		<comments>http://www.netviperinteractive.com/stlying-your-drop-down-text/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 18:10:13 +0000</pubDate>
		<dc:creator>netviper</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.netviperinteractive.com/?p=310</guid>
		<description><![CDATA[With the basic wordpress install, you are able to nicely style the menu colors etc, but I have run into a problem several times where I use the same color to highlight which page I am on as the color &#8230; <a href="http://www.netviperinteractive.com/stlying-your-drop-down-text/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>With the basic wordpress install, you are able to nicely style the menu colors etc, but I have run into a problem several times where I use the same color to highlight which page I am on as the color of the background of my dropdown.  So if I had a blue nav bar, my menu text is white, my page highlight is white bold and my dropdown menu is white then what happens is if you are on a page in your dropdown, the menu option vanishes into the background.</p>
<p>So what can you do about this?</p>
<p>Looking at the current page item you see this code:</p>
<p>#access ul li.current_page_item > a,<br />
#access ul li.current-menu-ancestor > a<br />
#access ul li.current-menu-item > a,<br />
#access ul li.current-menu-parent > a {<br />
	color: #ededed;<br />
	font-weight:bold;<br />
}</p>
<p>So all you need to do is add an extra ul in there so you are now controlling the color of the drop down text.  Just like this:</p>
<p>#access ul ul li.current_page_item > a,<br />
#access ul ul li.current-menu-ancestor > a<br />
#access ul ul li.current-menu-item > a,<br />
#access ul ul li.current-menu-parent > a {<br />
	color: #3579a6;<br />
	font-weight:bold;<br />
}</p>
<p>That should solve your problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netviperinteractive.com/stlying-your-drop-down-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact Form 7 Clear textarea</title>
		<link>http://www.netviperinteractive.com/contact-form-7-clear-textarea/</link>
		<comments>http://www.netviperinteractive.com/contact-form-7-clear-textarea/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 20:39:01 +0000</pubDate>
		<dc:creator>netviper</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.netviperinteractive.com/?p=307</guid>
		<description><![CDATA[Last time we talked about how to clear the input labels on Contact From 7 using a slight hack to the code. This is great for simply using input labels, but what about a text area? As I quickly found &#8230; <a href="http://www.netviperinteractive.com/contact-form-7-clear-textarea/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last time we talked about how to clear the input labels on Contact From 7 using a slight hack to the code.  This is great for simply using input labels, but what about a text area?  As I quickly found it, it doesn&#8217;t work.  </p>
<p>Why is doesn&#8217;t work is because the text area is controlled by a different php file called textarea.php.</p>
<p>So if we open that file up and look on line 88 you will find this code:</p>
<p>	$html = &#8216;<textarea name="' . $name . '"' . $atts . '>&#8216; . esc_html( $value ) . &#8216;</textarea>&#8216;;</p>
<p>We need to change it to this code:</p>
<p>	$html = &#8216;<textarea onFocus="clearText(this)" onBlur="restoreText(this)" name="' . $name . '"' . $atts . '>&#8216; . esc_html( $value ) . &#8216;</textarea>&#8216;;</p>
<p>Now save it and your text area will now clear itself when someone clicks on it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netviperinteractive.com/contact-form-7-clear-textarea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

