FIx for with front not working
-
For anyone else trying to use this plugin and have set the option for with front to false but are not able to access the page without the base url set for the blog follow the instructions below.
in the file custom-post-type-maker.php edit line 203 from
if ( $cptm_withfront ) { $cptm_rewrite_options[‘with_front’] = $cptm_withfront; }
to
$cptm_rewrite_options[‘with_front’] = $cptm_withfront;
then go to your permalinks setting and save to flush the rewrite rules.
- The topic ‘FIx for with front not working’ is closed to new replies.