Change News to Journal

How would one change the word "NEWS" to "Journal"? Thank you.

Comments

  • acrylian Administrator, Developer
    Change the word "news" where?
  • Sorry about not being more specific.

    I was thinking primarily on the front-end where "NEWS" is used as either a Page Header/Menu Header on themes like zpgalleriffic or zpfocus, or in sections like "Latest News".

    Just a desire to fine tune my site to the terms I use.

    Thanks!
    Roger Schroeder
  • acrylian Administrator, Developer
    On those two themes (which are not officially supported) it might be hardcoded which means you have to modify the theme yourself.
  • hi,

    in zpgalleriffic you would have to edit the file news.php :

    find: <?php printNewsIndexURL("News","");
    and change this into <?php printNewsIndexURL("Journal","");

    however you probably have to adjust the translations also.

    dont forgett to make a buckupfile from news.php before you start editing !

    good luck,
    roland
Sign In or Register to comment.