<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Brass Blogs Web Design</title>
	<atom:link href="http://brassblogs.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://brassblogs.com</link>
	<description>Web Design located in Simsbury (a suburb of Hartford) CT</description>
	<lastBuildDate>Fri, 10 Sep 2010 21:55:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Hiding information from the WordPress admin by Shelly</title>
		<link>http://brassblogs.com/cms-platforms/wordpress/hiding-information-from-the-wordpress-admin#comment-453</link>
		<dc:creator>Shelly</dc:creator>
		<pubDate>Fri, 10 Sep 2010 21:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=260#comment-453</guid>
		<description>I&#039;m not familiar with the Wasteland theme, but the above should be working okay if placed in your functions.php file.

The first steps I would take in trying to troubleshoot this would be the following:

1) Place the code in the functions.php file of the *default* theme.

2) Deactivate your current theme and activate &quot;Default.&quot; If the code works, then you&#039;ll know it&#039;s something in the theme files (probably a function within the functions.php file).

3) If that doesn&#039;t work, try deactivating all of your plugins to see if it&#039;s a plugin conflict.  If it is, you&#039;ll know which one is the culprit (deactivate one-by-one to see which one makes it &quot;suddenly work.&quot;

4) If that still doesn&#039;t work, it *could* possibly be a jQuery conflict. Right after the line that says &lt;code&gt;&lt; script type=&quot;text/javascript&quot;&gt;&lt;/code&gt;, try adding in the following line:

&lt;code&gt;$output .= &#039;var $jHideFields = jQuery.noConflict();&#039; . &quot;\n&quot;;&lt;/code&gt;

and then all the instances of &quot;jQuery&quot;you see after that, replace it with $jHideFields.

Those are the only things I can think of off the top of my head.  let me know what results you have if you try any of them.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not familiar with the Wasteland theme, but the above should be working okay if placed in your functions.php file.</p>
<p>The first steps I would take in trying to troubleshoot this would be the following:</p>
<p>1) Place the code in the functions.php file of the *default* theme.</p>
<p>2) Deactivate your current theme and activate &#8220;Default.&#8221; If the code works, then you&#8217;ll know it&#8217;s something in the theme files (probably a function within the functions.php file).</p>
<p>3) If that doesn&#8217;t work, try deactivating all of your plugins to see if it&#8217;s a plugin conflict.  If it is, you&#8217;ll know which one is the culprit (deactivate one-by-one to see which one makes it &#8220;suddenly work.&#8221;</p>
<p>4) If that still doesn&#8217;t work, it *could* possibly be a jQuery conflict. Right after the line that says <code>&lt; script type="text/javascript"></code>, try adding in the following line:</p>
<p><code>$output .= 'var $jHideFields = jQuery.noConflict();' . "\n";</code></p>
<p>and then all the instances of &#8220;jQuery&#8221;you see after that, replace it with $jHideFields.</p>
<p>Those are the only things I can think of off the top of my head.  let me know what results you have if you try any of them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hiding information from the WordPress admin by Conrad Farlow</title>
		<link>http://brassblogs.com/cms-platforms/wordpress/hiding-information-from-the-wordpress-admin#comment-452</link>
		<dc:creator>Conrad Farlow</dc:creator>
		<pubDate>Fri, 10 Sep 2010 21:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=260#comment-452</guid>
		<description>Shelley I really need this to work and if it does it will be a God send. 

However I have posted the code at the end of my theme functions.php file and unfortunely it doesn&#039;t work. I am using WP 3.0.1 and the wasteland theme.

I am not experienced with php but I have put the code between the  so I haven&#039;t made that basic error at least.

What could prevent this working, any ideas? I have 8 plugins none of which alter the Dashboard as far as I know.

Regards

Conrad</description>
		<content:encoded><![CDATA[<p>Shelley I really need this to work and if it does it will be a God send. </p>
<p>However I have posted the code at the end of my theme functions.php file and unfortunely it doesn&#8217;t work. I am using WP 3.0.1 and the wasteland theme.</p>
<p>I am not experienced with php but I have put the code between the  so I haven&#8217;t made that basic error at least.</p>
<p>What could prevent this working, any ideas? I have 8 plugins none of which alter the Dashboard as far as I know.</p>
<p>Regards</p>
<p>Conrad</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hiding information from the WordPress admin by Jennifer</title>
		<link>http://brassblogs.com/cms-platforms/wordpress/hiding-information-from-the-wordpress-admin#comment-446</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Sat, 04 Sep 2010 18:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=260#comment-446</guid>
		<description>Thank you so much! This is JUST what I needed for my client - 50 something Veterans...!</description>
		<content:encoded><![CDATA[<p>Thank you so much! This is JUST what I needed for my client &#8211; 50 something Veterans&#8230;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Plugin: Back End Instructions by Shelly</title>
		<link>http://brassblogs.com/cms-platforms/wordpress/new-plugin-back-end-instructions#comment-443</link>
		<dc:creator>Shelly</dc:creator>
		<pubDate>Tue, 31 Aug 2010 17:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=257#comment-443</guid>
		<description>Actually, I never thought about it!  I usually deactivate the dashboard for clients so they never see it.  But I&#039;ll see what I can do about that - thanks for the suggestion :)</description>
		<content:encoded><![CDATA[<p>Actually, I never thought about it!  I usually deactivate the dashboard for clients so they never see it.  But I&#8217;ll see what I can do about that &#8211; thanks for the suggestion <img src='http://brassblogs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Plugin: Back End Instructions by Hayley</title>
		<link>http://brassblogs.com/cms-platforms/wordpress/new-plugin-back-end-instructions#comment-442</link>
		<dc:creator>Hayley</dc:creator>
		<pubDate>Tue, 31 Aug 2010 15:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=257#comment-442</guid>
		<description>Hey, I&quot;m loving this plugin! Brilliant :-) Is there a way to have instructions appear on the dashboard? When the dashboard page first appears, it ends in /wp-admin/.  When you click the dashboard button, it ends in index.php, and that works, and I can get them to show there.</description>
		<content:encoded><![CDATA[<p>Hey, I&#8221;m loving this plugin! Brilliant <img src='http://brassblogs.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Is there a way to have instructions appear on the dashboard? When the dashboard page first appears, it ends in /wp-admin/.  When you click the dashboard button, it ends in index.php, and that works, and I can get them to show there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Write Panels for WordPress 3.0 by Shelly</title>
		<link>http://brassblogs.com/cms-platforms/wordpress/custom-write-panels-for-wordpress-3-0#comment-441</link>
		<dc:creator>Shelly</dc:creator>
		<pubDate>Tue, 31 Aug 2010 12:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=238#comment-441</guid>
		<description>HI Mario,

the tutorial above already places the custom meta box below the editor.  If you want it in the sidebar, you&#039;d change &quot;normal&quot; to &quot;side&quot; in the &quot;add_meta_box&quot; section.

You can read more about it here:

&lt;a href=&quot;http://codex.wordpress.org/Function_Reference/add_meta_box&quot; rel=&quot;nofollow&quot;&gt;Function reference: add_meta_box&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>HI Mario,</p>
<p>the tutorial above already places the custom meta box below the editor.  If you want it in the sidebar, you&#8217;d change &#8220;normal&#8221; to &#8220;side&#8221; in the &#8220;add_meta_box&#8221; section.</p>
<p>You can read more about it here:</p>
<p><a href="http://codex.wordpress.org/Function_Reference/add_meta_box" rel="nofollow">Function reference: add_meta_box</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Write Panels for WordPress 3.0 by Mario Claro</title>
		<link>http://brassblogs.com/cms-platforms/wordpress/custom-write-panels-for-wordpress-3-0#comment-440</link>
		<dc:creator>Mario Claro</dc:creator>
		<pubDate>Tue, 31 Aug 2010 00:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=238#comment-440</guid>
		<description>Hi, great article

How I can I move the meta box to the middle panel, below the editor, for instance?</description>
		<content:encoded><![CDATA[<p>Hi, great article</p>
<p>How I can I move the meta box to the middle panel, below the editor, for instance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Write Panels for WordPress 3.0 by Shelly</title>
		<link>http://brassblogs.com/cms-platforms/wordpress/custom-write-panels-for-wordpress-3-0#comment-439</link>
		<dc:creator>Shelly</dc:creator>
		<pubDate>Tue, 24 Aug 2010 12:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=238#comment-439</guid>
		<description>HI Luke,

If the &quot;back end bits&quot; are showing up fine (meaning, you&#039;re seeing the fields you&#039;ve crated, and the stuff you put into them is saved like it&#039;s supposed to be) then you&#039;ve done it correctly.  The code doesn&#039;t *display* the stuff, it only creates the extra fields and saves the information.  You have to edit your theme to make it show the items you&#039;ve put into it.  

So without knowing what you&#039;ve put into your theme files, i have no way of troubleshooting the issue.  Sounds like it&#039;s working like it&#039;s supposed to, but you&#039;ve just either used the wrong code in your theme files to display the information, or you haven&#039;t done it yet at all.

At the end of the post above is a little section on how to pull the info out and display it, see how that compares to what you&#039;ve got.</description>
		<content:encoded><![CDATA[<p>HI Luke,</p>
<p>If the &#8220;back end bits&#8221; are showing up fine (meaning, you&#8217;re seeing the fields you&#8217;ve crated, and the stuff you put into them is saved like it&#8217;s supposed to be) then you&#8217;ve done it correctly.  The code doesn&#8217;t *display* the stuff, it only creates the extra fields and saves the information.  You have to edit your theme to make it show the items you&#8217;ve put into it.  </p>
<p>So without knowing what you&#8217;ve put into your theme files, i have no way of troubleshooting the issue.  Sounds like it&#8217;s working like it&#8217;s supposed to, but you&#8217;ve just either used the wrong code in your theme files to display the information, or you haven&#8217;t done it yet at all.</p>
<p>At the end of the post above is a little section on how to pull the info out and display it, see how that compares to what you&#8217;ve got.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Write Panels for WordPress 3.0 by Luke</title>
		<link>http://brassblogs.com/cms-platforms/wordpress/custom-write-panels-for-wordpress-3-0#comment-438</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Tue, 24 Aug 2010 10:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=238#comment-438</guid>
		<description>Hey, i have read your tutorial and others on the same subject and just cannot get it to work, The backend bits show up fine but it will not display on my page, i have checked my code against others and it is exactly the same so i do not understand where i am going wrong for it not to display.

Any suggestions would be great.</description>
		<content:encoded><![CDATA[<p>Hey, i have read your tutorial and others on the same subject and just cannot get it to work, The backend bits show up fine but it will not display on my page, i have checked my code against others and it is exactly the same so i do not understand where i am going wrong for it not to display.</p>
<p>Any suggestions would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hiding information from the WordPress admin by Nathan Briggs</title>
		<link>http://brassblogs.com/cms-platforms/wordpress/hiding-information-from-the-wordpress-admin#comment-436</link>
		<dc:creator>Nathan Briggs</dc:creator>
		<pubDate>Tue, 17 Aug 2010 14:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=260#comment-436</guid>
		<description>If you might test and output for more than one page in that function, I think I&#039;d probably change it to a switch statement.

Just to drive an old OOP tutor crazy :)</description>
		<content:encoded><![CDATA[<p>If you might test and output for more than one page in that function, I think I&#8217;d probably change it to a switch statement.</p>
<p>Just to drive an old OOP tutor crazy <img src='http://brassblogs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
