<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - visualadvance</title>
<link>http://snipplr.com/users/visualadvance/language/php</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 07:47:54 GMT</pubDate>
<item>
<title>(PHP) Wordpress: Customized Excerpt (Length and Tags)</title>
<link>http://snipplr.com/view/63294/wordpress-customized-excerpt-length-and-tags/</link>
<description><![CDATA[ <p>This is a modified version of one from Aaron Russell. Super handy, allows you to pass the length as a parameter, and define the tags you wish to allow in the excerpt. It is tweaked to fit our needs. Tweaks include:
- no need to "echo", just called custom_excerpt ();
- Can pass the length as a parameter custom_excerpt (81);</p> ]]></description>
<pubDate>Mon, 13 Feb 2012 13:07:16 GMT</pubDate>
<guid>http://snipplr.com/view/63294/wordpress-customized-excerpt-length-and-tags/</guid>
</item>
<item>
<title>(PHP) Wordpress: Easy Pagination</title>
<link>http://snipplr.com/view/63081/wordpress-easy-pagination/</link>
<description><![CDATA[ <p>Make sure to put the code from the URl in your functions. php</p> ]]></description>
<pubDate>Sun, 05 Feb 2012 18:06:53 GMT</pubDate>
<guid>http://snipplr.com/view/63081/wordpress-easy-pagination/</guid>
</item>
<item>
<title>(PHP) Wordpress: Loop in Category</title>
<link>http://snipplr.com/view/63080/wordpress-loop-in-category/</link>
<description><![CDATA[ <p>Just a snippet so I remember how to do a loop through just a certain category.</p> ]]></description>
<pubDate>Sun, 05 Feb 2012 15:22:37 GMT</pubDate>
<guid>http://snipplr.com/view/63080/wordpress-loop-in-category/</guid>
</item>
<item>
<title>(PHP) Wordpress: Check for Custom Field Data</title>
<link>http://snipplr.com/view/60598/wordpress-check-for-custom-field-data/</link>
<description><![CDATA[ <p>Check to see if there is data in a custom field</p> ]]></description>
<pubDate>Mon, 07 Nov 2011 15:53:10 GMT</pubDate>
<guid>http://snipplr.com/view/60598/wordpress-check-for-custom-field-data/</guid>
</item>
<item>
<title>(PHP) Wordpress: Change Home and Site URLs in WP-Config</title>
<link>http://snipplr.com/view/60595/wordpress-change-home-and-site-urls-in-wpconfig/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 07 Nov 2011 12:48:45 GMT</pubDate>
<guid>http://snipplr.com/view/60595/wordpress-change-home-and-site-urls-in-wpconfig/</guid>
</item>
<item>
<title>(PHP) Wordpress: Easier Login URL</title>
<link>http://snipplr.com/view/58356/wordpress-easier-login-url/</link>
<description><![CDATA[ <p>Add this to you htaccess file BEFORE the wordpress rewrite rules</p> ]]></description>
<pubDate>Thu, 01 Sep 2011 06:55:39 GMT</pubDate>
<guid>http://snipplr.com/view/58356/wordpress-easier-login-url/</guid>
</item>
<item>
<title>(PHP) Wordpress: Show Post Meta</title>
<link>http://snipplr.com/view/50879/wordpress-show-post-meta/</link>
<description><![CDATA[ <p>Replace "featured-image" with whatever your custom field name is.</p> ]]></description>
<pubDate>Sun, 20 Mar 2011 10:04:43 GMT</pubDate>
<guid>http://snipplr.com/view/50879/wordpress-show-post-meta/</guid>
</item>
<item>
<title>(PHP) Wordpress; Fix "More Types" Plugin for Wordpress 3.1</title>
<link>http://snipplr.com/view/49563/wordpress-fix-more-types-plugin-for-wordpress-31/</link>
<description><![CDATA[ <p>Wordpress 3.1 breaks the More Types plugin ( for now). Use this fix to get the menu back.</p> ]]></description>
<pubDate>Thu, 24 Feb 2011 08:25:43 GMT</pubDate>
<guid>http://snipplr.com/view/49563/wordpress-fix-more-types-plugin-for-wordpress-31/</guid>
</item>
<item>
<title>(PHP) Wordpress: Advance Loop by 1 Post</title>
<link>http://snipplr.com/view/49459/wordpress-advance-loop-by-1-post/</link>
<description><![CDATA[ <p>Handy if you want a loop to not start on the first post. The $count can be changed to any number "fast forwarding" the loop.</p> ]]></description>
<pubDate>Wed, 23 Feb 2011 04:00:42 GMT</pubDate>
<guid>http://snipplr.com/view/49459/wordpress-advance-loop-by-1-post/</guid>
</item>
<item>
<title>(PHP) Wordpress: Copyright Year Auto-Update</title>
<link>http://snipplr.com/view/49457/wordpress-copyright-year-autoupdate/</link>
<description><![CDATA[ <p>A quick way to have the year automatically update.</p> ]]></description>
<pubDate>Wed, 23 Feb 2011 03:53:54 GMT</pubDate>
<guid>http://snipplr.com/view/49457/wordpress-copyright-year-autoupdate/</guid>
</item>
<item>
<title>(PHP) Wordpress: Previous Next/Post fix</title>
<link>http://snipplr.com/view/49380/wordpress-previous-nextpost-fix/</link>
<description><![CDATA[ <p>If your get_previous_posts_link just keeps showing the same posts, chances are you need this</p> ]]></description>
<pubDate>Tue, 22 Feb 2011 04:13:23 GMT</pubDate>
<guid>http://snipplr.com/view/49380/wordpress-previous-nextpost-fix/</guid>
</item>
<item>
<title>(PHP) Wordpress: More Types Plugin Error</title>
<link>http://snipplr.com/view/49315/wordpress-more-types-plugin-error/</link>
<description><![CDATA[ <p>Edit:
more-types/more-types-object.php

Find line 135.</p> ]]></description>
<pubDate>Mon, 21 Feb 2011 11:08:13 GMT</pubDate>
<guid>http://snipplr.com/view/49315/wordpress-more-types-plugin-error/</guid>
</item>
<item>
<title>(PHP) Wordpress: SEO Title Tag Without Plugin</title>
<link>http://snipplr.com/view/49314/wordpress-seo-title-tag-without-plugin/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 21 Feb 2011 09:20:43 GMT</pubDate>
<guid>http://snipplr.com/view/49314/wordpress-seo-title-tag-without-plugin/</guid>
</item>
<item>
<title>(PHP) Wordpress: List all Tags</title>
<link>http://snipplr.com/view/25930/wordpress-list-all-tags/</link>
<description><![CDATA[ <p>This is handy for listing out all the tags on your site.</p> ]]></description>
<pubDate>Mon, 04 Jan 2010 17:56:49 GMT</pubDate>
<guid>http://snipplr.com/view/25930/wordpress-list-all-tags/</guid>
</item>
<item>
<title>(PHP) Wordpress: Category Specific Pages</title>
<link>http://snipplr.com/view/25928/wordpress-category-specific-pages/</link>
<description><![CDATA[ <p>This is helpful if you want to create a "Page" that displays specific "Categories" in wordpress.

1. Duplicate your themes "page.php"
2. Rename it to something more specific "page_mycategory.php"
3. Edit that file with the code below.
4. In your Wordpress admin, when editing a page look under the "attributes" panel and select your new page from the "templates"</p> ]]></description>
<pubDate>Mon, 04 Jan 2010 17:22:02 GMT</pubDate>
<guid>http://snipplr.com/view/25928/wordpress-category-specific-pages/</guid>
</item>
<item>
<title>(PHP) Wordpress: Get first category name only</title>
<link>http://snipplr.com/view/25869/wordpress-get-first-category-name-only/</link>
<description><![CDATA[ <p>This is useful if a post is in a child category and you only want to list the immediate category. Unlike get_categories which will show the parent categories as well.</p> ]]></description>
<pubDate>Sun, 03 Jan 2010 23:27:33 GMT</pubDate>
<guid>http://snipplr.com/view/25869/wordpress-get-first-category-name-only/</guid>
</item>
<item>
<title>(PHP) Wordpress: Page Redirect Template</title>
<link>http://snipplr.com/view/24727/wordpress-page-redirect-template/</link>
<description><![CDATA[ <p>A handy little page template for making a page redirect to any url. To use save the code as redirect.php, upload to your theme directory, and then when making a page select "redirect" as your page template. Then just enter ONLY the url you want to redirect to in the body copy for that page.</p> ]]></description>
<pubDate>Sun, 13 Dec 2009 23:01:14 GMT</pubDate>
<guid>http://snipplr.com/view/24727/wordpress-page-redirect-template/</guid>
</item>
</channel>
</rss>