<?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: Søgefunktion i menuen</title>
		<link>http://wp-danmark.dk/forum/topic/s%c3%b8gefunktion-i-menuen</link>
		<description>WordPress DK Forum Topic: Søgefunktion i menuen</description>
		<language>da-DK</language>
		<pubDate>Sat, 18 Jul 2026 10:42:19 +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/s%c3%b8gefunktion-i-menuen" rel="self" type="application/rss+xml" />

		<item>
			<title>Morten om "Søgefunktion i menuen"</title>
			<link>http://wp-danmark.dk/forum/topic/s%c3%b8gefunktion-i-menuen#post-10506</link>
			<pubDate>søn, 10 maj 2009 15:14:29 +0000</pubDate>
			<dc:creator>Morten</dc:creator>
			<guid isPermaLink="false">10506@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej søren,&#60;/p&#62;
&#60;p&#62;Tak for dit svar.&#60;br /&#62;
Ja det har du vist helt ret i, men kan nogen fortælle hvad skal jeg tilføje for at få en søge funktion ind. her er header php.&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#38;quot;wrapper&#38;quot;&#38;gt;&#60;br /&#62;
 &#38;lt;div&#38;gt;&#38;lt;img src=&#38;quot;&#38;lt;?php bloginfo('stylesheet_directory'); ?&#38;gt;/images/wrapper_top.jpg&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
 &#38;lt;div class=&#38;quot;wrapper_bg&#38;quot;&#38;gt;&#60;br /&#62;
  &#38;lt;div id=&#38;quot;page&#38;quot;&#38;gt;&#60;br /&#62;
   &#38;lt;div id=&#38;quot;header&#38;quot;&#38;gt;&#60;br /&#62;
    &#38;lt;h1&#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;/div&#38;gt;&#60;br /&#62;
   &#38;lt;div id=&#38;quot;nav&#38;quot;&#38;gt;&#60;/p&#62;
&#60;ul&#62;&#38;lt;li class=&#38;quot;page_item&#38;quot;&#38;gt;&#38;lt;?php wp_list_pages('title_li=&#38;amp;depth=4&#38;amp;sort_column=menu_order'); ?&#38;gt;&#60;/ul&#62;
&#60;p&#62;   &#38;lt;/div&#38;gt;&#60;br /&#62;
  &#38;lt;ul id=&#38;quot;cat-nav&#38;quot;&#38;gt;&#38;lt;?php wp_list_categories('title_li=' ); ?&#38;gt;&#60;br /&#62;
  &#38;lt;div id=&#38;quot;content&#38;quot;&#38;gt;&#60;/p&#62;
&#60;p&#62;På forhånd tak&#60;/p&#62;
&#60;p&#62;Dbh&#60;br /&#62;
Morten.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Søren Hugger Møller om "Søgefunktion i menuen"</title>
			<link>http://wp-danmark.dk/forum/topic/s%c3%b8gefunktion-i-menuen#post-10504</link>
			<pubDate>søn, 10 maj 2009 11:14:09 +0000</pubDate>
			<dc:creator>Søren Hugger Møller</dc:creator>
			<guid isPermaLink="false">10504@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Jeg tror nærmere det er header.php du skal have fat i. Så vidt jeg lige kan se ligger deri en div med id &#38;quot;nav&#38;quot;, hvori menuen er.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Morten om "Søgefunktion i menuen"</title>
			<link>http://wp-danmark.dk/forum/topic/s%c3%b8gefunktion-i-menuen#post-10486</link>
			<pubDate>lør, 09 maj 2009 13:16:15 +0000</pubDate>
			<dc:creator>Morten</dc:creator>
			<guid isPermaLink="false">10486@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej&#60;/p&#62;
&#60;p&#62;Jeg kunne godt tænke mig at få en søge funktion ind i min menu længst til højre (det blå felt øverst er det jeg kalder menu). &#60;a href=&#34;http://www.vitalcoaching.dk&#34; rel=&#34;nofollow&#34;&#62;http://www.vitalcoaching.dk&#60;/a&#62;&#60;br /&#62;
Jeg kan ikke tilføje den via widget, så det må blive ad kode vejen.&#60;br /&#62;
Som jeg har forstået det er det min indexfil der skal gøres noget ved, ret mig hvis jeg tager fejl, og&#60;br /&#62;
min index fil ser således ud:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php get_header(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#38;quot;f-wrapper&#38;quot;&#38;gt;&#60;/p&#62;
&#60;p&#62; &#38;lt;?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62; &#38;lt;?php query_posts('showposts=2'); while (have_posts()) : the_post(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62; &#38;lt;div class=&#38;quot;f-post&#38;quot;&#38;gt;&#60;/p&#62;
&#60;p&#62;  &#38;lt;?php if( get_post_meta($post-&#38;gt;ID, &#38;quot;featured_thumb&#38;quot;, true) ): ?&#38;gt;&#38;lt;div class=&#38;quot;featured_thumb&#38;quot;&#38;gt;&#60;a href=&#34;&#38;quot;&#38;lt;?php&#34;&#62;&#38;quot; rel=&#38;quot;bookmark&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;&#38;lt;?php echo get_post_meta($post-&#38;gt;ID, &#38;quot;featured_thumb&#38;quot;, true); ?&#38;gt;&#38;quot; width=&#38;quot;230&#38;quot; height=&#38;quot;170&#38;quot; alt=&#38;quot;&#38;lt;?php the_title(); ?&#38;gt;&#38;quot; /&#38;gt;&#60;/a&#62;&#38;lt;/div&#38;gt;&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;  &#38;lt;h2&#38;gt;&#60;a href=&#34;&#38;quot;&#38;lt;?php&#34;&#62;&#38;quot;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#38;lt;/h2&#38;gt;&#60;/p&#62;
&#60;p&#62;  &#38;lt;div class=&#38;quot;entry&#38;quot;&#38;gt;&#38;lt;?php the_content(''); ?&#38;gt;&#38;lt;/div&#38;gt;&#60;a href=&#34;&#38;quot;&#38;lt;?php&#34;&#62;&#38;quot;&#38;gt;Read More&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;  &#38;lt;div class=&#38;quot;posted&#38;quot;&#38;gt;&#60;/p&#62;
&#60;p&#62;   Date: &#38;lt;span class=&#38;quot;date&#38;quot;&#38;gt;&#38;lt;?php the_time('F jS, Y'); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;   Category: &#38;lt;?php the_category(', '); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;   &#38;lt;/div&#38;gt;&#38;lt;div class=&#38;quot;clear&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62; &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;Osv.&#60;/p&#62;
&#60;p&#62;Er der nogen der ved hvordan dette gøres?&#60;/p&#62;
&#60;p&#62;På forhånd tak&#60;/p&#62;
&#60;p&#62;Dbh&#60;br /&#62;
Morten.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
