Hi, I am trying to add the year and monthum to the permalink of a custom post type in the regular WordPress format:
http://mysite.com/2010/09/section/page_title
What is the best way to accomplish this? Doesn't look like I can insert dynamic values in the register_post_type array such as:
'rewrite' => array( 'slug' => '%year%/%monthnum%/section');
I've been trying to get this to work all day, thanks for any help.