Only home page link

Discussion in 'WordPress' started by bebe123, Oct 16, 2009.

  1. #1
    How i can add only in home page 25 words with one link ?
    I have tryed with
    <?php if(is_home() && $post==$posts[0] && !is_paged()) { ?>


    <?php } ?>


    And dont works
     
    bebe123, Oct 16, 2009 IP
  2. 12holger34

    12holger34 Peon

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What a funny question. I dont have a clue. Sorry
     
    12holger34, Oct 21, 2009 IP
  3. dickieknee

    dickieknee Active Member

    Messages:
    441
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    80
    #3
    please explain yourself better as it does not make any sense
     
    dickieknee, Oct 22, 2009 IP
  4. Grim_Cris

    Grim_Cris Peon

    Messages:
    53
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Where do you want exactly to put them? Tell us more about this
     
    Grim_Cris, Oct 22, 2009 IP
  5. addlinkurl

    addlinkurl Well-Known Member

    Messages:
    2,409
    Likes Received:
    129
    Best Answers:
    0
    Trophy Points:
    155
    Digital Goods:
    1
    #5
    if on main part, add the words in index.php.

    if you want to add in sidebar(sidebar.php), use this code:

     
    addlinkurl, Oct 22, 2009 IP
  6. Grim_Cris

    Grim_Cris Peon

    Messages:
    53
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    also, you can change the index.php page if you want to show your text JUST in home page :D
     
    Grim_Cris, Oct 22, 2009 IP