I have a wordpress blog. I would like to move one category (posts) to another page, like "about" page. I want to keep everything else normal (feed), exept that this category wouldn't be on main page anymore. Is it possible, and how could I do this? thanks
Pages don't show up in the feed so the only way to keep the feed unchanged is to leave a copy there. If you add it to an about me page then delete the original it will disappear from your feed. Edit: If you are just trying to get a link that stays visible on your pages I would edit the sidebar (or wherever you links are) with a direct link to the original post. That will keep your feed intact and still let everyone find your "About Me" or whatever you decide to call it. If you do this just put it under the same section it would show if you made a page in wordpress and use <li> </li> around it. Cheers.
Yes nice idea, but I need link to more then just one post. I wanted to remove category from main page to another page. But if this isn't possible I'll just have all posts on main page and then have two main categories in sidebar. thanks