All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Category URLs with low seg2cat

Fedor 23 Nov 2011 10:51 question, complete

Hi,

i would have this kind of url for categories

site.com/weblog/category/url-title
and
site.com/weblog/category/subcategory/url-title

How do i do? I use ee1

Thanks

Replies

  1. Low 23 Nov 2011 13:14

    You can't use Low Seg2Cat to build URLs, it just scans the URL for category_url_titles and creates global variables per segment that you can use in your templates. You'll have to create the URLs you want yourself.

    I think you're after something like this (EE1):

    {exp:weblog:entries} 
    <a href="/weblog{categories}/{category_url_title}{/categories}/{url_title}">...</a>
    {/exp:weblog:entries}


    ...or something like that. Best check with the fine support crew over at expressionengine.com.

  2. Fedor 23 Nov 2011 15:12

    Ok, thanks

    and sorry for the inappropriate question

  3. Low 23 Nov 2011 15:17

    No worries, Fedor. Good luck!