Question

How can I make $before (Books:) a translateable string

<?php echo get_the_term_list( $post->ID, 'book', 'Books: ',', ', ' ', '' ); ?>

with this method?:

<?php the_content(__('Read more...', "ft")); ?>

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with wordpress.stackexchange
scroll top