ID, '_download_url', true);
$file_size = get_post_meta($download->ID, '_file_size', true);
$file_type = get_post_meta($download->ID, '_file_type', true);
$featured_image = get_the_post_thumbnail_url($download->ID, 'full');
$image_url = $featured_image ? $featured_image : $default_image;
// 如果没有设置下载链接,使用特色图像作为下载链接
if (empty($download_url) && $featured_image) {
$download_url = $featured_image;
}
?>
post_title); ?>
post_excerpt)): ?>
post_excerpt); ?>
Download
term_id])): ?>
term_id] as $download): ?>
ID, '_download_url', true);
$file_size = get_post_meta($download->ID, '_file_size', true);
$file_type = get_post_meta($download->ID, '_file_type', true);
$featured_image = get_the_post_thumbnail_url($download->ID, 'full');
$image_url = $featured_image ? $featured_image : $default_image;
// 如果没有设置下载链接,使用特色图像作为下载链接
if (empty($download_url) && $featured_image) {
$download_url = $featured_image;
}
?>
post_title); ?>
post_excerpt)): ?>
post_excerpt); ?>
Download