I cannot update to the latest version of the theme as I have customised it quite a lot for the client. What is the fix for wordpress 3.1 version. What part of the theme code do i need to change to get round this problem.
Thanks
James
I cannot update to the latest version of the theme as I have customised it quite a lot for the client. What is the fix for wordpress 3.1 version. What part of the theme code do i need to change to get round this problem.
Thanks
James
Hey,
In habitat/theme_options/portfolio.php replace:
'rewrite' => array('slug'=>$slugRule.'/portfolio','with_front'=>true),
with:
'rewrite' => array('slug'=>'/portfolio','with_front'=>true),You must log in to post.