Guest User

Untitled

a guest
Oct 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. foreach($pdfs as $pdf){
  2. //Set the first field for check and use
  3. $field = get_field($pdf);
  4. //Set the second field
  5. $field2 = str_replace('pdf', 'pdf_name', $pdf);
  6. //If field is set then echo
  7. if($field) {
  8. echo "<li><img src='wp-content/themes/peachment/images/pdf.png' /><a href='"
  9. . $field . "'>" . get_field($field2) . "</a></li>";
  10. }
  11. }
Add Comment
Please, Sign In to add comment