Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. $i = 0;
  2. while ($rows < get_option('voteiu_widgetcount')) {
  3. if ($a[0][$i][0] != '') {
  4. $postdat = get_post($a[0][$i][0]);
  5. if (!empty($postdat)) {
  6. $rows++;
  7. $postdat = get_post($a[0][$i][0]);
  8. echo '<h3 class="accord"><div class="topbttn">'.'test'.'<div class="accsubtitle"><em>votes: '.$a[1][$i][0].'</em></div></div></h3><div id="collapse"><div class="toptwtbx">'.$postdat->post_title.'</div></div>';
  9. }
  10. }
  11. if ($i < count($a[0])) {
  12. $i++;
  13. } else {
  14. break; //exit the loop
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement