I need some help about Custom permalinks for custom post types.
I have created a custom post type called “evento” and 3 custom fields for storing date, month and year of the events.
I would like to have a permalinks structure like this:
/eventos/2012/07/30
… where the standard structure would be:
/?post_type=evento&ano=2012&mes=07&dia=30
How to make this magic happen in WordPress? I do not know much about .Htaccess =(
Thanks in advance!!!
Problem solved!!!! =)