<?xml version="1.0" encoding="UTF-8"?><!-- generator="voodish/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Display Wordpress content from Outside Wordpress</title>
	<link>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/</link>
	<description>Web Tech, General News, Reviews and analysis</description>
	<pubDate>Fri, 10 Feb 2012 11:06:07 +0000</pubDate>
	<generator>http://voodish.org/?v=2.1.2</generator>

	<item>
		<title>By: manele</title>
		<link>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-610</link>
		<author>manele</author>
		<pubDate>Sun, 06 Jan 2008 07:35:16 +0000</pubDate>
		<guid>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-610</guid>
					<description>thx for this little tutorial! One digg from me :)</description>
		<content:encoded><![CDATA[<p>thx for this little tutorial! One digg from me <img src='http://www.voodish.co.uk/articles/v-includes/images/smilies/icon_smile.gif' alt=':)' class='v-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: WordPress Plugins and Tips - optimize your WordPress Blog</title>
		<link>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-1141</link>
		<author>WordPress Plugins and Tips - optimize your WordPress Blog</author>
		<pubDate>Sun, 17 Feb 2008 22:28:51 +0000</pubDate>
		<guid>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-1141</guid>
					<description>[...] Display Wordpress content from Outside Wordpress - Ever wanted to call Wordpress functions from outside the Wordpress installation?, no plugin required, just a few lines of code. Using this snippet you can list post titles, even excerpts or comments outside of Wordpress on your website without having to g [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Display Wordpress content from Outside Wordpress - Ever wanted to call Wordpress functions from outside the Wordpress installation?, no plugin required, just a few lines of code. Using this snippet you can list post titles, even excerpts or comments outside of Wordpress on your website without having to g [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: mccormicky</title>
		<link>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-3200</link>
		<author>mccormicky</author>
		<pubDate>Fri, 12 Sep 2008 10:12:14 +0000</pubDate>
		<guid>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-3200</guid>
					<description>I Digg,too! Dugg? Thanks for this!</description>
		<content:encoded><![CDATA[<p>I Digg,too! Dugg? Thanks for this!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Synergy Informatics</title>
		<link>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-3458</link>
		<author>Synergy Informatics</author>
		<pubDate>Fri, 03 Oct 2008 15:58:53 +0000</pubDate>
		<guid>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-3458</guid>
					<description>simple yet mighty, 

Thanks for this...</description>
		<content:encoded><![CDATA[<p>simple yet mighty, </p>
<p>Thanks for this&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Alexdaklak</title>
		<link>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-3809</link>
		<author>Alexdaklak</author>
		<pubDate>Fri, 17 Oct 2008 02:00:41 +0000</pubDate>
		<guid>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-3809</guid>
					<description>Can I get to another website?</description>
		<content:encoded><![CDATA[<p>Can I get to another website?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: admin</title>
		<link>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-3816</link>
		<author>admin</author>
		<pubDate>Fri, 17 Oct 2008 07:06:51 +0000</pubDate>
		<guid>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-3816</guid>
					<description>@Alexdaklak
You would have to have access to the aforementioned files on the other website.

&lt;strong&gt;However&lt;/strong&gt; you could just hook up into their RSS feed, like so:
&lt;blockquote&gt;
[script type="text/javascript" src="http://www.google.com/reader/ui/
publisher-en.js"][/script]
[script type="text/javascript" src="http://www.google.com/reader/public/javascript/feed/http://www.voodish.co.uk/articles/v-feed.php?n=9&#38;callback=GRC_p(%7Bc%3A'-'%2Ct%3A''%2Cs
%3A'false'%7D)%3Bnew%20GRC&#38;hl=en"][/script]
&lt;/blockquote&gt;

please note you should replace [ ] with &lt; &gt; respectively.
Hope this helps</description>
		<content:encoded><![CDATA[<p>@Alexdaklak<br />
You would have to have access to the aforementioned files on the other website.</p>
<p><strong>However</strong> you could just hook up into their RSS feed, like so:</p>
<blockquote><p>
[script type=&#8221;text/javascript&#8221; src=&#8221;http://www.google.com/reader/ui/<br />
publisher-en.js&#8221;][/script]<br />
[script type=&#8221;text/javascript&#8221; src=&#8221;http://www.google.com/reader/public/javascript/feed/http://www.voodish.co.uk/articles/v-feed.php?n=9&amp;callback=GRC_p(%7Bc%3A&#8217;-'%2Ct%3A&#8221;%2Cs<br />
%3A&#8217;false&#8217;%7D)%3Bnew%20GRC&amp;hl=en&#8221;][/script]
</p></blockquote>
<p>please note you should replace [ ] with <> respectively.<br />
Hope this helps</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Joy</title>
		<link>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-4484</link>
		<author>Joy</author>
		<pubDate>Wed, 05 Nov 2008 13:55:46 +0000</pubDate>
		<guid>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-4484</guid>
					<description>This looks good {except for the specifics of calling wp()}, but when I try it on a clean 2.6.3 I get a fatal error inside wp-settings.php that a member function is being called on a non-object. It's talking about the $wpdb object calling set_prefix. I can't see why there would be a problem since WP works in every other way. Two lines up it checks !empty($wpdb-&#62;error without complaint.
What am I missing?</description>
		<content:encoded><![CDATA[<p>This looks good {except for the specifics of calling wp()}, but when I try it on a clean 2.6.3 I get a fatal error inside wp-settings.php that a member function is being called on a non-object. It&#8217;s talking about the $wpdb object calling set_prefix. I can&#8217;t see why there would be a problem since WP works in every other way. Two lines up it checks !empty($wpdb-&gt;error without complaint.<br />
What am I missing?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Joy</title>
		<link>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-4631</link>
		<author>Joy</author>
		<pubDate>Tue, 11 Nov 2008 19:16:20 +0000</pubDate>
		<guid>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-4631</guid>
					<description>I finally got back to trying this out. Here's' the error I get:
&lt;code&gt;
Strict Notice: Assigning the return value of new by reference is deprecated  in wp-settings.php on line 472
&lt;/code&gt;
My server says it has a PHP version of 4.4.8, but I thought it was higher since I'm able to run Magento. (Oh yeah, there's this in the .htaccess file: AddHandler application/x-httpd-php5 php).

So is it just my version of PHP that has gone beyond allowing what WordPress is doing (assigning the return value of new by reference)?  I guess I can hack the WP settings file not to do it that way...or turn off Strict... maybe?</description>
		<content:encoded><![CDATA[<p>I finally got back to trying this out. Here&#8217;s&#8217; the error I get:<br />
<code><br />
Strict Notice: Assigning the return value of new by reference is deprecated  in wp-settings.php on line 472<br />
</code><br />
My server says it has a PHP version of 4.4.8, but I thought it was higher since I&#8217;m able to run Magento. (Oh yeah, there&#8217;s this in the .htaccess file: AddHandler application/x-httpd-php5 php).</p>
<p>So is it just my version of PHP that has gone beyond allowing what WordPress is doing (assigning the return value of new by reference)?  I guess I can hack the WP settings file not to do it that way&#8230;or turn off Strict&#8230; maybe?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Marty</title>
		<link>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-8927</link>
		<author>Marty</author>
		<pubDate>Thu, 05 Mar 2009 12:25:57 +0000</pubDate>
		<guid>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-8927</guid>
					<description>So is it possible to pull latest posts from different categories on to different pages of a "traditional" separate website using this technique?
i.e posts in "news" category to a news page 
and post from "offers" category to an offers page.</description>
		<content:encoded><![CDATA[<p>So is it possible to pull latest posts from different categories on to different pages of a &#8220;traditional&#8221; separate website using this technique?<br />
i.e posts in &#8220;news&#8221; category to a news page<br />
and post from &#8220;offers&#8221; category to an offers page.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-12839</link>
		<author>Alex</author>
		<pubDate>Wed, 05 Aug 2009 16:44:36 +0000</pubDate>
		<guid>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-12839</guid>
					<description>Is it possible to display comment form and comments from a specific post on a page outside of wordpress? I would like to show post comments on a page that is linked to inside the post but the link is on a page outside of wordpress. Would like to give option of commenting/reading comments in wp and on linked page.</description>
		<content:encoded><![CDATA[<p>Is it possible to display comment form and comments from a specific post on a page outside of wordpress? I would like to show post comments on a page that is linked to inside the post but the link is on a page outside of wordpress. Would like to give option of commenting/reading comments in wp and on linked page.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Martino</title>
		<link>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-15613</link>
		<author>Martino</author>
		<pubDate>Tue, 03 Nov 2009 13:16:43 +0000</pubDate>
		<guid>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-15613</guid>
					<description>This looks good :)
Martino</description>
		<content:encoded><![CDATA[<p>This looks good <img src='http://www.voodish.co.uk/articles/v-includes/images/smilies/icon_smile.gif' alt=':)' class='v-smiley' /><br />
Martino</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-19028</link>
		<author>Mark</author>
		<pubDate>Sat, 20 Feb 2010 10:16:36 +0000</pubDate>
		<guid>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-19028</guid>
					<description>Problem: the_excerpt() doesn't seem to work with posts that have permalinks. This is indicated in the wordpress codex, and sure enough, I can't get it to work. Bummer</description>
		<content:encoded><![CDATA[<p>Problem: the_excerpt() doesn&#8217;t seem to work with posts that have permalinks. This is indicated in the wordpress codex, and sure enough, I can&#8217;t get it to work. Bummer</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: PACKER</title>
		<link>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-20344</link>
		<author>PACKER</author>
		<pubDate>Thu, 15 Apr 2010 12:14:08 +0000</pubDate>
		<guid>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-20344</guid>
					<description>In regards to your answer to Alexdaklak's question: what is "have access" imply? For instance I have several sites hosted together including one with WP and another I'd like to include some of that WP content on using this method. Is there an additional step to load the necessary files or something in the server settings that has to be manipulated?

Thanks, much. I just much prefer the customization options of a regular include then running it through RSS...</description>
		<content:encoded><![CDATA[<p>In regards to your answer to Alexdaklak&#8217;s question: what is &#8220;have access&#8221; imply? For instance I have several sites hosted together including one with WP and another I&#8217;d like to include some of that WP content on using this method. Is there an additional step to load the necessary files or something in the server settings that has to be manipulated?</p>
<p>Thanks, much. I just much prefer the customization options of a regular include then running it through RSS&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jared</title>
		<link>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-21387</link>
		<author>Jared</author>
		<pubDate>Fri, 18 Jun 2010 05:09:43 +0000</pubDate>
		<guid>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-21387</guid>
					<description>I have tried both of your methods but neither one of them worked :( Is it still valid with the WP3.0 update?</description>
		<content:encoded><![CDATA[<p>I have tried both of your methods but neither one of them worked <img src='http://www.voodish.co.uk/articles/v-includes/images/smilies/icon_sad.gif' alt=':(' class='v-smiley' /> Is it still valid with the WP3.0 update?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: admin</title>
		<link>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-21388</link>
		<author>admin</author>
		<pubDate>Fri, 18 Jun 2010 09:06:43 +0000</pubDate>
		<guid>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-21388</guid>
					<description>***This is an old article; when I have more time I will build a new version for later WP versions.

In the meantime, try swapping wp-config.php for wp-load.php, which was new for WP2.5 onwards.</description>
		<content:encoded><![CDATA[<p>***This is an old article; when I have more time I will build a new version for later WP versions.</p>
<p>In the meantime, try swapping wp-config.php for wp-load.php, which was new for WP2.5 onwards.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Zahin Wadud</title>
		<link>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-56377</link>
		<author>Zahin Wadud</author>
		<pubDate>Tue, 23 Aug 2011 11:47:16 +0000</pubDate>
		<guid>http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/#comment-56377</guid>
					<description>AweSome !!!</description>
		<content:encoded><![CDATA[<p>AweSome !!!</p>
]]></content:encoded>
				</item>
</channel>
</rss>

