Tagged Questions
0
votes
1answer
83 views
How to translate “$before” with get text in get_the_term_list?
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 ...