<?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 on: Custom Options Page</title>
	<atom:link href="http://www.billerickson.net/thesis-wordpress-custom-options/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.billerickson.net/thesis-wordpress-custom-options/</link>
	<description>WordPress Consulting</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:58:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sig Kappel</title>
		<link>http://www.billerickson.net/thesis-wordpress-custom-options/comment-page-1/#comment-709</link>
		<dc:creator>Sig Kappel</dc:creator>
		<pubDate>Tue, 26 Oct 2010 05:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1552#comment-709</guid>
		<description>wicked dude!! 
Just what I was looking for, this is going to help out my clients alot.. 
I owe you a beer or 2. :)</description>
		<content:encoded><![CDATA[<p>wicked dude!!<br />
Just what I was looking for, this is going to help out my clients alot..<br />
I owe you a beer or 2. <img src='http://www.billerickson.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Erickson</title>
		<link>http://www.billerickson.net/thesis-wordpress-custom-options/comment-page-1/#comment-449</link>
		<dc:creator>Bill Erickson</dc:creator>
		<pubDate>Thu, 16 Sep 2010 19:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1552#comment-449</guid>
		<description>I should probably update this tutorial. Here&#039;s a better solution to making Options pages (and I think it will support HTML): http://articles.sitepoint.com/article/wordpress-options-panel</description>
		<content:encoded><![CDATA[<p>I should probably update this tutorial. Here&#8217;s a better solution to making Options pages (and I think it will support HTML): <a href="http://articles.sitepoint.com/article/wordpress-options-panel" rel="nofollow">http://articles.sitepoint.com/article/wordpress-options-panel</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trisha</title>
		<link>http://www.billerickson.net/thesis-wordpress-custom-options/comment-page-1/#comment-447</link>
		<dc:creator>Trisha</dc:creator>
		<pubDate>Wed, 15 Sep 2010 21:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1552#comment-447</guid>
		<description>Does anyone know how to strip slashes from a textarea so the user can use html??? Wordpress has code here: http://codex.wordpress.org/Function_Reference/stripslashes_deep but im not sure if thats the right code, where to put it, and such.</description>
		<content:encoded><![CDATA[<p>Does anyone know how to strip slashes from a textarea so the user can use html??? WordPress has code here: <a href="http://codex.wordpress.org/Function_Reference/stripslashes_deep" rel="nofollow">http://codex.wordpress.org/Function_Reference/stripslashes_deep</a> but im not sure if thats the right code, where to put it, and such.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trisha</title>
		<link>http://www.billerickson.net/thesis-wordpress-custom-options/comment-page-1/#comment-431</link>
		<dc:creator>Trisha</dc:creator>
		<pubDate>Sun, 12 Sep 2010 03:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1552#comment-431</guid>
		<description>darn, code didnt show up....
also, when outputting the data, the  seems to be messing things up. when I ommited that bit of code and just used  it worked.</description>
		<content:encoded><![CDATA[<p>darn, code didnt show up&#8230;.<br />
also, when outputting the data, the  seems to be messing things up. when I ommited that bit of code and just used  it worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trisha</title>
		<link>http://www.billerickson.net/thesis-wordpress-custom-options/comment-page-1/#comment-430</link>
		<dc:creator>Trisha</dc:creator>
		<pubDate>Sun, 12 Sep 2010 03:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1552#comment-430</guid>
		<description>Bill,
I thought I&#039;d never get this. You explained it so well, now I can do options for thesis!!! I mean, its REALLY clear now and so much easier than the old way. I cant thank you enough!

A few things for anyone stuck on this. The beginning of the code does in fact need an opening &lt;? php

also, when outputting the data, the  seems to be messing things up. when I ommited that bit of code and just used  it worked.

one last thing. if your custom_functions.php is starting to get bulky, you can move this admin code to another file. Then just add this in custom_functions:
require_once(TEMPLATEPATH . &#039;/custom/admin.php&#039;);

Again THANK YOU, I have so much to do now! and 17 more tips to go through! You have a subscriber for life.

Trisha</description>
		<content:encoded><![CDATA[<p>Bill,<br />
I thought I&#8217;d never get this. You explained it so well, now I can do options for thesis!!! I mean, its REALLY clear now and so much easier than the old way. I cant thank you enough!</p>
<p>A few things for anyone stuck on this. The beginning of the code does in fact need an opening &lt;? php</p>
<p>also, when outputting the data, the  seems to be messing things up. when I ommited that bit of code and just used  it worked.</p>
<p>one last thing. if your custom_functions.php is starting to get bulky, you can move this admin code to another file. Then just add this in custom_functions:<br />
require_once(TEMPLATEPATH . &#8216;/custom/admin.php&#8217;);</p>
<p>Again THANK YOU, I have so much to do now! and 17 more tips to go through! You have a subscriber for life.</p>
<p>Trisha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thesis</title>
		<link>http://www.billerickson.net/thesis-wordpress-custom-options/comment-page-1/#comment-378</link>
		<dc:creator>thesis</dc:creator>
		<pubDate>Fri, 20 Aug 2010 04:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1552#comment-378</guid>
		<description>it’s good to see this information in your post, i was looking the same but there was not any proper resource.</description>
		<content:encoded><![CDATA[<p>it’s good to see this information in your post, i was looking the same but there was not any proper resource.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammad</title>
		<link>http://www.billerickson.net/thesis-wordpress-custom-options/comment-page-1/#comment-348</link>
		<dc:creator>Mohammad</dc:creator>
		<pubDate>Thu, 05 Aug 2010 00:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1552#comment-348</guid>
		<description>I&#039;m using this code to implement google maps on our site,

I think you&#039;re missing an opening &lt;?php from the above code.

and it didn&#039;t work for me but I&#039;m still working on that.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using this code to implement google maps on our site,</p>
<p>I think you&#8217;re missing an opening &lt;?php from the above code.</p>
<p>and it didn&#039;t work for me but I&#039;m still working on that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thesis Tip #15 &#8211; Custom Author Pages — Bill Erickson</title>
		<link>http://www.billerickson.net/thesis-wordpress-custom-options/comment-page-1/#comment-147</link>
		<dc:creator>Thesis Tip #15 &#8211; Custom Author Pages — Bill Erickson</dc:creator>
		<pubDate>Tue, 09 Mar 2010 20:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1552#comment-147</guid>
		<description>[...] is my tutorial on Custom Options Pages. This tutorial actually walks you through setting up a site-wide one. To make a user-specific one, [...]</description>
		<content:encoded><![CDATA[<p>[...] is my tutorial on Custom Options Pages. This tutorial actually walks you through setting up a site-wide one. To make a user-specific one, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Integrating Google Maps with WordPress — Bill Erickson</title>
		<link>http://www.billerickson.net/thesis-wordpress-custom-options/comment-page-1/#comment-146</link>
		<dc:creator>Integrating Google Maps with WordPress — Bill Erickson</dc:creator>
		<pubDate>Fri, 05 Mar 2010 18:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1552#comment-146</guid>
		<description>[...] Key  I&#8217;m not going into too much detail on this step as I wrote a post already on building Custom Options Pages. Here&#8217;s the code we used on a recent project: add_action(&#039;admin_menu&#039;, [...]</description>
		<content:encoded><![CDATA[<p>[...] Key  I&#8217;m not going into too much detail on this step as I wrote a post already on building Custom Options Pages. Here&#8217;s the code we used on a recent project: add_action(&#39;admin_menu&#39;, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

