/** * Album Taxonomy Archive Template * Displays all lyrics in a specific album * * @package LyricsVibe * @version 1.0.0 */ get_header(); $album = get_queried_object(); // Logic for album image if you add meta for it, otherwise placeholder $album_initial = strtoupper(substr($album->name, 0, 1)); ?>

0 Songs

Train: