Quantcast
Channel: Basics of Java and Cloud Computing - Nominated in Social Media Awards 2011 » WordPress
Viewing all articles
Browse latest Browse all 10

WordPress – get List of all URLs of your Blog’s posts

$
0
0

Open Editor in your self-hosted wordpress blog. Write following code in the editor after the line: <!– POST ENTRY END –> <h3>Last 1000 Articles</h3> <ul> <?php query_posts(‘showposts=1000′); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <li><?php the_permalink() ?></li> <?php endwhile; endif; ?> </ul> Open the Page in Browser to […]

The post WordPress – get List of all URLs of your Blog’s posts appeared first on Basics of Java and Cloud Computing - Nominated in Social Media Awards 2011.


Viewing all articles
Browse latest Browse all 10

Latest Images

Trending Articles





Latest Images