-
Posted a reply to How to display Albums for 1 single artist, on the site WordPress.org Forums:
I got it working. In case anyone needs this. <?php $tagSlug = single_tag_title("", false); $string… -
Created a topic, How to display Albums for 1 single artist, on the site WordPress.org Forums:
Hello, I want to display all album by an artist. I hav…