ID ); if ($post_type == 'evento'){ echo '
'; echo '

' .get_post_type( $post->ID ); '

'; } ?> ID ); if ($post_type == 'proyecto'){ echo '
'; echo '

' .get_post_type( $post->ID ); '

'; } ?> ID ); if ($post_type == 'debate'){ echo '
'; echo '

' .get_post_type( $post->ID ); '

'; } ?> ID ); if ($post_type == 'mercado'){ echo '
'; echo '

' .get_post_type( $post->ID ); '

'; } ?> ID ); if ($post_type == 'idea'){ echo '
'; echo '

' .get_post_type( $post->ID ); '

'; } ?> ID ); if ($post_type == 'post'){ echo '
'; echo '

' .get_post_type( $post->ID ); '

'; } ?>

ID ); if ($post_type == 'evento') echo ''.the_modified_date('j F, Y'); ?> ID ); if ($post_type == 'proyecto') echo _e("Estado: ", "Baobab").get_post_meta($post->ID, 'Estado', true); ?> ID ); if ($post_type == 'debate') echo ''._e(" concluye el ", "Baobab");?> ID ); if ($post_type == 'debate') echo''.the_modified_date('j F, Y');?> ID ); if ($post_type == 'mercado') echo ''.get_post_meta($post->ID, 'Condicion', true);?> ID ); if ($post_type == 'mercado') echo ''.get_post_meta($post->ID, 'Valor', true);?>

~