Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I very simply would like to rewrite http://reggi.com/feed/?post_type=portfolio to http://reggi.com/portfolio/feed. I would like to do this via wordpress and not .htaccess, however if that solution is simple I may consider it. I would also like to not use a plugin.

share|improve this question
1  
Um, it already works? reggi.com/portfolio/feed – chrisguitarguy Sep 28 '11 at 2:24

closed as too localized by toscho Jul 16 '12 at 23:31

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

As long as you have a non-default (i.e. "pretty") permalink structure enabled, the default WordPress mod_rewrite rules already generate the feed URL you want.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.