Ok, I’m getting close here. This is about the last thing I want to do before I buy EE and install it on my hosting account.
I’d like to create a list of weblogs, with URLs to the first entry in each one. I can do this with categories, but it isn’t exactly what I want and I’m positive that Google will see the result as duplicate content. Here is what I’m using:
{exp:weblog:categories weblog="calculators" style="nested" show_empty="no"}
<a href="http://{path=calculators/tutorial}">{category_name}</a>
{/exp:weblog:categories}The problem is that creates a URL like this:
http://localhost/index.php/calculators/tutorial/C4/
That takes me to exactly the same “page” as this URL:
http://localhost/index.php/calculators/tutorial/hp10b
Obviously, the difference is at the end of the URL. I would like the one that ends in “hp10b” to end up in the URL, not “C4”.
So, the Docs say go to Global Weblog Preferences and set URL Category Titles in Links to “yes.” But if I do that, I get this URL:
http://localhost/index.php/calculators/tutorial/category/hp10b/
Close, but now it has inserted /category/ into the URL string. Even worse, as I write this, that URL doesn’t work. Even if it did, that is still creating a new link for identical data.
So, is there a way to create a list of URLs that look like this:
http://localhost/index.php/calculators/tutorial/hp10b
Maybe I shouldn’t be using categories at all. I’m still fumbling around, but I’m getting closer.
Thanks,
Tim