<?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>Comments on: Make Codeigniter and WordPress Play Well Together</title>
	<atom:link href="http://philpalmieri.com/2009/06/codeigniter-and-wordpress-play-well-together/feed/" rel="self" type="application/rss+xml" />
	<link>http://philpalmieri.com/2009/06/codeigniter-and-wordpress-play-well-together/</link>
	<description>php, codeigniter, mysql, jquery, as3 &#38; flex</description>
	<lastBuildDate>Fri, 16 Jul 2010 18:29:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Phil</title>
		<link>http://philpalmieri.com/2009/06/codeigniter-and-wordpress-play-well-together/comment-page-1/#comment-1457</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Tue, 20 Apr 2010 15:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=90#comment-1457</guid>
		<description>in your WP Admin, make sure your Permalinks are setup to use the URI structure and not get vars.</description>
		<content:encoded><![CDATA[<p>in your WP Admin, make sure your Permalinks are setup to use the URI structure and not get vars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nithya</title>
		<link>http://philpalmieri.com/2009/06/codeigniter-and-wordpress-play-well-together/comment-page-1/#comment-1443</link>
		<dc:creator>nithya</dc:creator>
		<pubDate>Tue, 20 Apr 2010 04:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=90#comment-1443</guid>
		<description>I successfully integrated this, but i have a problem when  click on categories or archives link, the page redirected to www.exaple.com/blog?cat=1. then my codeignitor shows the pag not found error message, any one can help me that how to solve the link problem??thanks in advance</description>
		<content:encoded><![CDATA[<p>I successfully integrated this, but i have a problem when  click on categories or archives link, the page redirected to <a href="http://www.exaple.com/blog?cat=1" rel="nofollow">http://www.exaple.com/blog?cat=1</a>. then my codeignitor shows the pag not found error message, any one can help me that how to solve the link problem??thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://philpalmieri.com/2009/06/codeigniter-and-wordpress-play-well-together/comment-page-1/#comment-938</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 26 Feb 2010 07:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=90#comment-938</guid>
		<description>Hi phil,

I encountered a major problem in my setup ( didn&#039;t look at until now),

My dx_auth doesn&#039;t work anymore and i think it has to do with sessions. When i disable the WP intergration it works but when i enable WP. the logged_in isn&#039;t working anymore :(

i guess this returns false
return $this-&gt;ci-&gt;session-&gt;userdata(&#039;DX_logged_in&#039;);

do you know how to solve this session problem???</description>
		<content:encoded><![CDATA[<p>Hi phil,</p>
<p>I encountered a major problem in my setup ( didn&#8217;t look at until now),</p>
<p>My dx_auth doesn&#8217;t work anymore and i think it has to do with sessions. When i disable the WP intergration it works but when i enable WP. the logged_in isn&#8217;t working anymore <img src='http://philpalmieri.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>i guess this returns false<br />
return $this-&gt;ci-&gt;session-&gt;userdata(&#8216;DX_logged_in&#8217;);</p>
<p>do you know how to solve this session problem???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://philpalmieri.com/2009/06/codeigniter-and-wordpress-play-well-together/comment-page-1/#comment-929</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Tue, 23 Feb 2010 17:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=90#comment-929</guid>
		<description>I havn&#039;t tried in a sub folder, you may need to override your auto-links etc to be relative to your CI install</description>
		<content:encoded><![CDATA[<p>I havn&#8217;t tried in a sub folder, you may need to override your auto-links etc to be relative to your CI install</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://philpalmieri.com/2009/06/codeigniter-and-wordpress-play-well-together/comment-page-1/#comment-928</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Tue, 23 Feb 2010 17:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=90#comment-928</guid>
		<description>HI alex,
 in your loop in CI view you should be able to call the_permalink(); - this will auto generate the post link for you..   the problem is, you need to either have a module/controller structure setup in CI to handle those requests, or get creative with your CI routes and push all ^/blog to a wp controller that handles parsing the request.</description>
		<content:encoded><![CDATA[<p>HI alex,<br />
 in your loop in CI view you should be able to call the_permalink(); &#8211; this will auto generate the post link for you..   the problem is, you need to either have a module/controller structure setup in CI to handle those requests, or get creative with your CI routes and push all ^/blog to a wp controller that handles parsing the request.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://philpalmieri.com/2009/06/codeigniter-and-wordpress-play-well-together/comment-page-1/#comment-925</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 22 Feb 2010 23:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=90#comment-925</guid>
		<description>Sorry about commenting 3 times but this one explains it a bit better (i hope)

I have a CI install and WP in a subfolder. I can pull the posts in my CI views.
 I am having a bit of problem with the link to a wp-post. it doesn\&#039;t work.

Even the default from wp-admin and preview post ?p=123 doesn\&#039;t work. 

As i have installed WP in a subfolder i also tried /blog/?p=123 
I also disabled .htaccess

I the end i would be happy if all wp-posts are like reachable by /blog/seo-title 
and parsed with a CI view

Any tips, suggestions??

regards</description>
		<content:encoded><![CDATA[<p>Sorry about commenting 3 times but this one explains it a bit better (i hope)</p>
<p>I have a CI install and WP in a subfolder. I can pull the posts in my CI views.<br />
 I am having a bit of problem with the link to a wp-post. it doesn\&#8217;t work.</p>
<p>Even the default from wp-admin and preview post ?p=123 doesn\&#8217;t work. </p>
<p>As i have installed WP in a subfolder i also tried /blog/?p=123<br />
I also disabled .htaccess</p>
<p>I the end i would be happy if all wp-posts are like reachable by /blog/seo-title<br />
and parsed with a CI view</p>
<p>Any tips, suggestions??</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://philpalmieri.com/2009/06/codeigniter-and-wordpress-play-well-together/comment-page-1/#comment-923</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 22 Feb 2010 22:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=90#comment-923</guid>
		<description>oh and how do you make sure the seo url are correct? a quick test and i can\&#039;t see the preview of wp posts???</description>
		<content:encoded><![CDATA[<p>oh and how do you make sure the seo url are correct? a quick test and i can\&#8217;t see the preview of wp posts???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://philpalmieri.com/2009/06/codeigniter-and-wordpress-play-well-together/comment-page-1/#comment-921</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 22 Feb 2010 22:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=90#comment-921</guid>
		<description>Hi,

Looks like i am searching for i am going to try it out, but does it matter that i have WP installed in a subfolder???</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Looks like i am searching for i am going to try it out, but does it matter that i have WP installed in a subfolder???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shiro</title>
		<link>http://philpalmieri.com/2009/06/codeigniter-and-wordpress-play-well-together/comment-page-1/#comment-817</link>
		<dc:creator>Shiro</dc:creator>
		<pubDate>Thu, 17 Dec 2009 07:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=90#comment-817</guid>
		<description>Hello Phil, Thank you for your post, I got some idea how CI work with WP. 
Since the way you wrote is CI power up the website, not WP.
Basically the advantage just have a ready WP backend, and can directly use some of the WP function.

the page is generate from $this-&gt;load-&gt;view , correct me if I am wrong.

My goal is actually use WP to power up the website, inside the themes folder, I can use CI to power up the theme. is that possible?</description>
		<content:encoded><![CDATA[<p>Hello Phil, Thank you for your post, I got some idea how CI work with WP.<br />
Since the way you wrote is CI power up the website, not WP.<br />
Basically the advantage just have a ready WP backend, and can directly use some of the WP function.</p>
<p>the page is generate from $this->load->view , correct me if I am wrong.</p>
<p>My goal is actually use WP to power up the website, inside the themes folder, I can use CI to power up the theme. is that possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayson</title>
		<link>http://philpalmieri.com/2009/06/codeigniter-and-wordpress-play-well-together/comment-page-1/#comment-774</link>
		<dc:creator>Jayson</dc:creator>
		<pubDate>Thu, 10 Dec 2009 05:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://philpalmieri.com/?p=90#comment-774</guid>
		<description>Sorry, don\&#039;t mean to \&quot;spam\&quot; the comments but I figured out what was wrong with my code.
it wasn\&#039;t that codeigniter destroyed the $wp_query object but that to access it, I had to add

global $wp_query 

to my code. in case someone, sometime encounters the same problem. rookie mistake on scope</description>
		<content:encoded><![CDATA[<p>Sorry, don\&#8217;t mean to \&quot;spam\&quot; the comments but I figured out what was wrong with my code.<br />
it wasn\&#8217;t that codeigniter destroyed the $wp_query object but that to access it, I had to add</p>
<p>global $wp_query </p>
<p>to my code. in case someone, sometime encounters the same problem. rookie mistake on scope</p>
]]></content:encoded>
	</item>
</channel>
</rss>
