<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 10:06:19 +0000</lastBuildDate>
    <item>
      <title>(PHP) Wordpress : Breadcrumbs without plugin - blueocto</title>
      <link>https://snipplr.com/view/52164/wordpress--breadcrumbs-without-plugin</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 16 Apr 2011 00:14:00 UTC</pubDate>
      <guid>https://snipplr.com/view/52164/wordpress--breadcrumbs-without-plugin</guid>
    </item>
    <item>
      <title>(PHP) Wordpress : Change the Contact Info Form - blueocto</title>
      <link>https://snipplr.com/view/52163/wordpress--change-the-contact-info-form</link>
      <description>&lt;p&gt;In the User settings, there is a web form called Contact Info. It has input fields for the userâ€™s AIM account, Yahoo IM account, and so on.&#13;
&#13;
But how about Twitter? What about Facebook? Out of the box, the Contact Info panel doesnâ€™t have these input fields.&#13;
&#13;
If you have multiple users on your WordPress blog, you might want to add new fields and remove old ones.&lt;/p&gt;</description>
      <pubDate>Sat, 16 Apr 2011 00:05:50 UTC</pubDate>
      <guid>https://snipplr.com/view/52163/wordpress--change-the-contact-info-form</guid>
    </item>
    <item>
      <title>(PHP) Wordpress : Edit the Help Dropdown Text - blueocto</title>
      <link>https://snipplr.com/view/52162/wordpress--edit-the-help-dropdown-text</link>
      <description>&lt;p&gt;This is a great place to add your own custom Help text for a client. You can even customize it for different Admin panels. For example, you can add a different Help text for the Add New Post panel and another one for the Comments panel.&#13;
&#13;
Hereâ€™s how you go about it:&#13;
&#13;
To find what file you should add the action to, just check the address bar in your browser and add the load- prefix right before the file name. For example, if you wanted to add the custom Help text to the Add New Post panel, which has a file name of post-new.php, then you would use load-post-new.php as the parameter of the add_action function shown above.&lt;/p&gt;</description>
      <pubDate>Sat, 16 Apr 2011 00:05:07 UTC</pubDate>
      <guid>https://snipplr.com/view/52162/wordpress--edit-the-help-dropdown-text</guid>
    </item>
    <item>
      <title>(PHP) Wordpress : Remove the Visual Editor - blueocto</title>
      <link>https://snipplr.com/view/52161/wordpress--remove-the-visual-editor</link>
      <description>&lt;p&gt;Itâ€™s possible to disable it conditionally for each WordPress user by going to Users &gt; Your Profile. However, if you want to remove it completely, you can add the following filter:&lt;/p&gt;</description>
      <pubDate>Sat, 16 Apr 2011 00:04:18 UTC</pubDate>
      <guid>https://snipplr.com/view/52161/wordpress--remove-the-visual-editor</guid>
    </item>
    <item>
      <title>(PHP) Random Images Script - blueocto</title>
      <link>https://snipplr.com/view/46939/random-images-script</link>
      <description>&lt;p&gt;Put your images in a folder called 'random' in your ROOT directory.&#13;
&#13;
Please this script at the top of your page:&lt;/p&gt;</description>
      <pubDate>Tue, 11 Jan 2011 23:01:00 UTC</pubDate>
      <guid>https://snipplr.com/view/46939/random-images-script</guid>
    </item>
    <item>
      <title>(PHP) Wordpress : header.php - blueocto</title>
      <link>https://snipplr.com/view/46225/wordpress--headerphp</link>
      <description>&lt;p&gt;&lt;pre&gt;&lt;code&gt;* Use the proper DOCTYPE.&#13;
* The opening &lt;html&gt; tag should include language_attributes().&#13;
* The "content-type" meta element should be placed before everything else, including the title element.&#13;
* Use bloginfo() to fetch the title and description.&#13;
* Use automatic feed links to add feed links.&#13;
* Add a call to wp_head(). Plugins use this action hook to add their own scripts, stylesheets, and other functionality. &#13;
&lt;/code&gt;&lt;/pre&gt;&#13;
&#13;
&lt;p&gt;Here's an example of a correctly-formatted HTML5 compliant head area:&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 29 Dec 2010 11:24:29 UTC</pubDate>
      <guid>https://snipplr.com/view/46225/wordpress--headerphp</guid>
    </item>
  </channel>
</rss>
