Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2013-10-02 12:03:29
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,315
sub category full url
this is section/category url.
<a href="/cakes/?c=sweet-cakes">Sweet cakes</a>
but i need section/category/sub-category full url. this is not correct:
<a href="/cakes/?c=sweet-cakes?c=marchpane">Marchpane</a>
Offline
#2 2013-10-02 12:22:19
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,315
Re: sub category full url
<a href="/cakes/?c=sweet-cakes&c=marchpane">Marchpane</a>
(& instead of ?) ?
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#3 2013-10-02 12:31:46
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,315
Re: sub category full url
yep, thank’s uli
Offline
#4 2013-10-02 12:39:05
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,315
Re: sub category full url
Would even work in clean URL mode: /cakes/sweet-cakes/marchpane
Just tried. Didn’t know :)
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#5 2013-10-03 07:45:03
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,315
Re: sub category full url
uli wrote:
Would even work in clean URL mode:
/cakes/sweet-cakes/marchpane
not here… :(
Offline
Pages: 1