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")); ?>
|
How can I make $before (Books:) a translateable string
with this method?:
|
|||
|
|
|
Use the
Note 1: Note 2: Looks like you've added an extra parameter to your call to |
|||||||||||||||
|