Wordpress editing template question

Discussion in 'WordPress' started by bob25, Mar 12, 2009.

  1. #1
    I've created a static homepage in Wordpress and it displays "Home" on the page, which file do I need to need to edit to remove that? I've tried the search feature on page.php and index.php and couldn't find it.

    Thanks
     
    bob25, Mar 12, 2009 IP
  2. Houdy

    Houdy Peon

    Messages:
    267
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You will need to remove the permalink and title code from the page template that looks something like this:.

    <?php the_ID(); ?>"><?php the_title(); ?>

    There is probably more code to it than that depending on how the theme is coded. Beware removing that from page.php will remove it from all pages. You may want to create a custom page template for the front page to leave the permalink and title on the others. More here:
    Create A Custom WordPress Static Front Page
     
    Houdy, Mar 12, 2009 IP
  3. bob25

    bob25 Well-Known Member

    Messages:
    1,519
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    128
    #3
    That's the one

    I was mind numbingly trying to understand the text version and caused some (more) serious brain damage...then I found the link to the video :eek:

    Thanks :)
     
    bob25, Mar 12, 2009 IP