Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Fixing WordPress
    In reply to: get_posts()
    Thread Starter williamwdoyle

    (@williamwdoyle)

    that worked great…
    now maybe you can tell me how to show the most recent post on my front page and limit the amount of words that show up without using something like the_content_rss() and without using the_excerpt() (since I don’t want to count 150 words and then copy and paste every time i write a post). it is a single entry page (because I limited the amount of entries with query_posts('showposts=1'); so i can’t use the <!--more--> function. I thought that I could just use a substring function, but I am not exactly sure how to do that either. Anyways… any input would be great. Thanks

    Thread Starter williamwdoyle

    (@williamwdoyle)

    why would I want to turn it around? I want to offset 1 from the last comment and show the last 3 posts…. whereas you are saying offset 3 from the last and show 1….

Viewing 2 replies - 1 through 2 (of 2 total)