Question about Wordpress

Discussion in 'WordPress' started by Istvan, Jun 27, 2007.

  1. #1
    Istvan, Jun 27, 2007 IP
  2. cormac

    cormac Peon

    Messages:
    3,662
    Likes Received:
    222
    Best Answers:
    0
    Trophy Points:
    0
    #2
    cormac, Jun 27, 2007 IP
    Istvan likes this.
  3. Istvan

    Istvan Well-Known Member

    Messages:
    1,544
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    175
    #3
    Thanks cormac. I was looking for this! :)
     
    Istvan, Jun 28, 2007 IP
  4. WACMan

    WACMan Peon

    Messages:
    253
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #4
    There are several good threads here on popular plugins used by here is a great source for most all of them:

    http://wp-plugins.net/
     
    WACMan, Jun 28, 2007 IP
  5. fundu

    fundu Well-Known Member

    Messages:
    1,230
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    185
    Digital Goods:
    2
    #5
    I also own a wordpress blog and use permalinks to to this. This is a pluging which you'll have to install. And then you can create such links.
     
    fundu, Jun 30, 2007 IP
  6. Etherfast

    Etherfast Peon

    Messages:
    1,192
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Wrong, fundu.
    Permalinks control is a default option in Wordpress.
     
    Etherfast, Jun 30, 2007 IP
  7. Istvan

    Istvan Well-Known Member

    Messages:
    1,544
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    175
    #7
    I have got another question about WP...

    Is there a way to turn off the date in posts? I have found a plugin but it doesn't work... :(

    Any idea?
    Thanks
     
    Istvan, Jul 11, 2007 IP
  8. Etherfast

    Etherfast Peon

    Messages:
    1,192
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #8
    No obvious way, but you can remove that part from the template file ;)
    For example, in index.php / single.php there's a part that echoes the post date. Simply remove it and it won't show up on the live page.
     
    Etherfast, Jul 11, 2007 IP
  9. Istvan

    Istvan Well-Known Member

    Messages:
    1,544
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    175
    #9
    Have I to do this for every post? Or will this fix the problem in every post?

    Thanks
     
    Istvan, Jul 11, 2007 IP
  10. bsdpowa

    bsdpowa Banned

    Messages:
    388
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #10
    That's why it's called template. You don't have to do this for every post. Do what Etherfast have told you and you should be fine although I don't know why would someone want to remove date stamps in his posts.
     
    bsdpowa, Jul 11, 2007 IP
  11. Hernan

    Hernan Peon

    Messages:
    45
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #11
    You have to delete it from the theme/template you are using... generally looks like this:

    the_time('F dS, Y ');

    you just quit that line and goodbye date
     
    Hernan, Jul 11, 2007 IP