Translation and other questions
-
Hello,
I hope someone can help.
I need to do some changes on this theme and i am sure that the following questions could be helpfull for other people as well.
I need to translate some things on the wordpress theme named Path. I am using a child theme of path and all the changes are going on child-theme.1) I need to change the sentence “Leave a response” for something like “(0) no comments”. I find out that shortcode.php have all i need. Should i “rewrite” this code? How?
/** function hybrid_entry_comments_link_shortcode( $attr ) {
$comments_link = ”;
$number = doubleval( get_comments_number() );
$attr = shortcode_atts( array( ‘zero’ => __( ‘Comenta’, ‘hybrid-core’ ), ‘one’ => __( ‘%1$s Response’, ‘hybrid-core’ ), ‘more’ => __( ‘%1$s Responses’, ‘hybrid-core’ ), ‘css_class’ => ‘comments-link’, ‘none’ => ”, ‘before’ => ”, ‘after’ => ” ), $attr ); **/2) The read-more link on entry-summary class, how could i translate it?
3) The text “You are here:” i need to translate too. On Breadcrumbs-trail.php i found “home” but not the text “You are here”.
4) When we write an article and post some picture inside it, the theme asigns a thumbnail on homepage, there is a way to disable this action? I mean sometimes i really want to show a “custom thumbnail” but other times i don’t need to display a pic and then if the post have one it is displayed on homepage.
Grateful If someone could answer some of the questions.
thanks,
Kami
- The topic ‘Translation and other questions’ is closed to new replies.