<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>KS Webdesign - Der Blog &#187; Schriftgröße</title>
	<atom:link href="http://webdesign-passau.com/wordpress/tag/schriftgrose/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdesign-passau.com/wordpress</link>
	<description></description>
	<lastBuildDate>Wed, 18 Apr 2012 07:28:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>WP 3 &#8211; Schriftgröße- und Art im HTML-Editor ändern</title>
		<link>http://webdesign-passau.com/wordpress/wp3-schrift-editor-aendern/</link>
		<comments>http://webdesign-passau.com/wordpress/wp3-schrift-editor-aendern/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 15:13:04 +0000</pubDate>
		<dc:creator>Klaus</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[Schriftart]]></category>
		<category><![CDATA[Schriftgröße]]></category>

		<guid isPermaLink="false">http://webdesign-passau.com/wordpress/?p=633</guid>
		<description><![CDATA[Habt ihr euch schon mal gefragt, wie man die Schriftgröße- und Art im Editor ändern kann? &#8230;Nein?&#8230; Macht nix, ich sag&#8217;s euch trotzdem. Dazu erstellen wir uns rasch ein kleines Plugin. Wir d.h. nicht ich sondern in diesem Falle alchymyth &#8230; <a href="http://webdesign-passau.com/wordpress/wp3-schrift-editor-aendern/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Habt ihr euch schon mal gefragt, wie man die Schriftgröße- und Art im Editor ändern kann?</p>
<p>&#8230;Nein?&#8230; Macht nix, ich sag&#8217;s euch trotzdem. <img src='http://webdesign-passau.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <span id="more-633"></span></p>
<p>Dazu erstellen wir uns rasch ein kleines Plugin. Wir d.h. <em>nicht</em> ich sondern in diesem Falle <a href="http://www.transformationpowertools.com/wordpress/" title="Externer Link">alchymyth</a> aus dem <a href="http://forum.wordpress-deutschland.org/mitglied/23424-alchymyth.html" title="Externer Link">WordPressforum</a>. Ihm gilt in diesem Falle auch mein besonderer Dank für seine Hilfe.</p>
<p class="abstandunten0 abstandoben2">Code des Plugins:</p>
<div class="beitragscode">
<ul>
<li><code>&lt;?php</code></li>
<li><code class="kommentarfarbe">/*</code></li>
<li><code class="kommentarfarbe">Plugin Name: Html Editor Font Size</code></li>
<li><code class="kommentarfarbe">Plugin author: alchymyth aus dem WordPressforum</code></li>
<li><code class="kommentarfarbe">Description: Schriftgröße- u. Art in der HTML-Ansicht des Editors ändern.</code></li>
<li><code class="kommentarfarbe">License: GPL2</code></li>
<li><code class="kommentarfarbe">*/</code></li>
<li><code>function custom_font_size_html_editor() {</code></li>
<li><code>echo '&lt;style type=&quot;text/css&quot;&gt; textarea#content {</code></li>
<li><code>font-size: 16px; font-family:calibri; }&lt;/style&gt;';</code></li>
<li><code>}</code></li>
<li><code>add_action('admin_head', 'custom_font_size_html_editor')?&gt;</code></li>
</ul>
</div>
<p>Die Datei könnt ihr z.B. <code>html-editor-font-size.php</code> nennen. Achtet bitte darauf das da keine unnötigen Leerstellen sind, damit es keinen Fehler gibt.</p>
<p>Schiebt es per <em>FTP</em> in den Pluginordner eurer WP-Installation und aktiviert es im <em>Backend</em>. Das war&#8217;s schon.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesign-passau.com/wordpress/wp3-schrift-editor-aendern/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

