Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #705491

    Hi,

    I was wondering if it would be possible to change the word “All” which appears at the beginning of the Portfolio Categories to my own language. I have used WPML before, but in this website,, it is the only word which has to be translated.
    Thanks for any help.

    Best,

    Nedim

    #705492

    This is the site: http://denizbey.nedimhazar.com/portfolyo/

    • This reply was modified 8 years ago by nedimhazar.
    #705528

    Hi,

    Please add the following code

    add_filter('avf_portfolio_sort_first_label','new_first_label');
    function new_first_label() {
    $first_item_name = "New All Text";
    return $first_item_name;
    }

    let us know if you need anything else.

    Best regards,
    Basilis

    #705567

    Thank you very much! That solved my problem.

    Best regards,

    Nedim

    #705590

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Portfolio Categories – "All"’ is closed to new replies.