Changes in the child theme are not applied
-
Still, even after umpteen updates for the Sydney theme, the following error persists:
The display above the post title reads:
Date | Category | Author | Comments
But in English. If I change the corresponding places in the template-tags.php line 132 and 184, it is not transferred to the display in the frontend. Only when I make the changes in the parent theme, the text in the frontend is changed to German.
So the PHP file looks like this:
if ( ! function_exists( 'sydney_entry_comments' ) ) : function sydney_entry_comments() { if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) { echo '<span class="comments-link">'; comments_popup_link( esc_html__( '0 Kommentare', 'sydney' ), esc_html__( '1 Kommentar', 'sydney' ), esc_html__( '% Kommentare', 'sydney' ) ); echo '</span>'; } } endif;
Note the three German words.
This is actually not the point of a child theme, that I have to manually change this PHP file again with every update of the parent theme to get this translation into German.
The page I need help with: [log in to see the link]
- The topic ‘Changes in the child theme are not applied’ is closed to new replies.