Hey all,
I am using K2, along with my wordpress and I need to get something to work.
I want to manually place a link in the menu to lead to a specific URL. For example, right now, the links are to my homepage, pages, and the site admin.
Well, I want to add one link in the menu that leads to one of my category archives.
Can anyone please help?
you can use permalinks and make the folder the link, but in k2 you can add the links manually,
for example yoursite.com/blah
you can make a page named blah and change teh permalink to blah
when the user clicks teh blah link they will end up to yoursite.com/blah
make sure you have permalinks on
yoursite.com/wp-admin/options-permalink.php
also try to not use the date ones, i suggest just simply using /%postname%/
When I use /%postname%/, I get a 404 on my pages.
I go to my category pages. It goes to mywebsite.com/category/news
but it can't find it so it says, 404.