custom post types fading
-
it would be cool to implement a custom post type dropdown in the settings menu so you can also fade CPT titles.
for those who need it now , we hacked the plugin line 62:
$sSql = query_posts('cat='.$fifopost_categories.'&orderby='.$fifopost_orderbys.'&order='.$fifopost_order.'&post_type=freelance_post&showposts='.$fifopost_noofpost);notice the &post_type=freelance_post&
live example : http://wpfreelancepro.com
http://ww.wp.xz.cn/extend/plugins/fade-in-fade-out-post-title/
The topic ‘custom post types fading’ is closed to new replies.