<?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: Facebook</title>
		<link>http://wp-danmark.dk/forum/topic/facebook-2</link>
		<description>WordPress DK Forum Topic: Facebook</description>
		<language>da-DK</language>
		<pubDate>Mon, 27 Jul 2026 17:19:55 +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/facebook-2" rel="self" type="application/rss+xml" />

		<item>
			<title>baxer om "Facebook"</title>
			<link>http://wp-danmark.dk/forum/topic/facebook-2#post-28552</link>
			<pubDate>ons, 20 jul 2011 18:37:10 +0000</pubDate>
			<dc:creator>baxer</dc:creator>
			<guid isPermaLink="false">28552@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Det var i single.php der var en fejl... Mange tak for hjælpen Steffen.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stffn om "Facebook"</title>
			<link>http://wp-danmark.dk/forum/topic/facebook-2#post-28548</link>
			<pubDate>ons, 20 jul 2011 14:24:54 +0000</pubDate>
			<dc:creator>stffn</dc:creator>
			<guid isPermaLink="false">28548@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Det lader til, at også single.php er forkert...&#60;br /&#62;
Prøv at kontakte udvikleren...&#60;/p&#62;
&#60;p&#62;Evt. prøv at slå Permalinks fra, og se om det hjælper.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>baxer om "Facebook"</title>
			<link>http://wp-danmark.dk/forum/topic/facebook-2#post-28547</link>
			<pubDate>ons, 20 jul 2011 14:20:49 +0000</pubDate>
			<dc:creator>baxer</dc:creator>
			<guid isPermaLink="false">28547@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Har det noget at gøre med at det er en statisk forside...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>baxer om "Facebook"</title>
			<link>http://wp-danmark.dk/forum/topic/facebook-2#post-28546</link>
			<pubDate>ons, 20 jul 2011 14:16:11 +0000</pubDate>
			<dc:creator>baxer</dc:creator>
			<guid isPermaLink="false">28546@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Det er der ikke efter hvad jeg kan se...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stffn om "Facebook"</title>
			<link>http://wp-danmark.dk/forum/topic/facebook-2#post-28544</link>
			<pubDate>ons, 20 jul 2011 14:01:48 +0000</pubDate>
			<dc:creator>stffn</dc:creator>
			<guid isPermaLink="false">28544@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Tjek at der ikke er nogle tegn eller mellemrum inden det første &#60;code&#62;&#38;lt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>baxer om "Facebook"</title>
			<link>http://wp-danmark.dk/forum/topic/facebook-2#post-28541</link>
			<pubDate>ons, 20 jul 2011 13:56:12 +0000</pubDate>
			<dc:creator>baxer</dc:creator>
			<guid isPermaLink="false">28541@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Er ikke så hård til php.&#60;/p&#62;
&#60;p&#62;Nogen forslag:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
/**&#60;br /&#62;
 * @package WordPress&#60;br /&#62;
 * @subpackage Tweaker2&#60;br /&#62;
 */&#60;/p&#62;
&#60;p&#62;get_header(); ?&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;container&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;div id=&#34;content&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;?php if(get_query_var('author_name')) :&#60;br /&#62;
			$curauth = get_user_by('slug', get_query_var('author_name'));&#60;br /&#62;
		else :&#60;br /&#62;
			$curauth = get_userdata(get_query_var('author'));&#60;br /&#62;
		endif; ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php if (have_posts()) : ?&#38;gt;&#60;br /&#62;
			&#38;lt;?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?&#38;gt;&#60;br /&#62;
			&#38;lt;?php /* If this is a category archive */ if (is_category()) { ?&#38;gt;&#60;br /&#62;
			&#38;lt;h2&#38;gt;&#38;lt;?php _e(&#34;Archive for the&#34;, &#34;tweaker2&#34;); ?&#38;gt; &#60;strong&#62;&#38;lt;?php single_cat_title(); ?&#38;gt;&#60;/strong&#62; &#38;lt;?php _e(&#34;Category&#34;, &#34;tweaker2&#34;); ?&#38;gt;&#38;lt;/h2&#38;gt;&#60;br /&#62;
			&#38;lt;?php /* If this is a tag archive */ } elseif( is_tag() ) { ?&#38;gt;&#60;br /&#62;
			&#38;lt;h2&#38;gt;&#38;lt;?php _e(&#34;Posts Tagged&#34;, &#34;tweaker2&#34;); ?&#38;gt; &#60;strong&#62;&#38;lt;?php single_tag_title(); ?&#38;gt;&#60;/strong&#62;&#38;lt;/h2&#38;gt;&#60;br /&#62;
			&#38;lt;?php /* If this is a daily archive */ } elseif (is_day()) { ?&#38;gt;&#60;br /&#62;
			&#38;lt;h2&#38;gt;&#38;lt;?php _e(&#34;Archive for&#34;, &#34;tweaker2&#34;); ?&#38;gt; &#60;strong&#62;&#38;lt;?php the_time( 'j F Y' ); ?&#38;gt;&#60;/strong&#62;&#38;lt;/h2&#38;gt;&#60;br /&#62;
			&#38;lt;?php /* If this is a monthly archive */ } elseif (is_month()) { ?&#38;gt;&#60;br /&#62;
			&#38;lt;h2&#38;gt;&#38;lt;?php _e(&#34;Archive for&#34;, &#34;tweaker2&#34;); ?&#38;gt; &#60;strong&#62;&#38;lt;?php the_time( 'F Y' ); ?&#38;gt;&#60;/strong&#62;&#38;lt;/h2&#38;gt;&#60;br /&#62;
			&#38;lt;?php /* If this is a yearly archive */ } elseif (is_year()) { ?&#38;gt;&#60;br /&#62;
			&#38;lt;h2&#38;gt;&#38;lt;?php _e(&#34;Archive for&#34;, &#34;tweaker2&#34;); ?&#38;gt; &#60;strong&#62;&#38;lt;?php the_time( 'Y' ); ?&#38;gt;&#60;/strong&#62;&#38;lt;/h2&#38;gt;&#60;br /&#62;
			&#38;lt;?php /* If this is an author archive */ } elseif (is_author()) { ?&#38;gt;&#60;br /&#62;
			&#38;lt;h2&#38;gt;&#38;lt;?php _e(&#34;Author Archive - &#34;, &#34;tweaker2&#34;); ?&#38;gt;&#38;lt;?php echo $curauth-&#38;gt;nickname; ?&#38;gt;&#38;lt;/h2&#38;gt;&#60;br /&#62;
			&#38;lt;?php /* If this is a paged archive */ } elseif (isset($_GET['paged']) &#38;amp;&#38;amp; !empty($_GET['paged'])) { ?&#38;gt;&#60;br /&#62;
			&#38;lt;h2&#38;gt;&#38;lt;?php _e(&#34;Blog Archives&#34;, &#34;tweaker2&#34;); ?&#38;gt;&#38;lt;/h2&#38;gt;&#60;br /&#62;
			&#38;lt;?php } ?&#38;gt;&#60;br /&#62;
			&#38;lt;?php get_template_part( 'main-loop' ); ?&#38;gt;&#60;br /&#62;
			&#38;lt;?php if(function_exists( 'wp_pagenavi' )) { ?&#38;gt;&#60;br /&#62;
				&#38;lt;div class=&#34;page-navi&#34;&#38;gt;&#60;br /&#62;
					&#38;lt;?php wp_pagenavi(); ?&#38;gt;&#60;br /&#62;
				&#38;lt;/div&#38;gt;&#60;br /&#62;
			&#38;lt;?php } else { ?&#38;gt;&#60;br /&#62;
				&#38;lt;div class=&#34;navigation&#34;&#38;gt;&#60;br /&#62;
					&#38;lt;div class=&#34;navigation-left&#34;&#38;gt;&#38;lt;?php next_posts_link( __( '&#38;laquo; Older Entries', 'tweaker2') ) ?&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
					&#38;lt;div class=&#34;navigation-right&#34;&#38;gt;&#38;lt;?php previous_posts_link( __( 'Newer Entries &#38;raquo;', 'tweaker2') ) ?&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
				&#38;lt;/div&#38;gt;&#60;br /&#62;
			&#38;lt;?php } ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
	&#38;lt;/div&#38;gt;&#60;br /&#62;
	&#38;lt;?php get_sidebar(); ?&#38;gt;&#60;br /&#62;
	&#38;lt;?php get_footer(); ?&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stffn om "Facebook"</title>
			<link>http://wp-danmark.dk/forum/topic/facebook-2#post-28538</link>
			<pubDate>ons, 20 jul 2011 12:40:28 +0000</pubDate>
			<dc:creator>stffn</dc:creator>
			<guid isPermaLink="false">28538@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hele header sektionen mangler på den side man kommer til.&#60;br /&#62;
Prøv at se i din &#60;code&#62;archives.php&#60;/code&#62; (tror jeg nok den hedder) og se om der er en fejl i koden.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>baxer om "Facebook"</title>
			<link>http://wp-danmark.dk/forum/topic/facebook-2#post-28535</link>
			<pubDate>ons, 20 jul 2011 11:09:29 +0000</pubDate>
			<dc:creator>baxer</dc:creator>
			<guid isPermaLink="false">28535@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Når indlæget deles på facebook og man så klikker på linket ser det forkert ud..&#60;br /&#62;
Vil gerne msn ser indlæget som det vises på hjemmesiden...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Linda Kristiansen om "Facebook"</title>
			<link>http://wp-danmark.dk/forum/topic/facebook-2#post-28534</link>
			<pubDate>ons, 20 jul 2011 10:58:23 +0000</pubDate>
			<dc:creator>Linda Kristiansen</dc:creator>
			<guid isPermaLink="false">28534@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Er det den over indlæggende eller den ude i højre side?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>baxer om "Facebook"</title>
			<link>http://wp-danmark.dk/forum/topic/facebook-2#post-28533</link>
			<pubDate>ons, 20 jul 2011 10:56:29 +0000</pubDate>
			<dc:creator>baxer</dc:creator>
			<guid isPermaLink="false">28533@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Glemte lige siden samt tema&#60;/p&#62;
&#60;p&#62;tweaker2 2.0.6 ...&#60;br /&#62;
&#60;a href=&#34;http://www.hampenmx.dk/&#34; rel=&#34;nofollow&#34;&#62;http://www.hampenmx.dk/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>baxer om "Facebook"</title>
			<link>http://wp-danmark.dk/forum/topic/facebook-2#post-28531</link>
			<pubDate>ons, 20 jul 2011 10:35:19 +0000</pubDate>
			<dc:creator>baxer</dc:creator>
			<guid isPermaLink="false">28531@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej.&#60;br /&#62;
Jeg har hentet en facebook plugin så man kan dele mine indlæg på sin facebook side.&#60;br /&#62;
Men det er ikke særligt kønt den måde det vises på... Kan det ændres..&#60;/p&#62;
&#60;p&#62;Hilsen Baxer
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
