Wordpress Automatic Read more?

Discussion in 'WordPress' started by LbR, Mar 15, 2009.

Thread Status:
Not open for further replies.
  1. #1
    Hey,

    I want an automatic Wordpress Readmore plugin that just display 2-3 lines of news and ask for read more? I don't remember up the name. If its limit post. I don't know how to use it
     
    LbR, Mar 15, 2009 IP
  2. Big0ne

    Big0ne Well-Known Member

    Messages:
    2,614
    Likes Received:
    81
    Best Answers:
    0
    Trophy Points:
    165
    #2
    Big0ne, Mar 15, 2009 IP
    LbR likes this.
  3. LbR

    LbR Banned

    Messages:
    970
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I found something like this


    <?php the_content(''); ?>
    Code (markup):
     
    LbR, Mar 15, 2009 IP
  4. LbR

    LbR Banned

    Messages:
    970
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Something Bad Happened when I replaced here
     
    LbR, Mar 15, 2009 IP
  5. Big0ne

    Big0ne Well-Known Member

    Messages:
    2,614
    Likes Received:
    81
    Best Answers:
    0
    Trophy Points:
    165
    #5
    This is what I am talking about.

    I just noticed your reply. It looks you didn't configure this properly. Check the site I give you link to.

    Let me know if you need any additional help on this.
     
    Big0ne, Mar 15, 2009 IP
  6. dickieknee

    dickieknee Active Member

    Messages:
    441
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    80
    #6
    it looks like you have deleted either a opening or closing div causing the misalignment of the blog
     
    dickieknee, Mar 15, 2009 IP
  7. bogtab

    bogtab Peon

    Messages:
    553
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I've been looking for this also, I might give it a try (on a test blog first though).
     
    bogtab, Mar 15, 2009 IP
  8. Y2K

    Y2K Peon

    Messages:
    193
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Y2K, Mar 15, 2009 IP
  9. LbR

    LbR Banned

    Messages:
    970
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #9


    Code Looks Like.

    <?php the_excerpt(''); ?>
    		<div class="details2">
    			<?php the_tags('<p class="l">Tags:', ', ', '</p>'); ?>
    PHP:
     
    LbR, Mar 16, 2009 IP
  10. deluxdon

    deluxdon Catch Me If You Can...!!!™ Staff

    Messages:
    25,481
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #10
    Why don't you use Homepage Excerpts Wordpress Plugin for that :confused:

    dailyblogtips.com/homepage-excerpts-wordpress-plugin/

    DON.
     
    deluxdon, Mar 16, 2009 IP
    LbR likes this.
  11. LbR

    LbR Banned

    Messages:
    970
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Don is really a Don. lmao thanks lemme test it up
     
    LbR, Mar 16, 2009 IP
  12. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #12
    deluxdon and bigone gave right suggestion, but i would like to add one things its not a plugin (maybe many are exist) but its code for manually editing theme.

    ur problem already solved i give this info just for other users.
     
    Jalpari, Mar 17, 2009 IP
  13. ruthless321

    ruthless321 Member

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #13
    Can this be done..

    I want the read more option to cm automatically below my post's image

    My posting format is like this

    Title
    Image
    Description
    ....

    So i want the read more option to come just below the Image. Please Help!
    Thanks
     
    ruthless321, Mar 22, 2009 IP
  14. getadviced

    getadviced Well-Known Member

    Messages:
    557
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    130
    #14
    getadviced, Mar 22, 2009 IP
    LbR likes this.
  15. UIS4821

    UIS4821 Peon

    Messages:
    354
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Do a Google search on "Homepage Excerpts". I know Daniel Scorcco (spelling) at Dailyblogtips.com has one he made that's free. I used on my blog.
     
    UIS4821, Mar 22, 2009 IP
    LbR likes this.
  16. LbR

    LbR Banned

    Messages:
    970
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Thanks Guys Seems to be working with all type of addons
     
    LbR, Mar 23, 2009 IP
Thread Status:
Not open for further replies.