<?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: Min wordpress side er helt nede</title>
		<link>http://wp-danmark.dk/forum/topic/min-wordpress-side-er-helt-nede</link>
		<description>WordPress DK Forum Topic: Min wordpress side er helt nede</description>
		<language>da-DK</language>
		<pubDate>Sat, 26 Sep 2026 23:37:29 +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/min-wordpress-side-er-helt-nede" rel="self" type="application/rss+xml" />

		<item>
			<title>John om "Min wordpress side er helt nede"</title>
			<link>http://wp-danmark.dk/forum/topic/min-wordpress-side-er-helt-nede#post-60835</link>
			<pubDate>man, 19 jan 2015 12:37:37 +0000</pubDate>
			<dc:creator>John</dc:creator>
			<guid isPermaLink="false">60835@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://wp-danmark.dk/forum/topic/css-problemer&#34; rel=&#34;nofollow&#34;&#62;http://wp-danmark.dk/forum/topic/css-problemer&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pellepdk om "Min wordpress side er helt nede"</title>
			<link>http://wp-danmark.dk/forum/topic/min-wordpress-side-er-helt-nede#post-60834</link>
			<pubDate>man, 19 jan 2015 12:29:38 +0000</pubDate>
			<dc:creator>Pellepdk</dc:creator>
			<guid isPermaLink="false">60834@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Det lyder rimelig indviklet, når man ikke er den store haj
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stffn om "Min wordpress side er helt nede"</title>
			<link>http://wp-danmark.dk/forum/topic/min-wordpress-side-er-helt-nede#post-60833</link>
			<pubDate>man, 19 jan 2015 12:01:49 +0000</pubDate>
			<dc:creator>stffn</dc:creator>
			<guid isPermaLink="false">60833@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;&#60;blockquote&#62;Men hvordan vil du anbefale at jeg kan skifte skrifttype? Bruger temaet boksy&#60;/blockquote&#62;&#60;/p&#62;
&#60;p&#62;Du skal oprette et childtheme og rette det i CSS filen.&#60;br /&#62;
Det er den rigtige måde at gøre det på.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pellepdk om "Min wordpress side er helt nede"</title>
			<link>http://wp-danmark.dk/forum/topic/min-wordpress-side-er-helt-nede#post-60832</link>
			<pubDate>man, 19 jan 2015 11:48:45 +0000</pubDate>
			<dc:creator>Pellepdk</dc:creator>
			<guid isPermaLink="false">60832@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Problemet er løst nu. &#60;/p&#62;
&#60;p&#62;Men hvordan vil du anbefale at jeg kan skifte skrifttype? Bruger temaet boksy&#60;/p&#62;
&#60;p&#62;På forhånd tak
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jensnyhavn om "Min wordpress side er helt nede"</title>
			<link>http://wp-danmark.dk/forum/topic/min-wordpress-side-er-helt-nede#post-60831</link>
			<pubDate>man, 19 jan 2015 10:06:06 +0000</pubDate>
			<dc:creator>jensnyhavn</dc:creator>
			<guid isPermaLink="false">60831@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Det er din functions.php der er defekt. Det lettest er at uploade en ny via FTP. Dette plugin &#60;a href=&#34;https://wordpress.org/plugins/wp-edit/&#34; rel=&#34;nofollow&#34;&#62;https://wordpress.org/plugins/wp-edit/&#60;/a&#62; giver dig mulighed for at rette skrifttype direkte i editoren.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pellepdk om "Min wordpress side er helt nede"</title>
			<link>http://wp-danmark.dk/forum/topic/min-wordpress-side-er-helt-nede#post-60830</link>
			<pubDate>man, 19 jan 2015 09:48:16 +0000</pubDate>
			<dc:creator>Pellepdk</dc:creator>
			<guid isPermaLink="false">60830@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Fulgte denne guide:&#60;/p&#62;
&#60;p&#62;Hvis du benytter wordpress visuelle editor når du skriver artikler, har du måske brug for at ændre fonten/skrifttypen. Denne vejledning viser hurtigt hvordan du ændre skrifttypen på din wordpress side.&#60;/p&#62;
&#60;p&#62;Der er intet kompliceret i dette. Du skal bare tilføje nedenstående kode til din funktions.php fil.&#60;/p&#62;
&#60;p&#62;add_action( ‘admin_head-post.php’, ‘devpress_fix_html_editor_font’ );&#60;/p&#62;
&#60;p&#62;add_action( ‘admin_head-post-new.php’, ‘devpress_fix_html_editor_font’ );&#60;/p&#62;
&#60;p&#62;function devpress_fix_html_editor_font() { ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;style type=”text/css”&#38;gt;#editorcontainer #content, #wp_mce_fullscreen { font-family: Georgia, “Times New Roman”, “Bitstream Charter”, Times, serif; }&#38;lt;/style&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php }&#60;/p&#62;
&#60;p&#62;Hvis du blot indsætter koden herovre, uden at ændre det, vil skrift typen blive ændret til Georgia.&#60;br /&#62;
Linjen font-family: “Georgia” “Times New Roman” kan ændres til dit skrifttyper du ønsker at benytte.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pellepdk om "Min wordpress side er helt nede"</title>
			<link>http://wp-danmark.dk/forum/topic/min-wordpress-side-er-helt-nede#post-60828</link>
			<pubDate>man, 19 jan 2015 09:43:37 +0000</pubDate>
			<dc:creator>Pellepdk</dc:creator>
			<guid isPermaLink="false">60828@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Jeg var inde i funktions.php fil og prøvede at ændre den derinde
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jensnyhavn om "Min wordpress side er helt nede"</title>
			<link>http://wp-danmark.dk/forum/topic/min-wordpress-side-er-helt-nede#post-60821</link>
			<pubDate>man, 19 jan 2015 00:50:46 +0000</pubDate>
			<dc:creator>jensnyhavn</dc:creator>
			<guid isPermaLink="false">60821@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;hvor? hvordan?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pellepdk om "Min wordpress side er helt nede"</title>
			<link>http://wp-danmark.dk/forum/topic/min-wordpress-side-er-helt-nede#post-60820</link>
			<pubDate>man, 19 jan 2015 00:44:56 +0000</pubDate>
			<dc:creator>Pellepdk</dc:creator>
			<guid isPermaLink="false">60820@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Ja var igang med at ændre i skrifttypen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jensnyhavn om "Min wordpress side er helt nede"</title>
			<link>http://wp-danmark.dk/forum/topic/min-wordpress-side-er-helt-nede#post-60819</link>
			<pubDate>man, 19 jan 2015 00:39:07 +0000</pubDate>
			<dc:creator>jensnyhavn</dc:creator>
			<guid isPermaLink="false">60819@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Har du ændret i temaets functions.php? Eller hvordan opstod fejlen?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pellepdk om "Min wordpress side er helt nede"</title>
			<link>http://wp-danmark.dk/forum/topic/min-wordpress-side-er-helt-nede#post-60818</link>
			<pubDate>man, 19 jan 2015 00:09:42 +0000</pubDate>
			<dc:creator>Pellepdk</dc:creator>
			<guid isPermaLink="false">60818@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Har denne side &#60;a href=&#34;http://www.elskergodmad.dk&#34; rel=&#34;nofollow&#34;&#62;http://www.elskergodmad.dk&#60;/a&#62;&#60;br /&#62;
Men kan intet gøre, heller ikke logge ind på kontrolpanelet.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
