Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. add_filter( 'admin_post_thumbnail_html', 'twk_add_featured_image_instruction');
  2. function twk_add_featured_image_instruction( $content ) {
  3. return $content .= '<p>The bigger the image the better. They will be centrally cropped with a landscape aspect ratio of 2:1.</br> Image checklist:
  4. <ul><li>landscape</li>
  5. <li>at least 1600px wide</li>
  6. <li>twice as wide as they are high</li>
  7. </ul>
  8. E.G. 1600px wide x 800px high</p>
  9. <p>Avoid images with details such as faces near the edges. The focal point of images should be towards the centre rather than towards the edges</p>';
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement