SKT Naturo Pro (blog template)

Home Forums All Other Themes SKT Naturo Pro (blog template)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #199111
    Leon WeiserLeon Weiser
    Participant
    • Topics: 6
    • Replies: 8
    • Total: 14
    Member since: April 20, 2022

    Hello SKT,

    I want to change 3 names on my blog page. Unfortunately I do not know where I can change this.

    I will change
    – Categories –> Kategorie
    – Archives –> Archiv
    – Read more –> Weiterlesen

    <img src=“https://ibb.co/R4yYKYZ“>.

    I hope you can help me 🙂

    #199146
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    For Read More

    theme folder >> sktframe >> core-functions.php Line Number 1193

    For Categories and Archives

    theme folder >> sidebar-blog.php

    Regards,
    Dave

    #199155
    Leon WeiserLeon Weiser
    Participant
    • Topics: 6
    • Replies: 8
    • Total: 14
    Member since: April 20, 2022

    Thanks four your answer. Categories and Archives worked.

    With Read more I am not quite sure. how I can change this.


    // [skill title="HTML" percent="80" bgcolor="#ff7400"]
    // add shortcode for skills
    function skills_func($skill_var){
    extract( shortcode_atts(array(
    'title' => 'title',
    'percent' => 'percent',
    'bgcolor' => 'bgcolor',
    ), $skill_var));

    return '<div class="skillbar clearfix " data-percent="'.$percent.'%">
    <div class="skillbar-title"><span>'.$title.'</span>'.$percent.'%</div>
    <div class="skill-bg"><div class="skillbar-bar" style="background:'.$bgcolor.'"></div></div>
    </div>';
    }

    Which line do I need to change in the above code?

    #199162
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to >> Theme folder >> Templates >> blog_template.php >> line number 93 >> find text “Read More” and change it.

    Regards,
    Dave

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.