Any wordpress plugin that can do that?

Discussion in 'HTML & Website Design' started by TheLasTSamuRai, Mar 22, 2009.

  1. #1
    Hi
    im looking for wordpress plugin or hack to hide all links in every posts (for registered and no registered people)
    i dont care if no one cans see the links i just want to hide them all :D
    thanks
     
    TheLasTSamuRai, Mar 22, 2009 IP
  2. TheNoose

    TheNoose Peon

    Messages:
    1,005
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Do you want to blend them with the normal text, or just hide them completely?
     
    TheNoose, Mar 22, 2009 IP
  3. aaron d.

    aaron d. Peon

    Messages:
    37
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    What do you mean by hide them? Do you still want the actual links in your posts just colored like the background or do you want them filtered out?

    If the former, you can do that with CSS, no need for a plugin.
     
    aaron d., Mar 22, 2009 IP
  4. TheLasTSamuRai

    TheLasTSamuRai Active Member

    Messages:
    345
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #4
    thanks for replying me
    i want to hide them or even delete them (not blend them)
     
    TheLasTSamuRai, Mar 22, 2009 IP
  5. omglol

    omglol Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You could just have in the CSS:

    a {
    display: none;
    }
     
    omglol, Mar 23, 2009 IP