发现有用的工具,以帮助您制定您的交易策略。
<?php echo '
' . '' . get_the_title(get_post_custom_values('page_id')[0]) . '
' . get_post_meta(get_post_custom_values('page_id')[0], 'description', true) . '';?>
<?php echo '
' . '' . get_the_title(get_post_custom_values('page_id')[1]) . '
' . get_post_meta(get_post_custom_values('page_id')[1], 'description', true) . '';?>
<?php echo '
' . '' . get_the_title(get_post_custom_values('page_id')[2]) . '
' . get_post_meta(get_post_custom_values('page_id')[2], 'description', true) . '';?>