Advertisement
sierre

Portfolio Grid Module - Fixed Empty Post

Apr 16th, 2022 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.66 KB | None | 0 0
  1. <?php
  2. // Ticket #18346
  3. // https://app.asana.com/0/1145929477562217/1202087598584363
  4. // ISSUE: If a portfolio post doesn't have a Thumbnail Option specified like on this screenshot https://gfx.cx/images/2022/04/16/EvGXs.png, posts in the portfolio grid archive will generate a blank thumbnail which displays blank spaces in-between images (see https://gfx.cx/images/2022/04/16/EZMYk.png).
  5.  
  6. // Portfolio Grid Module
  7. // added codes below:
  8. // modified file: wp-content/plugins/delicious-addons-dazzle/extend-vc/core/delicious-vc-shortcodes.php
  9. // (line 1011)
  10.  
  11. else {
  12.     $test_link = '<a class="no-icon" href="'.get_permalink($post->ID).'">'.$inner_output.'</a>';
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement