<?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/tags/featured</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 04:55:22 GMT</pubDate>
<item>
<title>(PHP) filter out by category - tomle123</title>
<link>http://snipplr.com/view/70916/filter-out-by-category/</link>
<description><![CDATA[ <p>filter out by category ID in Magento</p> ]]></description>
<pubDate>Wed, 24 Apr 2013 06:11:23 GMT</pubDate>
<guid>http://snipplr.com/view/70916/filter-out-by-category/</guid>
</item>
<item>
<title>(PHP) Move Thematic Post Thumbnail Outside of Entry-content - AndrewThinkUp</title>
<link>http://snipplr.com/view/68937/move-thematic-post-thumbnail-outside-of-entrycontent/</link>
<description><![CDATA[ <p>This is some code using Thematic Child Theme overrides to remove thematic's post thumbnails and add Post Thumbnails outside of the .entry-content  so that POst Thumbnails can be styled separated from all post Meta.  See this page for an example www.speiranconsulting.com/blog</p> ]]></description>
<pubDate>Tue, 04 Dec 2012 07:12:58 GMT</pubDate>
<guid>http://snipplr.com/view/68937/move-thematic-post-thumbnail-outside-of-entrycontent/</guid>
</item>
<item>
<title>(PHP) Wordpress function to upload image and set as featured image - krike</title>
<link>http://snipplr.com/view/68150/wordpress-function-to-upload-image-and-set-as-featured-image/</link>
<description><![CDATA[ <p>A function to upload an image to the media library and set it as featured image of a post. It requires 2 params. The name of the upload field and of course the post ID.

This function is part of the WPelements library class available on Github. Feedback / suggestions / improvements are always welcome.</p> ]]></description>
<pubDate>Wed, 07 Nov 2012 20:12:31 GMT</pubDate>
<guid>http://snipplr.com/view/68150/wordpress-function-to-upload-image-and-set-as-featured-image/</guid>
</item>
<item>
<title>(PHP) Add featured image thumbnail to WordPress admin columns - i-am-andy</title>
<link>http://snipplr.com/view/60306/add-featured-image-thumbnail-to-wordpress-admin-columns/</link>
<description><![CDATA[ <p>The admin pages listing the site’s posts and pages come with various text columns (title, tags, categories, author and so on). In order to see what the featured images are, you have to visit each post or page individually. What I will show here, is how to get add a column with a reasonably sized thumbnail copy of the featured image. Please note that this only works for themes that support featured images.</p> ]]></description>
<pubDate>Fri, 28 Oct 2011 20:56:43 GMT</pubDate>
<guid>http://snipplr.com/view/60306/add-featured-image-thumbnail-to-wordpress-admin-columns/</guid>
</item>
<item>
<title>(CSS) Move and rename "Featured Image" box - i-am-andy</title>
<link>http://snipplr.com/view/60270/move-and-rename-featured-image-box/</link>
<description><![CDATA[ <p>Changes the title and moves the featured image box in Wordpress admin area. Add this to functions.php</p> ]]></description>
<pubDate>Thu, 27 Oct 2011 21:38:25 GMT</pubDate>
<guid>http://snipplr.com/view/60270/move-and-rename-featured-image-box/</guid>
</item>
<item>
<title>(PHP) Add or Change Content in the Featured Image Meta Box - Wordpress - i-am-andy</title>
<link>http://snipplr.com/view/60269/add-or-change-content-in-the-featured-image-meta-box--wordpress/</link>
<description><![CDATA[ <p>Add or Change Content in the Featured Image Meta Box
Posted on March 21, 2011

Perhaps you need to provide a little extra instruction about the Featured Image meta box. It doesn’t take much to add your own text to that box:</p> ]]></description>
<pubDate>Thu, 27 Oct 2011 21:28:00 GMT</pubDate>
<guid>http://snipplr.com/view/60269/add-or-change-content-in-the-featured-image-meta-box--wordpress/</guid>
</item>
<item>
<title>(PHP) Using Pages in Wordpress to power Widgets - mejamiewilson</title>
<link>http://snipplr.com/view/58699/using-pages-in-wordpress-to-power-widgets/</link>
<description><![CDATA[ <p>Using the ID of a page, you can get the content, the featured image and the title to power widgets in your template.</p> ]]></description>
<pubDate>Thu, 15 Sep 2011 16:11:25 GMT</pubDate>
<guid>http://snipplr.com/view/58699/using-pages-in-wordpress-to-power-widgets/</guid>
</item>
<item>
<title>(PHP) Get primary image for Wordpress post - Wendelboe</title>
<link>http://snipplr.com/view/47172/get-primary-image-for-wordpress-post/</link>
<description><![CDATA[ <p>If post has featured image, use it.. If not, pick out the first in the post.. Still not working? Stick with the default one..</p> ]]></description>
<pubDate>Sat, 15 Jan 2011 08:13:56 GMT</pubDate>
<guid>http://snipplr.com/view/47172/get-primary-image-for-wordpress-post/</guid>
</item>
<item>
<title>(PHP) Wordpress - Get featured image url - jli</title>
<link>http://snipplr.com/view/43973/wordpress--get-featured-image-url/</link>
<description><![CDATA[ <p>This code will retrieve the url of a featured image in order to use it as a background.</p> ]]></description>
<pubDate>Fri, 12 Nov 2010 02:29:35 GMT</pubDate>
<guid>http://snipplr.com/view/43973/wordpress--get-featured-image-url/</guid>
</item>
<item>
<title>(PHP) Wordpress "Featured" Posts - mike_fowler</title>
<link>http://snipplr.com/view/41533/wordpress-featured-posts/</link>
<description><![CDATA[ <p>This can be dropped into either index.php or any custom page template to display posts in the "Featured" category.

Alternatively you could create a custom loop (loop-featured.php, for example) using this query.</p> ]]></description>
<pubDate>Tue, 05 Oct 2010 11:04:49 GMT</pubDate>
<guid>http://snipplr.com/view/41533/wordpress-featured-posts/</guid>
</item>
<item>
<title>(PHP) itemFeaturedNotice - Index.php - K2 - V2.2 - K2Joom</title>
<link>http://snipplr.com/view/31156/itemfeaturednotice--indexphp--k2--v22/</link>
<description><![CDATA[ <p>This snippet displays the Featured text along side the itemTitle of an item.
You can change the "Featured" to something different, like "Hot New Item" etc.
If you find that this does not change on your site, then please check the K2 language file.</p> ]]></description>
<pubDate>Fri, 09 Apr 2010 06:29:51 GMT</pubDate>
<guid>http://snipplr.com/view/31156/itemfeaturednotice--indexphp--k2--v22/</guid>
</item>
<item>
<title>(Other) magento featured categories on Frontpage - nico65</title>
<link>http://snipplr.com/view/22273/magento-featured-categories-on-frontpage/</link>
<description><![CDATA[ <p>gibt die Kategorie 39 (featured) auf CMS Seiten aus.</p> ]]></description>
<pubDate>Sun, 01 Nov 2009 06:59:35 GMT</pubDate>
<guid>http://snipplr.com/view/22273/magento-featured-categories-on-frontpage/</guid>
</item>
<item>
<title>(jQuery) Find duplicated id and remove the one with JQuery - lexx</title>
<link>http://snipplr.com/view/20737/find-duplicated-id-and-remove-the-one-with-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 06 Oct 2009 19:06:48 GMT</pubDate>
<guid>http://snipplr.com/view/20737/find-duplicated-id-and-remove-the-one-with-jquery/</guid>
</item>
</channel>
</rss>