<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Chris Wheeler's Blog</title>
	<link>http://www.wheelerc.com/blog</link>
	<description>Web Development Blog</description>
	<pubDate>Sat, 31 Jul 2010 00:12:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>Comment on Integrating Wordpress into Smarty by Chris Wheeler</title>
		<link>http://www.wheelerc.com/blog/2007/05/16/integrating-wordpress-with-smarty/#comment-89</link>
		<author>Chris Wheeler</author>
		<pubDate>Mon, 12 Apr 2010 17:53:14 +0000</pubDate>
		<guid>http://www.wheelerc.com/blog/2007/05/16/integrating-wordpress-with-smarty/#comment-89</guid>
		<description>Hi Evelen,

Thanks for the comment - this article was written back in 2007 so I think the WordPress code may have changed a bit - hopefully your comments will be of use to others wanting to do this - I'll update the post to direct people to the comments as there has been some other good points raised.

- Chris</description>
		<content:encoded><![CDATA[<p>Hi Evelen,</p>
<p>Thanks for the comment - this article was written back in 2007 so I think the WordPress code may have changed a bit - hopefully your comments will be of use to others wanting to do this - I&#8217;ll update the post to direct people to the comments as there has been some other good points raised.</p>
<p>- Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Wordpress into Smarty by eleven</title>
		<link>http://www.wheelerc.com/blog/2007/05/16/integrating-wordpress-with-smarty/#comment-88</link>
		<author>eleven</author>
		<pubDate>Mon, 12 Apr 2010 15:32:22 +0000</pubDate>
		<guid>http://www.wheelerc.com/blog/2007/05/16/integrating-wordpress-with-smarty/#comment-88</guid>
		<description>Great starting point, but I think that in the sake of example, you should have made this based on a RAW installation of wordpress, as in "wp-content" / "wp-include" directory structure.

I've been working on this all morning, and i've found a simplier solution:

1- Add this to your smarty PHP calling the blog:

	define('WP_USE_THEMES', false);  // NOTE the 'FALSE' here!!!!
	require('../wordpress/wp-blog-header.php');

2- Add this to your TPL

{include_php file='wp-content/themes/classic/index.php'}
// Change to the path of your structure

3- change the BLOG URL in the WP Admin area &#62; General Options
       You need to make this URL relative to your page content, so you won't have bad links!


Hope it helps!</description>
		<content:encoded><![CDATA[<p>Great starting point, but I think that in the sake of example, you should have made this based on a RAW installation of wordpress, as in &#8220;wp-content&#8221; / &#8220;wp-include&#8221; directory structure.</p>
<p>I&#8217;ve been working on this all morning, and i&#8217;ve found a simplier solution:</p>
<p>1- Add this to your smarty PHP calling the blog:</p>
<p>	define(&#8217;WP_USE_THEMES&#8217;, false);  // NOTE the &#8216;FALSE&#8217; here!!!!<br />
	require(&#8217;../wordpress/wp-blog-header.php&#8217;);</p>
<p>2- Add this to your TPL</p>
<p>{include_php file=&#8217;wp-content/themes/classic/index.php&#8217;}<br />
// Change to the path of your structure</p>
<p>3- change the BLOG URL in the WP Admin area &gt; General Options<br />
       You need to make this URL relative to your page content, so you won&#8217;t have bad links!</p>
<p>Hope it helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Wordpress into Smarty by Wordpress integrieren - Seite 2 - JTL-Software Supportforum f</title>
		<link>http://www.wheelerc.com/blog/2007/05/16/integrating-wordpress-with-smarty/#comment-83</link>
		<author>Wordpress integrieren - Seite 2 - JTL-Software Supportforum f</author>
		<pubDate>Sun, 03 Jan 2010 13:59:28 +0000</pubDate>
		<guid>http://www.wheelerc.com/blog/2007/05/16/integrating-wordpress-with-smarty/#comment-83</guid>
		<description>[...] eine Anleitung, wie man eine Wordpress Installation in bereits vorhandene Smarty Inhalte einf</description>
		<content:encoded><![CDATA[<p>[&#8230;] eine Anleitung, wie man eine Wordpress Installation in bereits vorhandene Smarty Inhalte einf</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Wordpress into Smarty by PHK Corporation</title>
		<link>http://www.wheelerc.com/blog/2007/05/16/integrating-wordpress-with-smarty/#comment-81</link>
		<author>PHK Corporation</author>
		<pubDate>Thu, 24 Dec 2009 20:29:39 +0000</pubDate>
		<guid>http://www.wheelerc.com/blog/2007/05/16/integrating-wordpress-with-smarty/#comment-81</guid>
		<description>A Smarty for Wordpress plugin is NOW available for download at http://wordpress.org/extend/plugins/smarty-for-wordpress/ this is NOT a hack but a modification of the latest smarty version to work under wordpress.</description>
		<content:encoded><![CDATA[<p>A Smarty for Wordpress plugin is NOW available for download at <a href="http://wordpress.org/extend/plugins/smarty-for-wordpress/" rel="nofollow">http://wordpress.org/extend/plugins/smarty-for-wordpress/</a> this is NOT a hack but a modification of the latest smarty version to work under wordpress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Wordpress into Smarty by Niels</title>
		<link>http://www.wheelerc.com/blog/2007/05/16/integrating-wordpress-with-smarty/#comment-80</link>
		<author>Niels</author>
		<pubDate>Thu, 03 Dec 2009 09:57:44 +0000</pubDate>
		<guid>http://www.wheelerc.com/blog/2007/05/16/integrating-wordpress-with-smarty/#comment-80</guid>
		<description>Thanks for sharing! I spend a while trying to enable Worpress integration in a ECommerce System using Smarty, this post helped a lot :)</description>
		<content:encoded><![CDATA[<p>Thanks for sharing! I spend a while trying to enable Worpress integration in a ECommerce System using Smarty, this post helped a lot <img src='http://www.wheelerc.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Wordpress into Smarty by Elektronaut</title>
		<link>http://www.wheelerc.com/blog/2007/05/16/integrating-wordpress-with-smarty/#comment-79</link>
		<author>Elektronaut</author>
		<pubDate>Wed, 25 Nov 2009 17:46:35 +0000</pubDate>
		<guid>http://www.wheelerc.com/blog/2007/05/16/integrating-wordpress-with-smarty/#comment-79</guid>
		<description>This is a great tutorial.. Really helped me a lot with the development on my new website. 

However, I have one small thing I cannot seem to get working. Since my Smarty setup uses a map called pages (which holds my php pages) the url re-writing for permalinks won't work. I've tried a couple of things, but couldn't get it working :(

Could you please help me out here?

So instead of www.domain.com/blog.php i have www.domain.com/pages/blog.php

Thanks!</description>
		<content:encoded><![CDATA[<p>This is a great tutorial.. Really helped me a lot with the development on my new website. </p>
<p>However, I have one small thing I cannot seem to get working. Since my Smarty setup uses a map called pages (which holds my php pages) the url re-writing for permalinks won&#8217;t work. I&#8217;ve tried a couple of things, but couldn&#8217;t get it working <img src='http://www.wheelerc.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Could you please help me out here?</p>
<p>So instead of <a href="http://www.domain.com/blog.php" rel="nofollow">www.domain.com/blog.php</a> i have <a href="http://www.domain.com/pages/blog.php" rel="nofollow">www.domain.com/pages/blog.php</a></p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Smarty on Linux by jordan</title>
		<link>http://www.wheelerc.com/blog/2007/05/17/test/#comment-71</link>
		<author>jordan</author>
		<pubDate>Fri, 12 Jun 2009 08:39:25 +0000</pubDate>
		<guid>http://www.wheelerc.com/blog/2007/05/17/test/#comment-71</guid>
		<description>about smarty i install but where i have to install i am confuse that /usr/local/lib/php/  just a place for extract smarty???? plese im sooo confuse</description>
		<content:encoded><![CDATA[<p>about smarty i install but where i have to install i am confuse that /usr/local/lib/php/  just a place for extract smarty???? plese im sooo confuse</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Smarty on Linux by jordan</title>
		<link>http://www.wheelerc.com/blog/2007/05/17/test/#comment-70</link>
		<author>jordan</author>
		<pubDate>Fri, 12 Jun 2009 08:37:19 +0000</pubDate>
		<guid>http://www.wheelerc.com/blog/2007/05/17/test/#comment-70</guid>
		<description>Thanks for your suggestion but i cant move properly because i am confused about WebRoot actuall i am using centos5 could you tell me what is my webroot
in my opeanion /var/www/html 
is webroot am i right?????
millions thans for answer
please</description>
		<content:encoded><![CDATA[<p>Thanks for your suggestion but i cant move properly because i am confused about WebRoot actuall i am using centos5 could you tell me what is my webroot<br />
in my opeanion /var/www/html<br />
is webroot am i right?????<br />
millions thans for answer<br />
please</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing font size with JavaScript by Abraham</title>
		<link>http://www.wheelerc.com/blog/2007/05/25/changing-font-size-with-javascript/#comment-69</link>
		<author>Abraham</author>
		<pubDate>Thu, 30 Apr 2009 22:06:34 +0000</pubDate>
		<guid>http://www.wheelerc.com/blog/2007/05/25/changing-font-size-with-javascript/#comment-69</guid>
		<description>Can i change just a one style text? for example the principal text of my site ?  can i change just this text_prin style?

please help me</description>
		<content:encoded><![CDATA[<p>Can i change just a one style text? for example the principal text of my site ?  can i change just this text_prin style?</p>
<p>please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing font size with JavaScript by Abraham</title>
		<link>http://www.wheelerc.com/blog/2007/05/25/changing-font-size-with-javascript/#comment-68</link>
		<author>Abraham</author>
		<pubDate>Thu, 30 Apr 2009 22:04:47 +0000</pubDate>
		<guid>http://www.wheelerc.com/blog/2007/05/25/changing-font-size-with-javascript/#comment-68</guid>
		<description>Hello

i can change just a font size of just one style(css)?

i dont want to change all the font size of my site just the principal text, and it has a  

you can help me? please</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>i can change just a font size of just one style(css)?</p>
<p>i dont want to change all the font size of my site just the principal text, and it has a  </p>
<p>you can help me? please</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<br />
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /home/wheelerc/public_html/blog/wp-includes/feed-rss2-comments.php:4) in <b>/home/wheelerc/classes/page.php</b> on line <b>18</b><br />
