Guest User

Untitled

a guest
Jul 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?php
  2.  
  3. single_cat_title();
  4. $alpha_current_turm = get_queried_object();
  5.  
  6. $alpha_current_turm_thum_id = get_field("thumbnail", $alpha_current_turm);
  7. $category_thum_details = wp_get_attachment_image_src( $alpha_current_turm_thum_id, "medium");
  8.  
  9. echo "<br><img src='".$category_thum_details[0]."'/>";
Add Comment
Please, Sign In to add comment