Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #182456

    Hi,

    When my client posts a newsitem, the title of the item would be: “Blog – latest news”. Is there any way to remove the “Blog”-prefix (or category), so that it would only show “Latest news”?

    Second question: the translation at the breadcrumbs has an error (“you are here” >> “u bevind zich hier”) In Dutch, it should say: U bevindT zich hier. Where can I change this?

    Thanks,

    –Micha

    #182579

    Hi michag!

    1) Please go to Appearance > Editor and open single.php file and find following line

    $title  = __('Blog - Latest News', 'avia_framework');

    and change it to to

    $title  = __('Latest News', 'avia_framework');

    2) Please add this plugin http://wordpress.org/plugins/codestyling-localization/ You can change any string

    Regards,
    Yigit

    #182928

    Hi Yigit,

    Thanks, the first solution worked.

    On the second: I installed the codestyling localization bit it couldn’t find the string (‘you are here’) I was looking for. I found it in the nl_NL.po file and changed it – with no success. The .mo file isn’t editable for me – looking foor a tool that can.

    #182968

    Hey!

    If you do not mind, you can upload the file on Dropbox and post the link here, i can update it for you and send it back :)

    Best regards,
    Yigit

    #183093

    I’m trying to rename “Blog – Latest News” to “Latest” but I edited single.php as instructed, as well as installed that plugin, and it didn’t work. I’m on a dev site so I can’t share the URL or files at this time, but trying to figure out why this won’t work.

    Is there a step I’m missing after installing the plugin?

    Thanks!

    #183262

    Hey!

    Edit index.php, find this code:

    $title = __('Blog - Latest News', 'avia_framework'); //default blog title

    Replace it with:

    $title = __('Latest', 'avia_framework'); //default blog title

    Regards,
    Ismael

    #183396

    Hi Yigit.

    The .po file is located here (with the correct Nederland in it…)

    https://www.dropbox.com/s/dq9s0p3funrnt4j/nl_NL.po

    #183403

    Hi!

    It actually seems to be correct http://i.imgur.com/3ajGkQg.jpg I did not change it. Just updated and new strings are added. You can download it here https://dl.dropboxusercontent.com/u/14975671/nl_NL.zip

    Cheers!
    Yigit

    #183405

    Thanks. I corrected it first in a text editor and uploaded it, bit couldn’t compile it..

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Remove "Blog" from title bar’ is closed to new replies.