﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
13943,Sticky posts are sticky posts even if they are trashed,bi0xid,,"Hello there. 

I have some problem with sticky posts. 

I'm using this function to get the last of them:

{{{
	$sticky = get_option( 'sticky_posts' );
	echo '<strong><a href=""'.get_permalink($sticky[0]).'"">'.get_the_title($sticky[0]).'</a></strong>';
	echo '<a href=""'.get_permalink($sticky[0]).'"">'.get_the_post_thumbnail($sticky[0], 'thumbnail').'</a>'; 
}}}

I have trashed a sticky post, and this function still echoes the post in the trash. 

If I delete it permanently it of course disappears. ",defect (bug),closed,normal,,Post Types,,normal,invalid,"reporter-feedback, sticky posts",raven@…
