WordPress自定义帖子具有不同尺寸的精选图片

时间:2016-12-18 05:31:54

标签: wordpress twitter-bootstrap

我想在wordpress中创建一个自定义帖子,如下图所示(点击链接)

Output of the custom post

这样做的好习惯是什么?我整理了一个方法,但这个单一部分需要3个不同的自定义帖子。我想创建一个自定义帖子,我的特色图片大小将是输出,如图所示。

我已经创建了自定义帖子类型,只是无法理清php文件和css和/或任何额外库所需的内容。我正在使用bootstrap并拥有JQuery。

2 个答案:

答案 0 :(得分:0)

$i=0;
foreach($yourArray as $array){
 if($i==4 || $i==5){
   // change your image html as per your requirement for two big image
  }
   // your html of other 8 same size images
 $i++;
}

答案 1 :(得分:0)

由于每个帖子需要不同的缩略图大小,您可以为所有帖子上传相同大小的图像,并根据条件裁剪图像未读取的BFI Thumb库。

可以在以下链接中找到用于裁剪特定尺寸图像的库。

https://github.com/bfintal/bfi_thumb