Snippets

cutiko Easy featured image

Created by cutiko

File thumbnai.php Added

  • Ignore whitespace
  • Hide word diff
+<?php
+$thumb = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'large' );
+$url = $thumb['0'];
+?>
+
+<!--It can be improve with this-->
+<?php
+$blog = get_page_by_title( 'Blog' );
+$blogId = $blog->ID;
+?>
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.