new using wordpress..need help!

Discussion in 'WordPress' started by lastname, May 26, 2008.

  1. #1
    i using an adsense ready wordpress the by doshdosh for my 1st blog.how can i change adsense pub id?
     
    lastname, May 26, 2008 IP
  2. lastname

    lastname Peon

    Messages:
    510
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    i already found :)
     
    lastname, May 26, 2008 IP
  3. godsofchaos

    godsofchaos Peon

    Messages:
    2,595
    Likes Received:
    124
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Lol. That was quick! Cool, love that template anyway. Best of luck in your journey with wp! It really is the best platform ever.
     
    godsofchaos, May 26, 2008 IP
  4. lastname

    lastname Peon

    Messages:
    510
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    yup..thank's but i still have problem..i want to change "Read the rest of this entry" and how to add widget in sidebar..?anybody?
     
    lastname, May 26, 2008 IP
  5. lastname

    lastname Peon

    Messages:
    510
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    it's quiet here..where's anybody? :|
     
    lastname, May 26, 2008 IP
  6. Ajucoolest

    Ajucoolest Well-Known Member

    Messages:
    616
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    128
    #6
    What do you want it to change to ?

    And widget can be added into your theme if the theme is widget ready.

    It can be found under Presentation > Widgets

    whether your theme is widgets ready or not.

    Hope that helps :)
     
    Ajucoolest, May 26, 2008 IP
  7. lastname

    lastname Peon

    Messages:
    510
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    tks..Ajucoolest..i want to change "read the rest of this entry" with "continue reading"..i hope u know what i mean
     
    lastname, May 26, 2008 IP
  8. muhammad arif

    muhammad arif Well-Known Member

    Messages:
    1,326
    Likes Received:
    176
    Best Answers:
    0
    Trophy Points:
    185
    #8
    Man i was looking for the same, few months back, but couldn't find any solution for it, just i got the answer as that it is theme supported feature.May be there is any other short way, but if you talking about the ' Read more...' just like at doshdosh blog then above is true.
     
    muhammad arif, May 26, 2008 IP
  9. UseShots

    UseShots Peon

    Messages:
    244
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #9
    If you can edit the theme files, find the following code in index.php of the theme

    <?php the_content('Read the rest of this entry &raquo;'); ?>
    PHP:
    and replace the Read the rest of this entry &raquo; string with whatever you want

    for example

    <?php the_content('continue reading ...'); ?>
    PHP:
     
    UseShots, May 27, 2008 IP
    muhammad arif likes this.