Viewing 1 replies (of 1 total)
  • Maybe you can try this:

    1)Copy the file “wp-content/themes/mTheme-Unus/inc/p-index.php” to the folder “”wp-content/themes/mTheme-Unus/” and change the file name to “front-page.php”;

    2)Modify the code
    $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
    (line 8)
    to
    $paged = (get_query_var('page')) ? get_query_var('page') : 1;

    the front page will display your blog latest posts.

Viewing 1 replies (of 1 total)
  • The topic ‘dont want to sho the front page how to show the blog-index page?’ is closed to new replies.