Daris Strickland

Results 2 comments of Daris Strickland

I was able to do this by rearranging the rewrite rules: ``` php $newrules['(' . $line_separated . ')/(\d*)$'] = 'index.php?post_type=$matches[1]&m=$matches[2]'; $newrules['(' . $line_separated . ')/(\d*)/(\d*)$'] = 'index.php?post_type=$matches[1]&m=$matches[2]$matches[3]'; $newrules['(' . $line_separated...

Thanks! I think at the time, I was concerned about php 5.3 support and that constant wasnt added until 5.4