<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/content</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 06:51:24 GMT</pubDate>
<item>
<title>(PHP) List Directory Contents in PHP - apphp-snippets</title>
<link>http://snipplr.com/view/70080/list-directory-contents-in-php/</link>
<description><![CDATA[ <p>This code allows to list the contents of any given directory.</p> ]]></description>
<pubDate>Sun, 24 Feb 2013 20:17:46 GMT</pubDate>
<guid>http://snipplr.com/view/70080/list-directory-contents-in-php/</guid>
</item>
<item>
<title>(PHP) Drupal Auto Blocks - brownrl</title>
<link>http://snipplr.com/view/69905/drupal-auto-blocks/</link>
<description><![CDATA[ <p>This is a hook_block_info and hook_block_view template that will allow you to quickly create blocks in a Drupal module. When you use this all you have to do is create a directory "blocks" in the module and then create block.block_name.php in the directory. Inside the php you need to define a function block_block_name_content().</p> ]]></description>
<pubDate>Tue, 12 Feb 2013 20:33:39 GMT</pubDate>
<guid>http://snipplr.com/view/69905/drupal-auto-blocks/</guid>
</item>
<item>
<title>(PHP) CuteNews - Cutephp</title>
<link>http://snipplr.com/view/69649/cutenews/</link>
<description><![CDATA[ <p>CuteNews is a FREE, powerful and easy-to-use news management system that uses flat files to store its database. Among the features it supports are commenting, archives, search function, file upload management, backup &amp; restore, IP banning, flood protection and many more other cool things.</p> ]]></description>
<pubDate>Fri, 25 Jan 2013 18:12:00 GMT</pubDate>
<guid>http://snipplr.com/view/69649/cutenews/</guid>
</item>
<item>
<title>(PHP) Show list of Child pages and Featured Image on Current Page - i-am-andy</title>
<link>http://snipplr.com/view/62419/show-list-of-child-pages-and-featured-image-on-current-page/</link>
<description><![CDATA[ <p>Show all child pages content and featured image on the parent page</p> ]]></description>
<pubDate>Mon, 09 Jan 2012 21:40:40 GMT</pubDate>
<guid>http://snipplr.com/view/62419/show-list-of-child-pages-and-featured-image-on-current-page/</guid>
</item>
<item>
<title>(PHP) Multiple excerpt lengths in wordpress - Omegakenshin</title>
<link>http://snipplr.com/view/62202/multiple-excerpt-lengths-in-wordpress/</link>
<description><![CDATA[ <p>then in your template code you just use..

echo excerpt(25);</p> ]]></description>
<pubDate>Sat, 31 Dec 2011 04:44:15 GMT</pubDate>
<guid>http://snipplr.com/view/62202/multiple-excerpt-lengths-in-wordpress/</guid>
</item>
<item>
<title>(PHP) List folder content - xhiena</title>
<link>http://snipplr.com/view/50549/list-folder-content/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 11 Mar 2011 22:55:58 GMT</pubDate>
<guid>http://snipplr.com/view/50549/list-folder-content/</guid>
</item>
<item>
<title>(PHP) [php] Force Download file - Mosaic</title>
<link>http://snipplr.com/view/50474/php-force-download-file/</link>
<description><![CDATA[ <p>Simple force download crossbrowser</p> ]]></description>
<pubDate>Thu, 10 Mar 2011 21:08:17 GMT</pubDate>
<guid>http://snipplr.com/view/50474/php-force-download-file/</guid>
</item>
<item>
<title>(PHP) Set default content for posts in WordPress editor - GrfxGuru</title>
<link>http://snipplr.com/view/48237/set-default-content-for-posts-in-wordpress-editor/</link>
<description><![CDATA[ <p>Do you always insert the same text on all your posts, for example to tell people to subscribe to your rss feed? If yes, you should definitely set up WP to have it automatically inserted in the editor. Open your functions.php file, and paste this code. That’s all you need to do to define some default content.</p> ]]></description>
<pubDate>Wed, 02 Feb 2011 05:22:28 GMT</pubDate>
<guid>http://snipplr.com/view/48237/set-default-content-for-posts-in-wordpress-editor/</guid>
</item>
<item>
<title>(PHP) Drupal Remove  Specific Tabs for a specific Content Type - Onfire60</title>
<link>http://snipplr.com/view/40994/drupal-remove--specific-tabs-for-a-specific-content-type/</link>
<description><![CDATA[ <p>Was trying to figure out a way to remove tabs for a content type where it was unnecessary. Place this in your theme template.php file and configure to your needs.

Example Usage: Organic Group View is created and page uses a menu tab. Unfortunately the tab gets added to all other content types. This is used to remove that tab for the other content types that aren't part of your group.</p> ]]></description>
<pubDate>Fri, 24 Sep 2010 11:25:10 GMT</pubDate>
<guid>http://snipplr.com/view/40994/drupal-remove--specific-tabs-for-a-specific-content-type/</guid>
</item>
<item>
<title>(PHP) Content-type (node) specific page templates in Drupal - createinside</title>
<link>http://snipplr.com/view/33283/contenttype-node-specific-page-templates-in-drupal/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 27 Apr 2010 07:02:06 GMT</pubDate>
<guid>http://snipplr.com/view/33283/contenttype-node-specific-page-templates-in-drupal/</guid>
</item>
<item>
<title>(PHP) WordPress: Duplicate Content vermeiden - Perun</title>
<link>http://snipplr.com/view/24293/wordpress-duplicate-content-vermeiden/</link>
<description><![CDATA[ <p>Den folgenden Code-Fragment im Kopfbereich (header.php) einfügen.</p> ]]></description>
<pubDate>Fri, 04 Dec 2009 19:17:26 GMT</pubDate>
<guid>http://snipplr.com/view/24293/wordpress-duplicate-content-vermeiden/</guid>
</item>
<item>
<title>(PHP) Change the_content to excerpt on comment pages (Wordpress) - DarkPepe</title>
<link>http://snipplr.com/view/24285/change-thecontent-to-excerpt-on-comment-pages-wordpress/</link>
<description><![CDATA[ <p>This helps to avoid the "duplicated content" indexation by google on wordpress comment pages by changing the post content to the_excerpt ONLY in comment pages.</p> ]]></description>
<pubDate>Fri, 04 Dec 2009 14:41:06 GMT</pubDate>
<guid>http://snipplr.com/view/24285/change-thecontent-to-excerpt-on-comment-pages-wordpress/</guid>
</item>
<item>
<title>(PHP) Automatically output the content in two columns - gd6d</title>
<link>http://snipplr.com/view/23342/automatically-output-the-content-in-two-columns/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 18 Nov 2009 08:12:30 GMT</pubDate>
<guid>http://snipplr.com/view/23342/automatically-output-the-content-in-two-columns/</guid>
</item>
<item>
<title>(PHP) replace content tags with callback via regex - eethann</title>
<link>http://snipplr.com/view/3522/replace-content-tags-with-callback-via-regex/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 15 Aug 2007 09:26:06 GMT</pubDate>
<guid>http://snipplr.com/view/3522/replace-content-tags-with-callback-via-regex/</guid>
</item>
<item>
<title>(PHP) Serve external document for download - tylerhall</title>
<link>http://snipplr.com/view/238/serve-external-document-for-download/</link>
<description><![CDATA[ <p>This lets you serve up a file for download without revealing the actual URL of the file. Useful for protected downloads or dynamic content coming from a database. The first header() line isn't always needed. It's just there to help Acrobat on Windows behave properly. If you're not returning PDFs, you can (usually) safely remove it.</p> ]]></description>
<pubDate>Wed, 05 Jul 2006 14:21:48 GMT</pubDate>
<guid>http://snipplr.com/view/238/serve-external-document-for-download/</guid>
</item>
</channel>
</rss>