<?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>zeo &#187; css</title>
	<atom:link href="http://zeo.unic.net.my/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://zeo.unic.net.my</link>
	<description>Safirul Alredha on web, WordPress, K2, Apple, ...</description>
	<lastBuildDate>Thu, 02 Jun 2011 01:31:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Remove WordPress [gallery] shortcode embedded CSS</title>
		<link>http://zeo.unic.net.my/remove-wordpress-gallery-shortcode-embedded-css/</link>
		<comments>http://zeo.unic.net.my/remove-wordpress-gallery-shortcode-embedded-css/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 06:26:40 +0000</pubDate>
		<dc:creator>zeo</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[shortcode]]></category>

		<guid isPermaLink="false">http://zeo.unic.net.my/?p=954</guid>
		<description><![CDATA[Dump this code anywhere in Theme&#8217;s template functions.php file (For example, functions.php file for a Theme named &#8220;default&#8221; would probably reside in the directory wp-content/themes/default/functions.php): add_filter('gallery_style', create_function( '$css', 'return preg_replace("#&#60;style type=\'text/css\'&#62;(.*?)&#60;/style&#62;#s", "", $css);' ) ); And these are the classes for your stylesheet: .gallery {} .gallery-item {} .gallery-icon {} .gallery-caption {}]]></description>
			<content:encoded><![CDATA[<p>Dump this code anywhere in Theme&#8217;s template <a rel="nofollow" href="http://codex.wordpress.org/Theme_Development#Functions_File"><tt>functions.php</tt></a> file (For example, <tt>functions.php</tt> file for a Theme named &#8220;default&#8221; would probably reside in the directory <tt>wp-content/themes/default/functions.php</tt>):</p>
<pre>
add_filter('gallery_style',
	create_function(
		'$css',
		'return preg_replace("#&lt;style type=\'text/css\'&gt;(.*?)&lt;/style&gt;#s", "", $css);'
		)
	);
</pre>
<p>And these are the classes for your stylesheet:</p>
<pre>
.gallery {}
.gallery-item {}
.gallery-icon {}
.gallery-caption {}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://zeo.unic.net.my/remove-wordpress-gallery-shortcode-embedded-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

