<?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>snippet Archives - Jay Sharp</title>
	<atom:link href="https://sharpi.sh/tag/snippet/feed/" rel="self" type="application/rss+xml" />
	<link>https://sharpi.sh/tag/snippet/</link>
	<description>Digital Product Development &#38; Engineering in Europe &#38; Hong Kong</description>
	<lastBuildDate>Thu, 22 Feb 2018 04:11:35 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://sharpi.sh/wp-content/uploads/2018/02/fav2-1.png</url>
	<title>snippet Archives - Jay Sharp</title>
	<link>https://sharpi.sh/tag/snippet/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Snippet: WordPress Child theme CSS does not override Parent theme</title>
		<link>https://sharpi.sh/posts/web-development/child-theme-css-does-not-override-parent-theme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=child-theme-css-does-not-override-parent-theme</link>
		
		<dc:creator><![CDATA[J]]></dc:creator>
		<pubDate>Thu, 01 Feb 2018 10:04:48 +0000</pubDate>
				<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://sharpi.sh/?p=244</guid>

					<description><![CDATA[<p>In functions.php of the child theme try setting wp_enqueue_scripts as follows. &#60;?php function theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array('parent-style') ); } add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); ?&#62;</p>
<p>The post <a href="https://sharpi.sh/posts/web-development/child-theme-css-does-not-override-parent-theme/">Snippet: WordPress Child theme CSS does not override Parent theme</a> appeared first on <a href="https://sharpi.sh">Jay Sharp</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
