• Hello
    so i have this site https://guatemalasana.org/

    my problem is that the page “news” reads the same settings as the “home”.

    the “news” is the one with the posts and the home uses a different template

    i changed the settings > reading menu, but it’s not working

    and also for some reason the title of the posts don’t appear, what can i do?

    i don’t know if i make myself clear
    let me know thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    1) Do you have an actual WordPress page named Home, or is Home your posts page?

    2) What is the coding on your News page? Is there a query_posts statement on the News page? If so, post the line of code that contains the query_posts statement.

    3) Title of posts – this is likely a line of code missing from your posts template, that would display the title. the usual file is /wp-content/themes/{themename}/index.php

    Look for the_title(). If you don’t see it, look in the index.php file in the default WordPress theme, find the code for the_title(), and add it to your theme’s index.php page.

    Thread Starter rooob

    (@rooob)

    Hello sorry about the delay in the reply

    1. yes i create another page called HOME which has something differente than the rest.

    2. i really dont know about the coding i just copy all the index and add the

    <?php
    /*
    Template Name: News
    */
    ?>

    selected the template named NEWS in the page options, so i can be sure it reads what i want

    3. i dont think so i haven’t removed anything

    thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘problem with pages and templates’ is closed to new replies.