<?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>postIt &#187; WordPress</title>
	<atom:link href="https://lakm.us/postit/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://lakm.us/postit</link>
	<description>Post-It sticky notes with PasteBin sense</description>
	<lastBuildDate>Thu, 02 Jan 2025 01:33:57 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.18</generator>
	<item>
		<title>WordPress shortcode-escape trick:


&amp; &#8230;</title>
		<link>https://lakm.us/postit/2010/12/wordpress-shortcode-escape-trick/</link>
		<comments>https://lakm.us/postit/2010/12/wordpress-shortcode-escape-trick/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 07:50:19 +0000</pubDate>
		<dc:creator><![CDATA[Arif]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[workaround]]></category>

		<guid isPermaLink="false">http://xp-racy.lan/postit/?p=115</guid>
		<description><![CDATA[WordPress shortcode-escape trick: &#38;#091; to replace &#34;[&#34; &#38;#093; to replace &#34;]&#34; Remember not to switch from html editor when using it]]></description>
				<content:encoded><![CDATA[<p>WordPress shortcode-escape trick:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="html" style="font-family:monospace;">&amp;#91; to replace &quot;[&quot;
&amp;#93; to replace &quot;]&quot;</pre></td></tr></table></div>

<p>Remember not to switch from html editor when using it</p>
]]></content:encoded>
			<wfw:commentRss>https://lakm.us/postit/2010/12/wordpress-shortcode-escape-trick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress has  no need to write complete &#8230;</title>
		<link>https://lakm.us/postit/2010/05/wordpress-has-no-need-to-write-complete/</link>
		<comments>https://lakm.us/postit/2010/05/wordpress-has-no-need-to-write-complete/#comments</comments>
		<pubDate>Mon, 24 May 2010 07:10:15 +0000</pubDate>
		<dc:creator><![CDATA[Arif]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://xp-racy.lan/postit/?p=93</guid>
		<description><![CDATA[WordPress has &#60;?php make_clickable&#40; $ret &#41; ?&#62; no need to write complete &#60;a href ... etc, hyperlink plain text will appears as clickable link. Regularly put it in wp-content/themes/some_theme/function.php as ... add_filter&#40; 'the_content', 'make_clickable' &#41;; ...]]></description>
				<content:encoded><![CDATA[<p>WordPress has</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> make_clickable<span style="color: #009900;">&#40;</span> <span style="color: #000088;">$ret</span> <span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p> no need to write complete</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>a href <span style="color: #339933;">...</span></pre></td></tr></table></div>

<p> etc, hyperlink plain text will appears as clickable link.</p>
<p>Regularly put it in <code>wp-content/themes/some_theme/function.php</code> as</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">...</span>
add_filter<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'the_content'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'make_clickable'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #339933;">...</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>https://lakm.us/postit/2010/05/wordpress-has-no-need-to-write-complete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
