python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Create link to specific blog article by primary key in Django and slugify url
I am following some basic tutorials to learn the basics of building websites in Django.
I have a "news template" working, but I am struggling to (understand) create the links to a specific d...
Nicolaj Jeppesen
Votes: 0
Answers: 1
TYPO3 change slug prefix
Is it possible to change the prefix of the slug field? There is the url https://www.example.com/MYSLUG. But it should be https://www.example.com/page1/page2/MYSLUG.
I've extended the TCA with this:
'a...
180690
Votes: 0
Answers: 0
Laravel custom permalink
I am trying to change the url of my article page so instead of showing the article id I'd like to show the article title.
Currently the URL is as follows;
https://www.example.com/posts/post/32
Where 3...
assiemp
Votes: 0
Answers: 1