示例#1
0
        ?>
active<?php 
    }
    ?>
                ">
                    <blockquote>
                        <div>
                            <div class='excerpt'><?php 
    echo $text;
    ?>
</div>
                            <small>
                                <?php 
    the_title();
    if (!empty(get_field('company_name'))) {
        echo ", " . __('from') . " " . text_with_link(get_field('company_name'), get_field('company_url'));
    }
    ?>
                            </small>
                            <?php 
    echo $link;
    ?>
                        </div>
                    </blockquote>
                </div>
                <?php 
    $i++;
}
wp_reset_postdata();
?>
        </div>
                echo $error;
                ?>
<br/><?php 
            }
            break;
    }
    return;
} else {
    ?>
        <div>
          <div class="current_song_title"><?php 
    echo $current_song;
    ?>
</div>
            <?php 
    text_with_link($href, "<div class='current_song_artist'>{$songs['current']['artist']}</div>" . "<div class='current_song_track'>{$songs['current']['track']}</div>");
    ?>
<br/>
        </div>
        <?php 
    if (isset($songs['lasts']) && is_array($songs['lasts'])) {
        ?>
        <div><div class="last_songs_title"><?php 
        echo $last_songs;
        ?>
</div>
          <ul>
          <?php 
        foreach ($songs['lasts'] as $song) {
            ?>
            <li class="last_songs">