<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Komentarze do: MT White- WordPress.</title>
	<atom:link href="http://tommek.eu/web/wordpress-phpbb3-themes/mt-white-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://tommek.eu/web/wordpress-phpbb3-themes/mt-white-wordpress/</link>
	<description>Tomasz Mazur - Portfolio</description>
	<lastBuildDate>Mon, 06 Sep 2010 19:04:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Autor: Lana Wynne</title>
		<link>http://tommek.eu/web/wordpress-phpbb3-themes/mt-white-wordpress/#comment-3932</link>
		<dc:creator>Lana Wynne</dc:creator>
		<pubDate>Fri, 25 Jun 2010 04:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://tommek.eu/?p=511#comment-3932</guid>
		<description>I am having a very difficult time with the header in the new Wordpress 3.0. Can anyone provide some support to get a custom header in there? Heck now the original header is not showing up when I edit header.php with the original code.</description>
		<content:encoded><![CDATA[<p>I am having a very difficult time with the header in the new WordPress 3.0. Can anyone provide some support to get a custom header in there? Heck now the original header is not showing up when I edit header.php with the original code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Heather</title>
		<link>http://tommek.eu/web/wordpress-phpbb3-themes/mt-white-wordpress/#comment-3922</link>
		<dc:creator>Heather</dc:creator>
		<pubDate>Fri, 19 Mar 2010 03:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://tommek.eu/?p=511#comment-3922</guid>
		<description>Help, please, I reinstalled the theme and the home page layout is a mess.  The right sidebar is a the bottom of the page.</description>
		<content:encoded><![CDATA[<p>Help, please, I reinstalled the theme and the home page layout is a mess.  The right sidebar is a the bottom of the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Heather</title>
		<link>http://tommek.eu/web/wordpress-phpbb3-themes/mt-white-wordpress/#comment-3921</link>
		<dc:creator>Heather</dc:creator>
		<pubDate>Thu, 18 Mar 2010 00:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://tommek.eu/?p=511#comment-3921</guid>
		<description>Oops, I figured out that I had to highlight text that I want to make into a link.  Sorry! 

Here is another question:

May I move the date at the top of the post to below the Title of the post?  May I move the Comments indicator to the bottom of the post?  How do I do this?

I would like to see: 
1. the Title of my post
2. the date
3. the post
4. the comment indicator (counter)

Thanks,
Heather</description>
		<content:encoded><![CDATA[<p>Oops, I figured out that I had to highlight text that I want to make into a link.  Sorry! </p>
<p>Here is another question:</p>
<p>May I move the date at the top of the post to below the Title of the post?  May I move the Comments indicator to the bottom of the post?  How do I do this?</p>
<p>I would like to see:<br />
1. the Title of my post<br />
2. the date<br />
3. the post<br />
4. the comment indicator (counter)</p>
<p>Thanks,<br />
Heather</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Heather</title>
		<link>http://tommek.eu/web/wordpress-phpbb3-themes/mt-white-wordpress/#comment-3920</link>
		<dc:creator>Heather</dc:creator>
		<pubDate>Wed, 17 Mar 2010 23:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://tommek.eu/?p=511#comment-3920</guid>
		<description>I&#039;m very new to Wordpress and have chosen your theme. 

I&#039;m trying to add a link to another website in my post and the link icons (insert and unlink) aren&#039;t accessible.  The link is in the Links area, but I can&#039;t get to it.  When writing my new post, I tried to switch to HTML and entered my link into the popup box but it made the entire paragraph a link.  Please help me as I plan on adding links frequently.</description>
		<content:encoded><![CDATA[<p>I&#8217;m very new to WordPress and have chosen your theme. </p>
<p>I&#8217;m trying to add a link to another website in my post and the link icons (insert and unlink) aren&#8217;t accessible.  The link is in the Links area, but I can&#8217;t get to it.  When writing my new post, I tried to switch to HTML and entered my link into the popup box but it made the entire paragraph a link.  Please help me as I plan on adding links frequently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Allan Keller</title>
		<link>http://tommek.eu/web/wordpress-phpbb3-themes/mt-white-wordpress/#comment-3918</link>
		<dc:creator>Allan Keller</dc:creator>
		<pubDate>Sun, 14 Mar 2010 03:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://tommek.eu/?p=511#comment-3918</guid>
		<description>Hello, and thank you for creating the MT White template. I like the layout and the scheme.

I found, however, that text in the &#039;about&#039; field will add slashes to single and double quotes as well as backslashes. The problem stems from the textt being coded into the database with slashes, then not having those slashes stripped when displaying the text in the webpage or in the options page. Here is my solution...

In functions.php, line 281. add stripslashes(...) to the first item that is echoed:
{ echo stripslashes(get_settings( $value[&#039;id&#039;] )); }

In scriptsabout.php, line 8, do the same thing:
{ ?&gt;&lt;?php }

The first change fixes the display in the options page, and the second change fixes the display on the webpage.

I hope that someone else will benefit from my troubleshooting.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hello, and thank you for creating the MT White template. I like the layout and the scheme.</p>
<p>I found, however, that text in the &#8216;about&#8217; field will add slashes to single and double quotes as well as backslashes. The problem stems from the textt being coded into the database with slashes, then not having those slashes stripped when displaying the text in the webpage or in the options page. Here is my solution&#8230;</p>
<p>In functions.php, line 281. add stripslashes(&#8230;) to the first item that is echoed:<br />
{ echo stripslashes(get_settings( $value['id'] )); }</p>
<p>In scriptsabout.php, line 8, do the same thing:<br />
{ ?&gt;&lt;?php }</p>
<p>The first change fixes the display in the options page, and the second change fixes the display on the webpage.</p>
<p>I hope that someone else will benefit from my troubleshooting.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
