Reputation: 479
setting up a new wordpress blog. slight problem and I've looked everywhere but cant seem to reference it. all over the net the usual syntax for select a specific category on wordpress sites is http://your.url/category/category_name/
for my site this syntax does not work. I get a page not found error. yet when i actually click on a category i have posted under it gives me a url like this http://www.your.url.co.uk/?cat=51
i can only assume 51 is the cat #
any ideas why the usualy doesnt seem to apply to my site. ps i have latest version installed
Upvotes: 0
Views: 96
Reputation: 11
Go to settings-permalinks, and custom struckture, type in:
/%category%/%postname%/
Upvotes: 1
Reputation: 1899
All the other sites you have seen this on are probably using category permalinks. Goto your dashboard and look under Settings->Permalinks. There is an optional area for building custom category URLs.
Upvotes: 1