PixelMathis
Senior Member
- Jun 10, 2014
- 1,195
- 490
How can I set URL in wordpress like this - site.com/12857/xxxxx?
https://yourdomain.com/wp-admin/options-permalink.php
12857/%postname%/
set via permalink in wordpress like /%category%/%postname%/How can I set URL in wordpress like this - site.com/12857/xxxxx?
set via permalink in wordpress like /%category%/%postname%/
in this case of yours i assumed 12857 is category name and other is post name
What is that xxxx?
If it can be your post/page url, Goto
Code:https://yourdomain.com/wp-admin/options-permalink.php
select the last radio button ie. Custom Structure
and input the following in the field
Code:12857/%postname%/
and press Save changes button
setup just url.com/post otherwise your url will be bloody long.
You need generated one or only that numbers ?I know that but as mentioned in the OP I wish to use that specific combination
You need generated one or only that numbers ?
You can add /12312321/%postname%/
or
NUMBERS%post_id%/%postname%/