<?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>wordpress sidebar Archives - dexblog.ro</title>
	<atom:link href="https://www.dexblog.ro/tag/wordpress-sidebar/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dexblog.ro/tag/wordpress-sidebar/</link>
	<description>Totul despre IT</description>
	<lastBuildDate>Wed, 01 Jun 2011 20:24:35 +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>Afiseaza categoriile intr-un select</title>
		<link>https://www.dexblog.ro/afiseaza-categoriile-intr-un-select/</link>
					<comments>https://www.dexblog.ro/afiseaza-categoriile-intr-un-select/#respond</comments>
		
		<dc:creator><![CDATA[Dexter]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 17:24:30 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress categorii]]></category>
		<category><![CDATA[wordpress sidebar]]></category>
		<guid isPermaLink="false">https://www.dexblog.ro/?p=1992</guid>

					<description><![CDATA[<p>Uneori ajungem sa avem multe categorii pe un blog si astfel categoriile sa inceapa sa ocupe foarte mult spatiu. Ce putem face? Putem sa facem un drop menu care sa afiseze categoriile. Urmatorul cod va poate ajuta sa faceti acest lucru: [php]&#60;form action=&#34;&#60;?php bloginfo(&#8216;url&#8217;); ?&#62;/&#34; method=&#34;get&#34;&#62; &#60;?php $select = wp_dropdown_categories(&#8216;show_option_none=Select</p>
<p>The post <a href="https://www.dexblog.ro/afiseaza-categoriile-intr-un-select/">Afiseaza categoriile intr-un select</a> appeared first on <a href="https://www.dexblog.ro">dexblog.ro</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.dexblog.ro/afiseaza-categoriile-intr-un-select/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Sidebar diferit in functie de categorie</title>
		<link>https://www.dexblog.ro/sidebar-diferit-in-functie-de-categorie/</link>
					<comments>https://www.dexblog.ro/sidebar-diferit-in-functie-de-categorie/#respond</comments>
		
		<dc:creator><![CDATA[Dexter]]></dc:creator>
		<pubDate>Wed, 10 Feb 2010 10:39:05 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress sidebar]]></category>
		<guid isPermaLink="false">https://www.dexblog.ro/?p=1962</guid>

					<description><![CDATA[<p>Cu urmatorul cod putem sa afisam diferite sidebarul pentru fiecare categorie in parte. Astfel trebuie sa schimbam in fisierul index.php codul pentru sidebar: [php] &#60;?php if (is_category(&#8216;numelecategoriei&#8217;)) { get_sidebar(&#8216;numelecategoriei&#8217;); } else { get_sidebar(); } ?&#62; [/php] Practic codul va incerca sa deschida fisierul sidebar-numelecategoriei.php</p>
<p>The post <a href="https://www.dexblog.ro/sidebar-diferit-in-functie-de-categorie/">Sidebar diferit in functie de categorie</a> appeared first on <a href="https://www.dexblog.ro">dexblog.ro</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.dexblog.ro/sidebar-diferit-in-functie-de-categorie/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
