I've noticed that if I insert a short code for say, wp_list_pages, that if one parameter is entered, it will work correctly, but if two or more parameters are entered, they are all ignored... Example: wp_list_pages show_date="post_date"&sort_order="DESC" ... I've tried with and without quotes around the parameter variable...
Either parameter will work by itself, but neither work when they are added together....
I've also noticed this is the case with other tags as well...
Am I doing something wrong?
http://wordpress.org/extend/plugins/template-tag-shortcodes/