Bloggeries

Go Back   Blog Forum - Bloggeries > Blogging Tools and Resources > Tech Talk

Tech Talk Get help with the technical side of blogging. Discuss blog customisation, plugins and widgets.

Learn how to set up a blog, start blogging, produce quality content and use these forums as your internet marketing courses.

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old December 20th, 2009, 01:55 PM
jimburnettva's Avatar
Blogger in Training
 
Join Date: Dec 2009
Location: VA
Posts: 19
iTrader: (0)
jimburnettva is on a distinguished road
Default Wordpress Plugin: SiteLinks.

SiteLinks is a wordpress plugin that displays a simple page with links to your Wordpress posts. The page shows 80 posts at a time in the order of most recent to oldest. Good for helping search engines index your site. Looking at logs I see that search engines love this links page and many times search engines check back to this page way more often then a typical siteMap XML file.

Wordpress Plugin: SiteLinks.
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote

Don't Like Ads?? Register as a Member and These Ads Will Disappear!

-->
  #2  
Old January 9th, 2010, 03:05 PM
Brand Spanking New Member
 
Join Date: Jan 2010
Posts: 3
iTrader: (0)
Aruffell is on a distinguished road
Default Re: Wordpress Plugin: SiteLinks.

Any benefit to having this over the google xml sitemap creator?

Andy
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
  #3  
Old January 10th, 2010, 12:56 PM
Bonafide Blogger
 
Join Date: Aug 2007
Posts: 79
iTrader: (0)
wordpressthemesbiz is on a distinguished road
Default Re: Wordpress Plugin: SiteLinks.

you do not need to use a plugin for this.

create a new page.php. replace,

Quote:
<?php the_content(); ?>
with

Quote:
<?php
global $post;
$myposts = get_posts('numberposts=80&offset=0');
foreach($myposts as $post) :
setup_postdata($post);
?>
<li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
<?php endforeach; ?>
called sitemap.php. when creating a new page, use this page from right sidebar.

you can change the limit 80.
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
Reply

Bookmarks

Tags
seo , wordpress plugin

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 01:11 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 RC1

Blog Directory | Submit Blog | Latest Blogs | Blogging Blog | Blog Reviews | Blog Forum