• Hey guys,

    at first I want to say thank you for this awesome theme!

    Now to my problem:
    My site will be in German so I want change the “Read more” and the “Latest” texts on the mainpage.
    I found this guide: https://codex.www.ads-software.com/Customizing_the_Read_More
    as well as this guide: https://codex.www.ads-software.com/Changing_File_Permissions
    when I try to write in the files.

    Is it possible to just add the commands in the “custom CSS”?
    If it′s not, how am I able to change the permission? Through an ftp tool I guess? Would this be the correct option then: “0600 -rw——- owner has rw only, group and others have no permission”

    It′s easy to change the main color scheme, but I also tried to change the authors name above each blog entry as well as the “read more” color separately. So far, I don′t know how to do this.

    If there is somebody who might help me, I would be really thankful! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Which file contains the Read More text? Is it single.php? Or page.php? Or is it in the Style.css?

    Hello,

    I am having the same issue, I would like to translate the read more, popular post, recent, and some words in the theme. What would be the best way to do that? Can somebody help please ??

    Thanks!

    I edited Archive.php to translate Read More. 2 occurrences:

    [ Moderator note: Code fixed, please wrap code in backticks or use the code button. ]

    <span class="readMore"><a>" title="<?php the_title(); ?>" rel="nofollow"><?php _e('Read More','mythemeshop'); ?></a></span>
    ...
    <span class="readMore"><a>" title="<?php the_title(); ?>" rel="nofollow"><?php _e('Read More','mythemeshop'); ?></a></span>

    Other translations were required in Single.php. Comments.php and Header.php.
    Probably also in Page.php.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing text & color of "Read more" & "Latest"’ is closed to new replies.