Skip to content

Instantly share code, notes, and snippets.

@bytefade
Created September 1, 2014 12:21
Show Gist options
  • Save bytefade/5c6b5c522b26dc083d41 to your computer and use it in GitHub Desktop.
Save bytefade/5c6b5c522b26dc083d41 to your computer and use it in GitHub Desktop.
Retornar url thumbnail wordpress
<?php
$thumb_id = get_post_thumbnail_id();
$thumb_url = wp_get_attachment_image_src($thumb_id,'thumbnail', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment