• Resolved bremmerm

    (@bremmerm)


    I use pages as headlines in my websites but can’t make the title dynamic. For subpage I use:

    <?php the_title();?>

    But if i have 3 headilnes on my home page and they are pulling from pages
    <?php the_title();?> won’t work, it will just display the same title 3 times. Is there a code to pull a specific title from a specific page? Like:
    <?php the_title(), pull from page 03;?>

    (obviously that code is not correct just giving you a visual example)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘add the page title’ is closed to new replies.