MichDe / sweetcron

Automatically exported from code.google.com/p/sweetcron
Other
0 stars 0 forks source link

Search engine friendly urls - permalinks #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Instead of urls like http://www.christiancabuay.com/items/view/54 how about
something like http://www.christiancabuay.com/items/view/postname

Original issue reported on code.google.com by christia...@gmail.com on 29 Aug 2008 at 5:58

GoogleCodeExporter commented 9 years ago
can be semi-achieved right now

<a href="<?php echo $item->get_permalink()?>/<?php echo 
$item->get_name()?>">SEO link</a>

Original comment by yongf...@gmail.com on 29 Aug 2008 at 8:54

GoogleCodeExporter commented 9 years ago
Where do I change this?

Regards,
Stefan

Original comment by ste...@stranger.nl on 30 Aug 2008 at 8:20