<?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: WordPress: Useful Default Configuration Settings Via Plugin</title>
	<atom:link href="http://wpengineer.com/1957/wordpress-useful-default-configuration-settings-via-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com/1957/wordpress-useful-default-configuration-settings-via-plugin/</link>
	<description>WordPress News, Hacks, Tips, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:48:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jacob V</title>
		<link>http://wpengineer.com/1957/wordpress-useful-default-configuration-settings-via-plugin/#comment-6502</link>
		<dc:creator>Jacob V</dc:creator>
		<pubDate>Wed, 09 Feb 2011 22:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1957#comment-6502</guid>
		<description>But... THAT WAS EXACTLY WHAT I WAS LOOKING FOR!!!

(sorry for the caps lock but it was intended)

So nice!</description>
		<content:encoded><![CDATA[<p>But... THAT WAS EXACTLY WHAT I WAS LOOKING FOR!!!</p>
<p>(sorry for the caps lock but it was intended)</p>
<p>So nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Charity</title>
		<link>http://wpengineer.com/1957/wordpress-useful-default-configuration-settings-via-plugin/#comment-5139</link>
		<dc:creator>Benjamin Charity</dc:creator>
		<pubDate>Wed, 10 Nov 2010 20:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1957#comment-5139</guid>
		<description>Can anyone help me transfer this into something that can be triggered by the theme?  So that when they enable my theme, certain defaults are set that the theme needs?  My PHP isn&#039;t too strong so any help is greatly appreciated!

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Can anyone help me transfer this into something that can be triggered by the theme?  So that when they enable my theme, certain defaults are set that the theme needs?  My PHP isn't too strong so any help is greatly appreciated!</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jürgen</title>
		<link>http://wpengineer.com/1957/wordpress-useful-default-configuration-settings-via-plugin/#comment-4481</link>
		<dc:creator>Jürgen</dc:creator>
		<pubDate>Thu, 10 Jun 2010 11:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1957#comment-4481</guid>
		<description>Don&#039;t forget register_uninstall_hook()
to delete your values as well:
delete_metadata()
delete_option()

Keep you system clean</description>
		<content:encoded><![CDATA[<p>Don't forget register_uninstall_hook()<br />
to delete your values as well:<br />
delete_metadata()<br />
delete_option()</p>
<p>Keep you system clean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omer Greenwald</title>
		<link>http://wpengineer.com/1957/wordpress-useful-default-configuration-settings-via-plugin/#comment-3703</link>
		<dc:creator>Omer Greenwald</dc:creator>
		<pubDate>Sun, 14 Mar 2010 18:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1957#comment-3703</guid>
		<description>Very awesome! thanks</description>
		<content:encoded><![CDATA[<p>Very awesome! thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Downer</title>
		<link>http://wpengineer.com/1957/wordpress-useful-default-configuration-settings-via-plugin/#comment-3643</link>
		<dc:creator>Philip Downer</dc:creator>
		<pubDate>Thu, 04 Mar 2010 17:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1957#comment-3643</guid>
		<description>Looks like there are several different ways to skin a cat in this case. Since the majority of my WordPress developments starts with a custom theme framework, I generally keep a sandbox environment that contains all my basic plugins, functions and theme files.

Then, when I&#039;m ready to start a new project, I&#039;m able to simply duplicate the database, as well as the file/folder structure to get rolling.

All settings, users, posts, etc. are kept intact.</description>
		<content:encoded><![CDATA[<p>Looks like there are several different ways to skin a cat in this case. Since the majority of my WordPress developments starts with a custom theme framework, I generally keep a sandbox environment that contains all my basic plugins, functions and theme files.</p>
<p>Then, when I'm ready to start a new project, I'm able to simply duplicate the database, as well as the file/folder structure to get rolling.</p>
<p>All settings, users, posts, etc. are kept intact.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Page</title>
		<link>http://wpengineer.com/1957/wordpress-useful-default-configuration-settings-via-plugin/#comment-3594</link>
		<dc:creator>David Page</dc:creator>
		<pubDate>Thu, 25 Feb 2010 10:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1957#comment-3594</guid>
		<description>@Michael The solution @Westi indicates doesn&#039;t modify core files, the install file is located in wp-content/ 
I find it&#039;s really useful to pre-setup new installations with a set of pages, couple of users, change the WP default options, activate a different theme, even pre-activate plugins and set their options. Everything that @Jessi above wants and more.</description>
		<content:encoded><![CDATA[<p>@Michael The solution @Westi indicates doesn't modify core files, the install file is located in wp-content/<br />
I find it's really useful to pre-setup new installations with a set of pages, couple of users, change the WP default options, activate a different theme, even pre-activate plugins and set their options. Everything that @Jessi above wants and more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jessi Hance</title>
		<link>http://wpengineer.com/1957/wordpress-useful-default-configuration-settings-via-plugin/#comment-3528</link>
		<dc:creator>Jessi Hance</dc:creator>
		<pubDate>Thu, 18 Feb 2010 04:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1957#comment-3528</guid>
		<description>Does anyone know how you would change the name of the dummy page and turn off comments and pings on it?

And how to set the Reading settings to use that page for the front page?

And even how to create another page called Blog and set that for the posts page?

I don&#039;t ask for much, do I.</description>
		<content:encoded><![CDATA[<p>Does anyone know how you would change the name of the dummy page and turn off comments and pings on it?</p>
<p>And how to set the Reading settings to use that page for the front page?</p>
<p>And even how to create another page called Blog and set that for the posts page?</p>
<p>I don't ask for much, do I.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Cunningham</title>
		<link>http://wpengineer.com/1957/wordpress-useful-default-configuration-settings-via-plugin/#comment-3500</link>
		<dc:creator>Paul Cunningham</dc:creator>
		<pubDate>Sun, 14 Feb 2010 12:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1957#comment-3500</guid>
		<description>Got to admit, hadn&#039;t thought of either this or the install.php method before.

Insanely useful for regular installers.</description>
		<content:encoded><![CDATA[<p>Got to admit, hadn't thought of either this or the install.php method before.</p>
<p>Insanely useful for regular installers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian Weber</title>
		<link>http://wpengineer.com/1957/wordpress-useful-default-configuration-settings-via-plugin/#comment-3483</link>
		<dc:creator>Florian Weber</dc:creator>
		<pubDate>Thu, 11 Feb 2010 23:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1957#comment-3483</guid>
		<description>I&#039;m installing blogs weekly, awesome plugin. It doesn&#039;t take much time to change default settings but it sums up...great little helper!</description>
		<content:encoded><![CDATA[<p>I'm installing blogs weekly, awesome plugin. It doesn't take much time to change default settings but it sums up...great little helper!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pulsuz Sayt</title>
		<link>http://wpengineer.com/1957/wordpress-useful-default-configuration-settings-via-plugin/#comment-3432</link>
		<dc:creator>Pulsuz Sayt</dc:creator>
		<pubDate>Tue, 09 Feb 2010 18:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1957#comment-3432</guid>
		<description>Hi,
I use WPMU and want to create default widget settings for newly created sub blogs. I want to create deafult widget settings for &quot;text&quot; widget as want to write something into to newly created blog`s sidebar. I use this code to auto add widget:
 &#039;My Categories&#039; ));
update_blog_option($blog_id, &quot;sidebars_widgets&quot;,
array(&quot;sidebar-1&quot; =&gt; array(&quot;text&quot;),));
}
add_action(&#039;wpmu_new_blog&#039;, &#039;default_widgets&#039;);
?&gt;

But this widget adds to sidebar empty. Can you help me to add some text to this text widget as default: 
$title and $text</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I use WPMU and want to create default widget settings for newly created sub blogs. I want to create deafult widget settings for "text" widget as want to write something into to newly created blog`s sidebar. I use this code to auto add widget:<br />
 'My Categories' ));<br />
update_blog_option($blog_id, "sidebars_widgets",<br />
array("sidebar-1" =&gt; array("text"),));<br />
}<br />
add_action('wpmu_new_blog', 'default_widgets');<br />
?&gt;</p>
<p>But this widget adds to sidebar empty. Can you help me to add some text to this text widget as default:<br />
$title and $text</p>
]]></content:encoded>
	</item>
</channel>
</rss>

