This is my category page: http://example.com/music
This works great: http://example.com/music?artist=somebody
This is what i have in my template:
<?php echo get_linked_meta(get_the_ID(), 'artist') ?>
It outputs: http://example.com/?artist=somebody
How do i get it to output http://example.com/music?artist=somebody ?
I couldn't find any info in the readme.