Forum Replies Created
-
In reply to: How can I translate buttom "continue reading" on russian?
January 3, 2012 at 9:35 pm #22029Thanks 🙂 I’ll watch your tutorial!
In reply to: How can I translate buttom "continue reading" on russian?
January 3, 2012 at 8:14 pm #22027I don’t have something like “Russian text”, just something like this:
* Returns a "Continue Reading" link for excerpts
* Based on the function from the Twenty Ten theme
*
* @since Graphene 1.0.8
* @return string "Continue Reading" link
*/
if (!function_exists( 'graphene_continue_reading_link' ) ) :
function graphene_continue_reading_link() {
global $in_slider;
if (!is_page() && !$in_slider) {
$more_link_text = __( 'Continue reading »', 'graphene' );
return '</p><p><a class="more-link block-button" href="'.get_permalink().'">'.$more_link_text.'</a>';
}
}
endif;I tried to change “Continue reading” to my text, but I don’t know what to do with functions.php 😀 In what folder I need to put this file?`
In reply to: How can I translate buttom "continue reading" on russian?
January 3, 2012 at 7:58 pm #22026Thanks, I’ll try 🙂
*button, not buttom 🙂
Viewing 4 posts - 11 through 14 (of 14 total)
- 1
- 2
