Priyank
    Spectator
    Posts: 747
    19.01.2018 at 06:18 #36265

    Hii,

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

    Thank You.

    Xavier GUICHARD
    Spectator
    Posts: 8
    19.01.2018 at 09:57 #36267
    This reply has been marked as private.
    Priyank
    Spectator
    Posts: 747
    19.01.2018 at 13:34 #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
    Spectator
    Posts: 8
    19.01.2018 at 18:09 #36275
    This reply has been marked as private.
    Roman
    Spectator
    Posts: 3147
    19.01.2018 at 21:52 #36281

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

    Xavier GUICHARD
    Spectator
    Posts: 8
    19.01.2018 at 23:08 #36284
    This reply has been marked as private.
    Xavier GUICHARD
    Spectator
    Posts: 8
    19.01.2018 at 23:31 #36286
    This reply has been marked as private.
    Roman
    Spectator
    Posts: 3147
    20.01.2018 at 00:19 #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
    Spectator
    Posts: 8
    20.01.2018 at 16:05 #36305
    This reply has been marked as private.
    Priyank
    Spectator
    Posts: 747
    22.01.2018 at 05:54 #36309

    Welcome!!