<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="https://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="https://wellformedweb.org/CommentAPI/"
	xmlns:dc="https://purl.org/dc/elements/1.1/"
	xmlns:atom="https://www.w3.org/2005/Atom"
	xmlns:sy="https://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="https://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>note Archives - dexblog.ro</title>
	<atom:link href="https://www.dexblog.ro/tag/note/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dexblog.ro/tag/note/</link>
	<description>Totul despre IT</description>
	<lastBuildDate>Wed, 01 Jun 2011 20:26:11 +0000</lastBuildDate>
	<language>ro-RO</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>wordpress: adauga notite private la articole</title>
		<link>https://www.dexblog.ro/wordpress-adauga-notite-private-la-articole/</link>
					<comments>https://www.dexblog.ro/wordpress-adauga-notite-private-la-articole/#respond</comments>
		
		<dc:creator><![CDATA[Dexter]]></dc:creator>
		<pubDate>Fri, 15 Jan 2010 06:33:57 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[note]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress articole]]></category>
		<guid isPermaLink="false">https://www.dexblog.ro/?p=1452</guid>

					<description><![CDATA[<p>Uneori este posibil sa avem nevoie sa adaugam anumite notite la un articol. Cum pot face asta? Adaugi urmatorul cod in fisierul functions.php: [php] add_shortcode( &#8216;note&#8217;, &#8216;sc_note&#8217; ); function sc_note( $atts, $content = null ) { if ( current_user_can( &#8216;publish_posts&#8217; ) ) return &#8216;&#38;lt;div&#38;gt;&#8217;.$content.&#8217;&#38;lt;/div&#38;gt;&#8217;; return &#8221;; } add_shortcode( &#8216;note&#8217;, &#8216;sc_note&#8217;</p>
<p>The post <a href="https://www.dexblog.ro/wordpress-adauga-notite-private-la-articole/">wordpress: adauga notite private la articole</a> appeared first on <a href="https://www.dexblog.ro">dexblog.ro</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.dexblog.ro/wordpress-adauga-notite-private-la-articole/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
