<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>style Архиви - rosen4o.net</title>
	<atom:link href="https://rosen4o.net/tag/style/feed/" rel="self" type="application/rss+xml" />
	<link>https://rosen4o.net/tag/style/</link>
	<description></description>
	<lastBuildDate>Thu, 14 Jul 2016 14:41:07 +0000</lastBuildDate>
	<language>bg-BG</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>wordpress forse css styles version</title>
		<link>https://rosen4o.net/2016/07/14/wordpress-forse-css-styles-version/</link>
					<comments>https://rosen4o.net/2016/07/14/wordpress-forse-css-styles-version/#comments</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Thu, 14 Jul 2016 14:41:07 +0000</pubDate>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[force]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[update]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=1062</guid>

					<description><![CDATA[<p>Sometime css files version need to be set so update to be forced on all users which are visiting the site This can be done very easy in wordpress just need to add those lines in function.php of the theme<span class="ellipsis">&#8230;</span></p>
<div class="read-more"><a href="https://rosen4o.net/2016/07/14/wordpress-forse-css-styles-version/">Прочетете повече ›</a></div>
<p><!-- end of .read-more --></p>
<p>Материалът <a href="https://rosen4o.net/2016/07/14/wordpress-forse-css-styles-version/">wordpress forse css styles version</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Sometime css files version need to be set so update to be forced on all users which are visiting the site</p>
<p>This can be done very easy in wordpress just need to add those lines in function.php of the theme</p>
<blockquote>
<pre><code>function my_wp_default_styles($styles)
{
	//use release date for version
	$styles-&gt;default_version = "20160714";
}
add_action("wp_default_styles", "my_wp_default_styles");</code></pre>
</blockquote>
<p>Материалът <a href="https://rosen4o.net/2016/07/14/wordpress-forse-css-styles-version/">wordpress forse css styles version</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2016/07/14/wordpress-forse-css-styles-version/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
