-
Closed
-
Edit: I found the Pages: bit. It was hardcoded in wp-includes/post-template.php. The only issue remaining is to get rid of extra white space.
Code:function wp_link_pages( $args = ” ) {
$defaults = array(
‘before’ => ‘<p>’ . __( ‘Pages:’ ),
‘after’ => ‘</p>’,
‘link_before’ => ”,
‘link_after’ => ”,
‘next_or_number’ => ‘number’,
‘separator’ => ‘ ‘,
‘nextpagelink’ => __( ‘Next page’ ),
‘previouspagelink’ => __( ‘Previous page’ ),
‘pagelink’ => ‘%’,
‘echo’ => 1
);I am referring to the result of
Code:<!–nextpage–>I found one instance of “Pages” in PO file and it has been localized; however, seems like it is not the one here. Maybe something hardcoded?
http://www.siderman.gr/ena-tragoudi-gia-ton-orfea/5/
Also, is there a way to get rid of the extra white space and hr below the sharing buttons?
The topic Localizing “Pages:” is closed to new replies