• danleroux

    (@danleroux)


    I want to output something only if the tag results are empty. Something like this but it doesn’t work obviously

    <?php
    if (empty(wp_list_bookmarks(‘title_li=&categorize=0’)){ ?>
    output something
    <?}?>

  • The topic ‘conditional output’ is closed to new replies.