İsmail
İsmail

Reputation: 354

Using Category ID in Permalinks

How can I use category ID in wordpress permalinks? I want to use it on permalinks. For example it looks so now;

x.com/category/general

I want it to show so;

x.com/ {some tags} 123

We write %post_id% for post IDs. But what must we write for Category IDs?

Upvotes: 0

Views: 104

Answers (1)

Pramod Kharade
Pramod Kharade

Reputation: 2085

We can define or set permalink in different format so, in admin section in permalink setting option. select the default option and gives category inside category base ex: category input box

and save the changes. so, You can get that permalink using get_permalink()

Upvotes: 1

Related Questions