Question regarding wordpress

Discussion in 'Search Engine Optimization' started by Rapid_SEO, Mar 8, 2010.

  1. #1
    I am using wordpress as blog on my website n wana display updates on home page regarding new posts on blog, plz provide me code or suggest if wordpress has this type of plugin or something like that?
     
    Rapid_SEO, Mar 8, 2010 IP
  2. Rapid_SEO

    Rapid_SEO Peon

    Messages:
    218
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    should I use Entries (RSS) feeds to display them on my home page? but how? my website is in php

    where I wana display these updates the following code is covers the area:

    <div class="topbox">
    <h3 class="boxheader"><font color="red">Blog Updates</font></h3>
    </div>
    <div class="middlebox">
    </div>
    <div class="bottombox">
    </div>
     
    Rapid_SEO, Mar 8, 2010 IP
  3. vezhead

    vezhead Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    This code will display a bulleted list of your titles. You can change the number 10 to how many you want.

    <ul>
    <?php get_archives('postbypost', 10); ?>
    </ul>
     
    vezhead, Mar 8, 2010 IP
  4. seo555

    seo555 Peon

    Messages:
    1,035
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4

    thanks vezhead i will also try this
     
    seo555, Mar 8, 2010 IP
  5. elie-palima

    elie-palima Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I think your referring to the "recent posts" widget..

    you can go there by logging in wordpress>> then click on "widgets" >>> then just drag and drop the "recent post widget"
     
    elie-palima, Mar 8, 2010 IP
  6. Rapid_SEO

    Rapid_SEO Peon

    Messages:
    218
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    o great thnx for the help, let me try this out.
     
    Rapid_SEO, Mar 8, 2010 IP
  7. securitydirectory

    securitydirectory Peon

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    use calender only, it will shows all of it
     
    securitydirectory, Mar 8, 2010 IP
  8. Rapid_SEO

    Rapid_SEO Peon

    Messages:
    218
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I tried but still not getting the results.
    Ok here you go:
    Example:
    abcd123.com/blog
    I want to show the entries/posts on:
    abcd123.com at any location of page like left side of page etc what to do now?
     
    Rapid_SEO, Mar 17, 2010 IP