I’ve just installed a new october and also installed the rainlab blog plugin (which I want to use, not the default ‘blog’ which comes with ocms).
How do I remove the first ‘Blog’ (the default one) menu item (so that I only use the 2nd rainlab one) ?
I’ve just installed a new october and also installed the rainlab blog plugin (which I want to use, not the default ‘blog’ which comes with ocms).
How do I remove the first ‘Blog’ (the default one) menu item (so that I only use the 2nd rainlab one) ?
look at taylor blueprints and remove them
Yes
Either delete them from app/blueprints or themes/demo/blueprints
You can also use command php artisan october:fresh to remove all demo content.
Removed themes/demo/blueprints and that’s sorted it, thanks! (app/blueprints folder is empty btw, with a fresh install)
Yes, the location depends on the October CMS version. In v3.7, they are located in the theme; in v3.6 and earlier, they are in the app directory.
I hope this helps!