Change name of "blog"

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6808

    On a blog post, the header text says “blog”. I would like to change that to a different name. How can I do this? Which PHP file do I edit?

    #6823
    Ernesto
    Member

    Hi! Could you send us a link so we can provide you with the exact code you need?

    #6824

    Here is a link:
    http://www.ritcheson.studio35sites.com/january-2013/

    You can see that it says “Blog”. I want it to say “The Chant”.

    #6852
    Ernesto
    Member

    Hi! You’ll need to go to the file extinct/framework/functions/utility-functions and in line 651 you’ll find this code: mo_populate_tagline();
    And you’ll need to replace it with:

    if (is_single())
      echo 'The Chant';
    else
      mo_populate_tagline();

    Hope that works out for you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.