Why do you need two arrays for site options and page options? I&#39;m assuming you&#39;ve also separated them into two separate settings pages? Again, if so: why?<div><br></div><div>As for <a href="http://codex.wordpress.org/Function_Reference/set_theme_mod">set_theme_mod()</a> and <a href="http://codex.wordpress.org/Function_Reference/get_theme_mod">get_theme_mod()</a>, Otto has written about using them here on the mail list previously. For example:</div>
<div><a href="http://lists.wordpress.org/pipermail/theme-reviewers/2011-January/003949.html">http://lists.wordpress.org/pipermail/theme-reviewers/2011-January/003949.html</a></div><div><br></div><div>(Basically, using *_theme_mod() saves/retrieves your setting from the same DB entry that holds other Theme mods, such as menus, widgets, background image, header image, etc.)</div>
<div><br></div><div>Chip<br><br><div class="gmail_quote">On Sat, Feb 4, 2012 at 12:58 AM, Satish Gandham <span dir="ltr">&lt;<a href="mailto:satish.iitg@gmail.com">satish.iitg@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<i><b>Themes are </b><b>required to save options in a single array, rather 
than create multiple options for its settings page. Use of set_theme_mod
 and get_theme_mod handles this for you, as does using the Settings API.<br></b></i><br><b><br></b>I&#39;m using settings API for my options page. I separated design and site options into two pages and I&#39;m saving them in two arrays, is that acceptable?<br>

<br><br><i><b>Use of set_theme_mod
 and get_theme_mod handles this for you<br></b></i><br>Can someone elaborate on this?<span class="HOEnZb"><font color="#888888"><i><b><br></b></i><b><br><br></b>Satish Gandham<br><b><br></b>
</font></span><br>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br></blockquote></div><br></div>