Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. $activities_label = get_post_meta(get_the_ID(), "activities_label", true);
  2. ...
  3. while($query->have_posts()) :
  4. ...
  5. if (false !== strpos($activities_label, '|') && false !== strpos($activities_label, PHP_EOL)) echo $activities_label;
  6. endwhile;
  7.  
  8.  
  9.  
  10. //view
  11. Blue Elephant
  12. 400 thb|Rose
  13. 200 thb
  14. 300-600 thb|Blue Lagoon
  15.  
  16. The Blue Lagoon
  17. 400 thb|Rose
  18. 200 thb
  19. 300-600 thb|Blue Lagoon
  20.  
  21. Scandic Bar
  22. 400 thb|Rose
  23. 200 thb
  24. 300-600 thb|Blue Lagoon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement