<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>WordPress DK Forum Topic: RSS image i header.php</title>
		<link>http://wp-danmark.dk/forum/topic/rss-image-i-headerphp</link>
		<description>WordPress DK Forum Topic: RSS image i header.php</description>
		<language>da-DK</language>
		<pubDate>Sat, 15 Aug 2026 20:25:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Søg]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://wp-danmark.dk/forum/search.php</link>
		</textInput>
		<atom:link href="http://wp-danmark.dk/forum/rss/topic/rss-image-i-headerphp" rel="self" type="application/rss+xml" />

		<item>
			<title>martinbr73 om "RSS image i header.php"</title>
			<link>http://wp-danmark.dk/forum/topic/rss-image-i-headerphp#post-10939</link>
			<pubDate>tirs, 16 jun 2009 14:57:15 +0000</pubDate>
			<dc:creator>martinbr73</dc:creator>
			<guid isPermaLink="false">10939@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Ingen der ved hvordan man gør det?&#60;/p&#62;
&#60;p&#62;RSS billdet skal være ca. her:&#60;br /&#62;
&#60;a href=&#34;http://www.billedeupload.dk/upload/files/2009-06/3d3470eb.gif&#34;&#62;http://www.billedeupload.dk/upload/files/2009-06/3d3470eb.gif&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>martinbr73 om "RSS image i header.php"</title>
			<link>http://wp-danmark.dk/forum/topic/rss-image-i-headerphp#post-10919</link>
			<pubDate>man, 15 jun 2009 00:11:58 +0000</pubDate>
			<dc:creator>martinbr73</dc:creator>
			<guid isPermaLink="false">10919@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hvordan for jeg smidt et RSS billede med link op i headeren og placeret på højde med logoet, bare ude til højre her: &#60;a href=&#34;http://www.pimpdaddy.dk/testsite/&#34; rel=&#34;nofollow&#34;&#62;http://www.pimpdaddy.dk/testsite/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Min header ser sådan her ud:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;!DOCTYPE html PUBLIC &#38;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&#38;quot; &#38;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#38;quot;&#38;gt;&#60;br /&#62;
&#38;lt;html xmlns=&#38;quot;http://www.w3.org/1999/xhtml&#38;quot; &#38;lt;?php language_attributes(); ?&#38;gt;&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;head profile=&#38;quot;http://gmpg.org/xfn/11&#38;quot;&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;title&#38;gt;&#60;br /&#62;
			&#38;lt;?php if (is_home()) { echo bloginfo('name');&#60;br /&#62;
			} elseif (is_404()) {&#60;br /&#62;
			echo '404 Not Found';&#60;br /&#62;
			} elseif (is_category()) {&#60;br /&#62;
			echo 'Category:'; wp_title('');&#60;br /&#62;
			} elseif (is_search()) {&#60;br /&#62;
			echo 'Search Results';&#60;br /&#62;
			} elseif ( is_day() &#124;&#124; is_month() &#124;&#124; is_year() ) {&#60;br /&#62;
			echo 'Archives:'; wp_title('');&#60;br /&#62;
			} else {&#60;br /&#62;
			echo wp_title('');&#60;br /&#62;
			}&#60;br /&#62;
			?&#38;gt;&#60;br /&#62;
		&#38;lt;/title&#38;gt;&#60;/p&#62;
&#60;p&#62;	    &#38;lt;meta http-equiv=&#38;quot;content-type&#38;quot; content=&#38;quot;&#38;lt;?php bloginfo('html_type') ?&#38;gt;; charset=&#38;lt;?php bloginfo('charset') ?&#38;gt;&#38;quot; /&#38;gt;&#60;br /&#62;
		&#38;lt;meta name=&#38;quot;description&#38;quot; content=&#38;quot;&#38;lt;?php bloginfo('description') ?&#38;gt;&#38;quot; /&#38;gt;&#60;br /&#62;
		&#38;lt;?php if(is_search()) { ?&#38;gt;&#60;br /&#62;
		&#38;lt;meta name=&#38;quot;robots&#38;quot; content=&#38;quot;noindex, nofollow&#38;quot; /&#38;gt;&#60;br /&#62;
	    &#38;lt;?php }?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot; href=&#38;quot;&#38;lt;?php bloginfo('stylesheet_url'); ?&#38;gt;&#38;quot; media=&#38;quot;screen&#38;quot; /&#38;gt;&#60;br /&#62;
        &#38;lt;!--[if IE 6]&#38;gt;&#60;br /&#62;
        &#38;lt;link rel=&#38;quot;stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot; href=&#38;quot;&#38;lt;?php bloginfo('template_directory'); ?&#38;gt;/ie6.css&#38;quot; media=&#38;quot;screen&#38;quot; /&#38;gt;&#60;br /&#62;
        &#38;lt;![endif]--&#38;gt;&#60;br /&#62;
         &#38;lt;!--[if IE 7]&#38;gt;&#60;br /&#62;
        &#38;lt;link rel=&#38;quot;stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot; href=&#38;quot;&#38;lt;?php bloginfo('template_directory'); ?&#38;gt;/ie7.css&#38;quot; media=&#38;quot;screen&#38;quot; /&#38;gt;&#60;br /&#62;
        &#38;lt;![endif]--&#38;gt;&#60;br /&#62;
		&#38;lt;link rel=&#38;quot;alternate&#38;quot; type=&#38;quot;application/rss+xml&#38;quot; title=&#38;quot;&#38;lt;?php bloginfo('name'); ?&#38;gt; RSS Feed&#38;quot; href=&#38;quot;&#38;lt;?php bloginfo('rss2_url'); ?&#38;gt;&#38;quot; /&#38;gt;&#60;br /&#62;
		&#38;lt;link rel=&#38;quot;pingback&#38;quot; href=&#38;quot;&#38;lt;?php bloginfo('pingback_url'); ?&#38;gt;&#38;quot; /&#38;gt;&#60;br /&#62;
		&#38;lt;?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php wp_head(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;/head&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;body&#38;gt;&#60;br /&#62;
	&#38;lt;div id=&#38;quot;page-wrap&#38;quot;&#38;gt;&#60;br /&#62;
    &#38;lt;div id=&#38;quot;top&#38;quot;&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;div id=&#38;quot;followme&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;h1 class=&#38;quot;logo&#38;quot;&#38;gt;&#60;a href=&#34;&#38;quot;&#38;lt;?php&#34;&#62;/&#38;quot;&#38;gt;&#38;lt;?php bloginfo('name'); ?&#38;gt;&#60;/a&#62;&#38;lt;/h1&#38;gt;&#60;br /&#62;
		&#38;lt;ul id=&#38;quot;nav&#38;quot;&#38;gt;&#60;br /&#62;
		&#38;lt;?php wp_list_pages('title_li='); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;        &#38;lt;/div&#38;gt;&#60;br /&#62;
    &#38;lt;div class=&#38;quot;clear&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Og min style.css er her:&#60;br /&#62;
&#60;a href=&#34;http://www.pimpdaddy.dk/testsite/wp-content/themes/Equilibrium/style.css&#34; rel=&#34;nofollow&#34;&#62;http://www.pimpdaddy.dk/testsite/wp-content/themes/Equilibrium/style.css&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Samt hvordan får jeg logoet (logo.gif) til at linke til forsiden?&#60;/p&#62;
&#60;p&#62;På forhånd tak.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
