<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"
	  xmlns:dc="http://purl.org/dc/elements/1.1/"
  	  xml:lang="en">
	<icon>http://www.supertopic.de/static/images/favicon.ico</icon>
	<logo>http://www.supertopic.de/static/images/feedlogo.gif</logo>
	<title type="text">Supertopic - tagcloud von query</title>
	<updated>2013-05-24T16:39:01+02:00</updated>
	<id>http://www.supertopic.de/</id>
	<link rel="self" type="application/atom+xml" href="http://www.supertopic.de/forum/5/tagcloud-von-query-12999//atom/" />
	<link rel="alternate" type="text/html" href="http://www.supertopic.de/" />
	<generator uri="http://www.supertopic.de/">Supertopic.de</generator>
	
	<entry>
		<title type="html"><![CDATA[tagcloud von query]]></title>
		<link rel="alternate" href="http://www.supertopic.de/forum/5/tagcloud-von-query-12999-1.html#post562186" type="application/xhtml+xml" hreflang="en"/>
		<id>http://www.supertopic.de/forum/5/tagcloud-von-query-12999-1.html#post562186</id>
		<published>2011-10-27T17:48:29+02:00</published>
		<updated>2011-10-27T17:48:29+02:00</updated>
		<author>
			<name>caZpa</name>
			
		</author>
		<dc:subject>Webentwicklung (Wordpress)</dc:subject>
		<content type="html"><![CDATA[1. Alle Posts durchlaufen, Tags mit <a href="http://codex.wordpress.org/Function_Reference/wp_get_post_tags">wp_get_post_tags()</a> speichern<br />
<blockquote><em>Quelltext:</em><br /><br />while( have_posts() ): the_post();<br />
     $tag_ids .= implode( ',', wp_get_post_tags( $post-&gt;ID, array( 'fields' =&gt; 'ids' ) ) );<br />
endwhile;</blockquote>
<br />
2. Tagcloud mit <a href="http://codex.wordpress.org/Function_Reference/wp_tag_cloud">wp_tag_cloud()</a> und dem Attribut 'include' Ausgeben<br />
<br />
<blockquote><em>Quelltext:</em><br /><br />echo wp_tag_cloud( array( 'include' =&gt; $tag_ids) );</blockquote>]]></content>
	</entry>
	<entry>
		<title type="html"><![CDATA[tagcloud von query]]></title>
		<link rel="alternate" href="http://www.supertopic.de/forum/5/tagcloud-von-query-12999-1.html#post562177" type="application/xhtml+xml" hreflang="en"/>
		<id>http://www.supertopic.de/forum/5/tagcloud-von-query-12999-1.html#post562177</id>
		<published>2011-10-27T17:33:07+02:00</published>
		<updated>2011-10-27T17:33:07+02:00</updated>
		<author>
			<name>honsey</name>
			
		</author>
		<dc:subject>Webentwicklung (Wordpress)</dc:subject>
		<content type="html"><![CDATA[schwierig einen guten titel dafür zu finden. was ich suche ist eine tagcloud, die aber nicht <u>alle</u> jemals benutzen tags anzeigt, sondern nur die <u>benutzten tags der aktuellen query-ergebnisse</u>.<br />
<br />
ich meine es gibt dafür auch eine native funktion, aber ich stöbere schon ewig durch den codex und finde nichts…<br />
<br />
:danke]]></content>
	</entry>
</feed>