<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'WordPress Options Panel'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 14 Apr 2026 07:45:10 +0000</lastBuildDate>
    <item>
      <title>Nettuts said on 25/Jul/2010</title>
      <link>https://snipplr.com/view/37882/wordpress-options-panel</link>
      <description>&lt;p&gt;Just paste this into your functions.php file, save, and visit your dashboard. A new Theme Options panel will appear at the bottom. &#13;
&#13;
You can then use: $options = get_option('plugin_options'); echo $options['logo'] to access the properties. Replace "logo" with the name of the option.&#13;
&#13;
Let me know if you have any questions!&lt;/p&gt;</description>
      <pubDate>Sun, 25 Jul 2010 16:31:43 UTC</pubDate>
      <guid>https://snipplr.com/view/37882/wordpress-options-panel</guid>
    </item>
    <item>
      <title>vagrantradio said on 10/Aug/2010</title>
      <link>https://snipplr.com/view/37882/wordpress-options-panel</link>
      <description>&lt;p&gt;It's a hell of a good start, thanks!&lt;/p&gt;</description>
      <pubDate>Tue, 10 Aug 2010 07:26:43 UTC</pubDate>
      <guid>https://snipplr.com/view/37882/wordpress-options-panel</guid>
    </item>
    <item>
      <title>Nettuts said on 10/Aug/2010</title>
      <link>https://snipplr.com/view/37882/wordpress-options-panel</link>
      <description>&lt;p&gt;Forgot to mention that this options panel can be downloaded here: http://github.com/JeffreyWay/WordPress-Theme-Options-Page&lt;/p&gt;</description>
      <pubDate>Tue, 10 Aug 2010 15:20:03 UTC</pubDate>
      <guid>https://snipplr.com/view/37882/wordpress-options-panel</guid>
    </item>
    <item>
      <title>flashmac said on 15/Oct/2010</title>
      <link>https://snipplr.com/view/37882/wordpress-options-panel</link>
      <description>&lt;p&gt;Hi JW,&#13;
Thanks for this head start.&#13;
Although, I think you meant this...&lt;/p&gt;</description>
      <pubDate>Fri, 15 Oct 2010 00:21:51 UTC</pubDate>
      <guid>https://snipplr.com/view/37882/wordpress-options-panel</guid>
    </item>
    <item>
      <title>flashmac said on 15/Oct/2010</title>
      <link>https://snipplr.com/view/37882/wordpress-options-panel</link>
      <description>&lt;p&gt;OK rubbish, the code didnt print. Without the tags:&#13;
 $options = get_option('plugin_options'); print_r($options);&lt;/p&gt;</description>
      <pubDate>Fri, 15 Oct 2010 00:23:37 UTC</pubDate>
      <guid>https://snipplr.com/view/37882/wordpress-options-panel</guid>
    </item>
    <item>
      <title>flashmac said on 15/Oct/2010</title>
      <link>https://snipplr.com/view/37882/wordpress-options-panel</link>
      <description>&lt;p&gt;Hey.. this is most strange, you were right JW, but the code removes the underscrores. Replace the 'X' with an underscore. OK Im done here. &#13;
$options = getXoption('pluginXoptions'); print_r($options);&lt;/p&gt;</description>
      <pubDate>Fri, 15 Oct 2010 00:25:09 UTC</pubDate>
      <guid>https://snipplr.com/view/37882/wordpress-options-panel</guid>
    </item>
  </channel>
</rss>
