﻿define('DISALLOW_FILE_EDIT', true);
define('DISALLOW_FILE_MODS', true);<?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>/dev/head &#187; web</title>
	<atom:link href="http://devhead.ru/cat/web/feed" rel="self" type="application/rss+xml" />
	<link>http://devhead.ru</link>
	<description>Статьи и видео уроки</description>
	<lastBuildDate>Mon, 30 Jan 2017 11:12:34 +0000</lastBuildDate>
	<language>ru-RU</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.37</generator>
	<item>
		<title>Woocommerce. How to change a sale text label?</title>
		<link>http://devhead.ru/read/woocommerce-how-to-change-a-sale-text-label</link>
		<comments>http://devhead.ru/read/woocommerce-how-to-change-a-sale-text-label#comments</comments>
		<pubDate>Thu, 26 Jun 2014 07:29:16 +0000</pubDate>
		<dc:creator><![CDATA[Аноним]]></dc:creator>
				<category><![CDATA[Статьи]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[woocommerce]]></category>

		<guid isPermaLink="false">http://devhead.ru/read/woocommerce-how-to-change-sale-text-label</guid>
		<description><![CDATA[functions.php add_filter('woocommerce_sale_flash', 'my_custom_sale_flash', 10, 3); function my_custom_sale_flash($text, $post, $_product) { return '&#60;span class="onsale"&#62; СКИДКА 5% &#60;/span&#62;'; }]]></description>
				<content:encoded><![CDATA[<p>functions.php</p>
<pre class="brush: php">add_filter('woocommerce_sale_flash', 'my_custom_sale_flash', 10, 3);
function my_custom_sale_flash($text, $post, $_product) {
return '&lt;span class="onsale"&gt; СКИДКА 5% &lt;/span&gt;';
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://devhead.ru/read/woocommerce-how-to-change-a-sale-text-label/feed</wfw:commentRss>
		<slash:comments>23284</slash:comments>
		</item>
		<item>
		<title>How to make more product in wooommerce page?</title>
		<link>http://devhead.ru/read/how-to-make-more-product-in-wooommerce-page</link>
		<comments>http://devhead.ru/read/how-to-make-more-product-in-wooommerce-page#comments</comments>
		<pubDate>Fri, 20 Jun 2014 06:38:24 +0000</pubDate>
		<dc:creator><![CDATA[Аноним]]></dc:creator>
				<category><![CDATA[Статьи]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[woocommerce]]></category>

		<guid isPermaLink="false">http://devhead.ru/read/how-to-make-more-product-in-wooommerce-page</guid>
		<description><![CDATA[add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 64;' ), 20 ); Where 64 is number of products.]]></description>
				<content:encoded><![CDATA[<pre class="brush: php">add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 64;' ), 20 );</pre>
<p>Where 64 is number of products.</p>
]]></content:encoded>
			<wfw:commentRss>http://devhead.ru/read/how-to-make-more-product-in-wooommerce-page/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>woocommerce and view products from category</title>
		<link>http://devhead.ru/read/woocommerce-and-view-products-from-category</link>
		<comments>http://devhead.ru/read/woocommerce-and-view-products-from-category#comments</comments>
		<pubDate>Wed, 11 Jun 2014 10:53:16 +0000</pubDate>
		<dc:creator><![CDATA[Аноним]]></dc:creator>
				<category><![CDATA[Статьи]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[woocommerce]]></category>

		<guid isPermaLink="false">http://devhead.ru/read/woocommerce-and-view-products-from-category</guid>
		<description><![CDATA[Add in you page or post： [product_category category="My category" per_page="5" columns="5" orderby="date" order="desc" ]]]></description>
				<content:encoded><![CDATA[<p>Add in you page or post：</p>
<blockquote>
<p>[product_category category="My category" per_page="5" columns="5" orderby="date" order="desc" ]</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://devhead.ru/read/woocommerce-and-view-products-from-category/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How delete all buttons &quot;Add to cart&quot;?</title>
		<link>http://devhead.ru/read/how-delete-all-buttons-add-to-cart</link>
		<comments>http://devhead.ru/read/how-delete-all-buttons-add-to-cart#comments</comments>
		<pubDate>Wed, 11 Jun 2014 10:46:02 +0000</pubDate>
		<dc:creator><![CDATA[Аноним]]></dc:creator>
				<category><![CDATA[Статьи]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[woocommerce]]></category>

		<guid isPermaLink="false">http://devhead.ru/read/how-delete-all-buttons-add-to-cart</guid>
		<description><![CDATA[functions.php remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 ); remove_action( 'woocommerce_simple_add_to_cart', 'woocommerce_simple_add_to_cart', 30 ); remove_action( 'woocommerce_grouped_add_to_cart', 'woocommerce_grouped_add_to_cart', 30 );]]></description>
				<content:encoded><![CDATA[<p>functions.php</p>
<p><pre class="brush: php">remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 );

remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );

remove_action( 'woocommerce_simple_add_to_cart', 'woocommerce_simple_add_to_cart', 30 );

remove_action( 'woocommerce_grouped_add_to_cart', 'woocommerce_grouped_add_to_cart', 30 );</pre></p>
]]></content:encoded>
			<wfw:commentRss>http://devhead.ru/read/how-delete-all-buttons-add-to-cart/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Chortcode in wordpress text widget</title>
		<link>http://devhead.ru/read/chortcode-in-wordpress-text-widget</link>
		<comments>http://devhead.ru/read/chortcode-in-wordpress-text-widget#comments</comments>
		<pubDate>Wed, 11 Jun 2014 10:41:13 +0000</pubDate>
		<dc:creator><![CDATA[Аноним]]></dc:creator>
				<category><![CDATA[Статьи]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://devhead.ru/read/chortcode-in-wordpress-text-widget</guid>
		<description><![CDATA[If you want add chortcode in wordpress text widjet, you should add line in functions.php add_filter('widget_text', 'do_shortcode');]]></description>
				<content:encoded><![CDATA[<p>If you want add chortcode in wordpress text widjet, you should add line in functions.php</p>
<blockquote>
<p>add_filter('widget_text', 'do_shortcode');</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://devhead.ru/read/chortcode-in-wordpress-text-widget/feed</wfw:commentRss>
		<slash:comments>582</slash:comments>
		</item>
		<item>
		<title>Woocommerce: Short description in list products</title>
		<link>http://devhead.ru/read/woocommerce-short-description-in-list-products</link>
		<comments>http://devhead.ru/read/woocommerce-short-description-in-list-products#comments</comments>
		<pubDate>Thu, 05 Jun 2014 07:19:19 +0000</pubDate>
		<dc:creator><![CDATA[Аноним]]></dc:creator>
				<category><![CDATA[Статьи]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[woocommerce]]></category>

		<guid isPermaLink="false">http://devhead.ru/read/woocommerce-kratkoe-opisanie-v-spiske</guid>
		<description><![CDATA[wp-content/plugins/woocommerce/templates/content-product.php &#160; &#60;?php /** * woocommerce_after_shop_loop_item_title hook * * @hooked woocommerce_template_loop_price - 10 */ do_action( 'woocommerce_after_shop_loop_item_title' ); global $post; if ( ! $post-&#62;post_excerpt ) return; ?&#62; &#60;div itemprop="description" class="description"&#62; &#60;?php echo apply_filters( 'woocommerce_short_description', $post-&#62;post_excerpt ) ?&#62; &#60;/div&#62; &#160;]]></description>
				<content:encoded><![CDATA[<p><code>wp-content/plugins/woocommerce/templates/</code><code>content-product.php</code></p>
<p>&nbsp;</p>
<pre class="brush: php">&lt;?php
/**
* woocommerce_after_shop_loop_item_title hook
*
* @hooked woocommerce_template_loop_price - 10
*/
do_action( 'woocommerce_after_shop_loop_item_title' );
global $post;
if ( ! $post-&gt;post_excerpt ) return;
?&gt;
&lt;div itemprop="description" class="description"&gt;
	&lt;?php echo apply_filters( 'woocommerce_short_description', $post-&gt;post_excerpt ) ?&gt;
&lt;/div&gt;</pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://devhead.ru/read/woocommerce-short-description-in-list-products/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->