Priyank
    Spectator
    Posts: 747
    January 19, 2018 at 6:18 am #36265

    Hii,

    Go to the blog page and change the page title, so your page title can be changed.

    Thank You.

    Xavier GUICHARD
    Participant
    Posts: 8
    January 19, 2018 at 9:57 am #36267
    This reply has been marked as private.
    Priyank
    Spectator
    Posts: 747
    January 19, 2018 at 1:34 pm #36272

    Hii,

    We have checked your problem and resolved. We will update this bug in our next theme update.
    We have change this code in your side but we have not access your theme editor so we can’t edit your theme so update this code manually to yourself.
    Follow instruction step by step:

    Go to theme directory
    theme -> evolve_plus -> library -> functions -> basic functions.php in change the code accroding to below file

    https://www.dropbox.com/s/z3hnrpcarlxe465/titlechange.txt?dl=0

    You change above three line then your show news page title change to the news.

    Thank You.

    Xavier GUICHARD
    Participant
    Posts: 8
    January 19, 2018 at 6:09 pm #36275
    This reply has been marked as private.
    Roman
    Spectator
    Posts: 3147
    January 19, 2018 at 9:52 pm #36281

    Hi Xavier, yes please or allow us for the admin edit in your wp installation

    Xavier GUICHARD
    Participant
    Posts: 8
    January 19, 2018 at 11:08 pm #36284
    This reply has been marked as private.
    Xavier GUICHARD
    Participant
    Posts: 8
    January 19, 2018 at 11:31 pm #36286
    This reply has been marked as private.
    Roman
    Spectator
    Posts: 3147
    January 20, 2018 at 12:19 am #36291

    actual solution for your issue is to change those lines (#1847 and #3356) with following definition:

    echo '

  1. ' .get_the_title( get_option('page_for_posts', true) ) . '
  2. ';

    and

    $title = get_the_title( get_option('page_for_posts', true);

    yes, the query_vars actually uses the slug atribution of the page

    Xavier GUICHARD
    Participant
    Posts: 8
    January 20, 2018 at 4:05 pm #36305
    This reply has been marked as private.
    Priyank
    Spectator
    Posts: 747
    January 22, 2018 at 5:54 am #36309

    Welcome!!