<?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 Periodical solutions for everyday problems</title>
	<atom:link href="http://blog.mariokostelac.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mariokostelac.com</link>
	<description>WordPress Hacks, Tips and tricks</description>
	<lastBuildDate>Sat, 04 Feb 2012 12:12:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Adding default custom fields on new posts in WordPress by Mats</title>
		<link>http://blog.mariokostelac.com/adding-default-custom-fields-on-new-posts/#comment-1072</link>
		<dc:creator>Mats</dc:creator>
		<pubDate>Sat, 04 Feb 2012 12:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mariokostelac.com/?p=190#comment-1072</guid>
		<description>Great stuff!! here is my quastion though....

Is there any way to get the thumbnail url from uploaded images in post to automaticly be included in the value? If there is no image uploaded in the post then the value an be empty</description>
		<content:encoded><![CDATA[<p>Great stuff!! here is my quastion though&#8230;.</p>
<p>Is there any way to get the thumbnail url from uploaded images in post to automaticly be included in the value? If there is no image uploaded in the post then the value an be empty</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Headline Replacement 0.1 by Takis Vakatasis</title>
		<link>http://blog.mariokostelac.com/headline-replacement/#comment-1071</link>
		<dc:creator>Takis Vakatasis</dc:creator>
		<pubDate>Thu, 02 Feb 2012 13:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://mariokostelac.com/?p=4#comment-1071</guid>
		<description>hello from Greece
I started to build a new site for a friend of mine and i download your plugin so i can have a coming soon page. I guess something i did wrong and i can&#039;t make it work.
I install the plugin i activated it and in the general tab i choose the &#039;&#039;coming soon&#039;&#039; page after save changes and in the &#039;&#039;theme options&#039;&#039; tab i upload a body bg image i filled the social urls and save changes......after that i open my site again and nothing was changed.....i logged out to try it this way but same result....please can you guide me how i can make it work? thank you in advance
Regards
Takis</description>
		<content:encoded><![CDATA[<p>hello from Greece<br />
I started to build a new site for a friend of mine and i download your plugin so i can have a coming soon page. I guess something i did wrong and i can&#8217;t make it work.<br />
I install the plugin i activated it and in the general tab i choose the &#8221;coming soon&#8221; page after save changes and in the &#8221;theme options&#8221; tab i upload a body bg image i filled the social urls and save changes&#8230;&#8230;after that i open my site again and nothing was changed&#8230;..i logged out to try it this way but same result&#8230;.please can you guide me how i can make it work? thank you in advance<br />
Regards<br />
Takis</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding default custom fields on new posts in WordPress by Kwen</title>
		<link>http://blog.mariokostelac.com/adding-default-custom-fields-on-new-posts/#comment-1070</link>
		<dc:creator>Kwen</dc:creator>
		<pubDate>Mon, 30 Jan 2012 10:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mariokostelac.com/?p=190#comment-1070</guid>
		<description>Found the answer by myself: http://www.wpbeginner.com/wp-tutorials/how-to-add-custom-fields-automatically-on-post-publish-in-wordpress/

add_action(&#039;publish_page&#039;, &#039;add_custom_field_automatically&#039;);
add_action(&#039;publish_post&#039;, &#039;add_custom_field_automatically&#039;);
function add_custom_field_automatically($post_id) {
	global $wpdb;
	if(!wp_is_post_revision($post_id)) {
		add_post_meta($post_id, &#039;field-name&#039;, &#039;custom value&#039;, true);
	}
}

Hope that helps others as well ;)</description>
		<content:encoded><![CDATA[<p>Found the answer by myself: <a href="http://www.wpbeginner.com/wp-tutorials/how-to-add-custom-fields-automatically-on-post-publish-in-wordpress/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.wpbeginner.com/wp-tutorials/how-to-add-custom-fields-automatically-on-post-publish-in-wordpress/?referer=');">http://www.wpbeginner.com/wp-tutorials/how-to-add-custom-fields-automatically-on-post-publish-in-wordpress/</a></p>
<p>add_action(&#8216;publish_page&#8217;, &#8216;add_custom_field_automatically&#8217;);<br />
add_action(&#8216;publish_post&#8217;, &#8216;add_custom_field_automatically&#8217;);<br />
function add_custom_field_automatically($post_id) {<br />
	global $wpdb;<br />
	if(!wp_is_post_revision($post_id)) {<br />
		add_post_meta($post_id, &#8216;field-name&#8217;, &#8216;custom value&#8217;, true);<br />
	}<br />
}</p>
<p>Hope that helps others as well <img src='http://blog.mariokostelac.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding default custom fields on new posts in WordPress by Kwen</title>
		<link>http://blog.mariokostelac.com/adding-default-custom-fields-on-new-posts/#comment-1069</link>
		<dc:creator>Kwen</dc:creator>
		<pubDate>Sun, 29 Jan 2012 17:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mariokostelac.com/?p=190#comment-1069</guid>
		<description>Any chance to display custom fields when editing a post? 

I tried: 
add_action(&#039;edit_post_link&#039;, &#039;mk_set_default_custom_fields&#039;);
without success.

Reference: edit_post_link at http://codex.wordpress.org/Function_Reference/edit_post_link</description>
		<content:encoded><![CDATA[<p>Any chance to display custom fields when editing a post? </p>
<p>I tried:<br />
add_action(&#8216;edit_post_link&#8217;, &#8216;mk_set_default_custom_fields&#8217;);<br />
without success.</p>
<p>Reference: edit_post_link at <a href="http://codex.wordpress.org/Function_Reference/edit_post_link" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/codex.wordpress.org/Function_Reference/edit_post_link?referer=');">http://codex.wordpress.org/Function_Reference/edit_post_link</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding default custom fields on new posts in WordPress by Mario</title>
		<link>http://blog.mariokostelac.com/adding-default-custom-fields-on-new-posts/#comment-1068</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Thu, 12 Jan 2012 07:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mariokostelac.com/?p=190#comment-1068</guid>
		<description>No, you should put it into functions.php file.</description>
		<content:encoded><![CDATA[<p>No, you should put it into functions.php file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding default custom fields on new posts in WordPress by Tyler</title>
		<link>http://blog.mariokostelac.com/adding-default-custom-fields-on-new-posts/#comment-1067</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Wed, 11 Jan 2012 03:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mariokostelac.com/?p=190#comment-1067</guid>
		<description>Where do I put this code snippet? In single.php? Let me know please! Great tip! Thanks.</description>
		<content:encoded><![CDATA[<p>Where do I put this code snippet? In single.php? Let me know please! Great tip! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding default custom fields on new posts in WordPress by Michal</title>
		<link>http://blog.mariokostelac.com/adding-default-custom-fields-on-new-posts/#comment-1066</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Sun, 11 Dec 2011 19:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mariokostelac.com/?p=190#comment-1066</guid>
		<description>Could you send to me your email adress? I would like to translate your &quot;Simple comming soon and under construction&quot; in to Polish, and we can cooperate.</description>
		<content:encoded><![CDATA[<p>Could you send to me your email adress? I would like to translate your &#8220;Simple comming soon and under construction&#8221; in to Polish, and we can cooperate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google XML Sitemaps with Multisite support by My Favorite Plug-ins / Michigan Freelance Web Designer</title>
		<link>http://blog.mariokostelac.com/google-xml-sitemaps-multisite/#comment-1064</link>
		<dc:creator>My Favorite Plug-ins / Michigan Freelance Web Designer</dc:creator>
		<pubDate>Thu, 10 Nov 2011 20:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mariokostelac.com/?p=198#comment-1064</guid>
		<description>[...] You want to make sure Google knows all about your new content. This plug-ins helps you out by automating the process by informing the top search engines every time you add, delete or modify a page or post. You can also exclude certain areas of the site you don&#8217;t want search engines to index. Plug-in Link [...]</description>
		<content:encoded><![CDATA[<p>[...] You want to make sure Google knows all about your new content. This plug-ins helps you out by automating the process by informing the top search engines every time you add, delete or modify a page or post. You can also exclude certain areas of the site you don&#8217;t want search engines to index. Plug-in Link [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New plugin in the repository – Simple Coming soon is out by Wordpress &#8211; Simple coming soon plugin &#124; Mukul Hinge</title>
		<link>http://blog.mariokostelac.com/simple-coming-soon/#comment-1063</link>
		<dc:creator>Wordpress &#8211; Simple coming soon plugin &#124; Mukul Hinge</dc:creator>
		<pubDate>Fri, 30 Sep 2011 15:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mariokostelac.com/?p=170#comment-1063</guid>
		<description>[...] Simple coming Soonis a pretty nifty plugin by Mario Kostelac that allows you to display a nicely formatted &#8216;coming soon page&#8217; with a timed countdown indicating the time remaining for the site to be launched. I found it immensely useful while upgrading my site. [...]</description>
		<content:encoded><![CDATA[<p>[...] Simple coming Soonis a pretty nifty plugin by Mario Kostelac that allows you to display a nicely formatted &#8216;coming soon page&#8217; with a timed countdown indicating the time remaining for the site to be launched. I found it immensely useful while upgrading my site. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New plugin in the repository – Simple Coming soon is out by Wordpress &#8211; Simple coming soon plugin &#124; Mukul Hinge</title>
		<link>http://blog.mariokostelac.com/simple-coming-soon/#comment-1062</link>
		<dc:creator>Wordpress &#8211; Simple coming soon plugin &#124; Mukul Hinge</dc:creator>
		<pubDate>Fri, 30 Sep 2011 06:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mariokostelac.com/?p=170#comment-1062</guid>
		<description>[...] Simple coming Soon is a pretty nifty plugin that allows you to display a nicely formatted &#8216;coming soon page&#8217; with a timed countdown indicating the time remaining for the site to be launched. I found it immensely useful while upgrading my site. [...]</description>
		<content:encoded><![CDATA[<p>[...] Simple coming Soon is a pretty nifty plugin that allows you to display a nicely formatted &#8216;coming soon page&#8217; with a timed countdown indicating the time remaining for the site to be launched. I found it immensely useful while upgrading my site. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

