<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - RainyDayMedia</title>
<link>http://snipplr.com/users/RainyDayMedia</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 06:36:35 GMT</pubDate>
<item>
<title>(PHP) Disable admin bar on front-end</title>
<link>http://snipplr.com/view/67716/disable-admin-bar-on-frontend/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 13 Oct 2012 03:15:37 GMT</pubDate>
<guid>http://snipplr.com/view/67716/disable-admin-bar-on-frontend/</guid>
</item>
<item>
<title>(Apache) .htaccess Redirect ROOT to subdirectory</title>
<link>http://snipplr.com/view/59403/htaccess-redirect-root-to-subdirectory/</link>
<description><![CDATA[ <p>I found this useful. Works as expected.</p> ]]></description>
<pubDate>Wed, 05 Oct 2011 00:23:08 GMT</pubDate>
<guid>http://snipplr.com/view/59403/htaccess-redirect-root-to-subdirectory/</guid>
</item>
<item>
<title>(PHP) Add Missing Alt tags to Images - WordPress Content Filter</title>
<link>http://snipplr.com/view/58968/add-missing-alt-tags-to-images--wordpress-content-filter/</link>
<description><![CDATA[ <p>Simple function - just place it in your theme's functions.php file, save, and you're good to go. If an image in your content is missing the alt tag, it adds that posts title as the alt tag for the image.

It's been recommended to me that I shouldn't be using regex to parse HTML, and I made an attempt to do this with DOMDocument, but it wasn't working out to well. If there are any DOMDocument ninjas around, maybe they could slice this up a little easier.

Update: removed the "(.*?)" from the '/alt=/' regex, just in case an image had an alt already defined, but using single quotes instead.</p> ]]></description>
<pubDate>Thu, 22 Sep 2011 07:44:15 GMT</pubDate>
<guid>http://snipplr.com/view/58968/add-missing-alt-tags-to-images--wordpress-content-filter/</guid>
</item>
<item>
<title>(PHP) Hide Wordpress Dashboard 'Help'  Tab</title>
<link>http://snipplr.com/view/58874/hide-wordpress-dashboard-help--tab/</link>
<description><![CDATA[ <p>Add to bottom of your theme's functions.php file</p> ]]></description>
<pubDate>Wed, 21 Sep 2011 05:06:42 GMT</pubDate>
<guid>http://snipplr.com/view/58874/hide-wordpress-dashboard-help--tab/</guid>
</item>
<item>
<title>(PHP) Custom Admin Dashboard Header Logo</title>
<link>http://snipplr.com/view/58870/custom-admin-dashboard-header-logo/</link>
<description><![CDATA[ <p>Change the small logo at the top of the dashboard: Just add to the bottom of your theme's functions.php file</p> ]]></description>
<pubDate>Wed, 21 Sep 2011 04:33:26 GMT</pubDate>
<guid>http://snipplr.com/view/58870/custom-admin-dashboard-header-logo/</guid>
</item>
<item>
<title>(PHP) Customizing Wordpress Admin Footer</title>
<link>http://snipplr.com/view/58866/customizing-wordpress-admin-footer/</link>
<description><![CDATA[ <p>Add to bottom of your theme's functions.php file</p> ]]></description>
<pubDate>Wed, 21 Sep 2011 03:58:08 GMT</pubDate>
<guid>http://snipplr.com/view/58866/customizing-wordpress-admin-footer/</guid>
</item>
<item>
<title>(PHP) Remove WP Generator Meta Tag</title>
<link>http://snipplr.com/view/58865/remove-wp-generator-meta-tag/</link>
<description><![CDATA[ <p>Removing the generator tag for security purposes... add to the bottom of your theme's functions.php file</p> ]]></description>
<pubDate>Wed, 21 Sep 2011 03:47:26 GMT</pubDate>
<guid>http://snipplr.com/view/58865/remove-wp-generator-meta-tag/</guid>
</item>
<item>
<title>(PHP) Change Wordpress default FROM email address</title>
<link>http://snipplr.com/view/58864/change-wordpress-default-from-email-address/</link>
<description><![CDATA[ <p>Add to the bottom of the your theme's function.php file. Change to your site's name</p> ]]></description>
<pubDate>Wed, 21 Sep 2011 03:43:33 GMT</pubDate>
<guid>http://snipplr.com/view/58864/change-wordpress-default-from-email-address/</guid>
</item>
<item>
<title>(PHP) Remove ALL Wordpress Dashboard Widgets 3.0+</title>
<link>http://snipplr.com/view/58860/remove-all-wordpress-dashboard-widgets-30/</link>
<description><![CDATA[ <p>For those of use who use Wordpress as a CMS, this gives you the option of hiding all your dashboard widgets, for all users.
**Open your theme’s functions.php file located in your theme’s folder. Copy this script, paste it at the bottom of  your theme’s function.php file and save it. Go to the dashboard page and everything is gone.</p> ]]></description>
<pubDate>Wed, 21 Sep 2011 02:31:41 GMT</pubDate>
<guid>http://snipplr.com/view/58860/remove-all-wordpress-dashboard-widgets-30/</guid>
</item>
</channel>
</rss>