• Hi,

    On home page under the images, I want to show post content instead of post title. How do I do that?

    Thanks and regards,
    Nimit

Viewing 5 replies - 1 through 5 (of 5 total)
  • Nimit, depending on your theme, go into your header.php file and edit it. Remove the function bloginfo(‘name’). just delete that code.

    Then, in the same place in your header.php file, add a wordpress loop with WP_QUERY() or get_posts(), whichever you prefer and add your arguments. If you need more help creating the loops, search for this information in the WordPress codex function library.

    Bruce

    Thread Starter nimitjain

    (@nimitjain)

    Thanks Bruce. Let me try this.

    Before you edit any theme template files, you should check to see whether you need to create a child theme fro your customisations first.

    Yes, Esmi is right. Maybe creating a simple child theme would be better and leaving the original theme intact would be a better solution.

    Bruce

    Thread Starter nimitjain

    (@nimitjain)

    Thanks Esmi and Bruce. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change post title to post content, under the image?’ is closed to new replies.