Seven cows mirrored memory thumbnail function

Source: Internet
Author: User

We know seven cows have a very powerful thumbnail function, although WordPress also has thumbnail function, but in contrast, seven Niuqiang too much, and the resulting thumbnails are sized to fit, and are all in the seven cow cloud storage above, so this version of the biggest improvement is the new wpjam_post_ Thumbnail function, he will directly generate thumbnails directly using the seven cow thumbnail API.

<code>&lt;? PHP  if (Wpjam_has_post_thumbnail ()) {?&gt;
&lt;div class= "Entry-thumb" &gt;
	&lt;a href= "&LT;? PHP the_permalink ()?&gt; "title=" &LT;? PHP The_title_attribute ();?&gt;
" &gt;&lt;? PHP wpjam_post_thumbnail (Array (150,150), $crop =1);? &gt;&lt;/a&gt;
&lt;/div&gt;
&lt;? PHP}?&gt;</code>

This function has two parameters:

  • $size: Set the size of the thumbnail, which is an array, such as in the above example, set the thumbnail size: width is 150px, height is 150px.
  • $crop: Sets whether the thumbnail is cropped, 1 is cropped, and if 0, it is scaled only by the maximum edge, without cropping.

Another powerful thing about this function compared to the WordPress default The_post_thumbnail function is that if you don't set a thumbnail, it will automatically get the first picture as a thumbnail.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.