<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - blueocto</title>
<link>http://snipplr.com/users/blueocto/tags/php</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 19:18:38 GMT</pubDate>
<item>
<title>(PHP) Wordpress : Breadcrumbs without plugin</title>
<link>http://snipplr.com/view/52164/wordpress--breadcrumbs-without-plugin/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 16 Apr 2011 00:14:00 GMT</pubDate>
<guid>http://snipplr.com/view/52164/wordpress--breadcrumbs-without-plugin/</guid>
</item>
<item>
<title>(PHP) Wordpress : Change the Contact Info Form</title>
<link>http://snipplr.com/view/52163/wordpress--change-the-contact-info-form/</link>
<description><![CDATA[ <p>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.

But how about Twitter? What about Facebook? Out of the box, the Contact Info panel doesn’t have these input fields.

If you have multiple users on your WordPress blog, you might want to add new fields and remove old ones.</p> ]]></description>
<pubDate>Sat, 16 Apr 2011 00:05:50 GMT</pubDate>
<guid>http://snipplr.com/view/52163/wordpress--change-the-contact-info-form/</guid>
</item>
<item>
<title>(PHP) Wordpress : Edit the Help Dropdown Text</title>
<link>http://snipplr.com/view/52162/wordpress--edit-the-help-dropdown-text/</link>
<description><![CDATA[ <p>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.

Here’s how you go about it:

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.</p> ]]></description>
<pubDate>Sat, 16 Apr 2011 00:05:07 GMT</pubDate>
<guid>http://snipplr.com/view/52162/wordpress--edit-the-help-dropdown-text/</guid>
</item>
<item>
<title>(PHP) Wordpress : Remove the Visual Editor</title>
<link>http://snipplr.com/view/52161/wordpress--remove-the-visual-editor/</link>
<description><![CDATA[ <p>It’s possible to disable it conditionally for each WordPress user by going to Users > Your Profile. However, if you want to remove it completely, you can add the following filter:</p> ]]></description>
<pubDate>Sat, 16 Apr 2011 00:04:18 GMT</pubDate>
<guid>http://snipplr.com/view/52161/wordpress--remove-the-visual-editor/</guid>
</item>
</channel>
</rss>