This topic has 1 reply, 2 voices, and was last updated 10 years, 12 months ago by Fem.
Tagged: artist page
Viewing 2 posts - 1 through 2 (of 2 total)
Hi, I’m trying to customize the single artists page, for example i need to change the title “More albums from:” and i can’t find it php file to change, can you please help me find it? and also, is there a way to change instead of having more albun for that particular artist to have many albuns like it is on the main page?
thanks.
Hi,
Find the following path,
http://www.aivahthemes.com/musicplay/wp-content/themes/musicplay/musicband/artists/artists-albums.php
<h3 class="fancy-title"><?php _e('More Albums From:','musicplay'); ?> <?php echo get_the_title( $artistid ); ?></h3>
here you can change the More Albums From as you wish.
Regards,
krishnaveni
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.