<?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: Create typical blog using drupal</title>
	<atom:link href="http://www.phpjavascript.com/create-typical-blog-using-drupal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpjavascript.com/create-typical-blog-using-drupal/</link>
	<description>Web Development Guide - My Personal Library of Tutorials and Scripts</description>
	<lastBuildDate>Wed, 28 Dec 2011 05:55:24 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.phpjavascript.com/create-typical-blog-using-drupal/comment-page-1/#comment-608</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 10 Apr 2011 07:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpjavascript.com/?p=456#comment-608</guid>
		<description>In case the blog is just a part of your website, do the following to avoid the blocks of archive, latest posts, category etc to appear on the blog section.

Configure the blocks, in the &quot;visibility settings&quot; section, add the following:

&lt;?php 
$match = FALSE;

$url = request_uri();

 if ((strpos($url, &quot;blog&quot;))){
$match = TRUE;
}
return $match;
?&gt;</description>
		<content:encoded><![CDATA[<p>In case the blog is just a part of your website, do the following to avoid the blocks of archive, latest posts, category etc to appear on the blog section.</p>
<p>Configure the blocks, in the &#8220;visibility settings&#8221; section, add the following:</p>
<p>< ?php<br />
$match = FALSE;</p>
<p>$url = request_uri();</p>
<p> if ((strpos($url, "blog"))){<br />
$match = TRUE;<br />
}<br />
return $match;<br />
?></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.phpjavascript.com/create-typical-blog-using-drupal/comment-page-1/#comment-607</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 10 Apr 2011 06:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpjavascript.com/?p=456#comment-607</guid>
		<description>:)</description>
		<content:encoded><![CDATA[<p> <img src='http://www.phpjavascript.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drupal flv player</title>
		<link>http://www.phpjavascript.com/create-typical-blog-using-drupal/comment-page-1/#comment-602</link>
		<dc:creator>Drupal flv player</dc:creator>
		<pubDate>Wed, 06 Apr 2011 09:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpjavascript.com/?p=456#comment-602</guid>
		<description>Wow! I found some surprising info here, i was looking long back........... i like this post, so i have bookmarked this blog! Thanks for the Drupal tuto :)</description>
		<content:encoded><![CDATA[<p>Wow! I found some surprising info here, i was looking long back&#8230;&#8230;&#8230;.. i like this post, so i have bookmarked this blog! Thanks for the Drupal tuto <img src='http://www.phpjavascript.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

