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) ?
apinard
#2
1 Like
snipi
#3
look at taylor blueprints and remove them
daft
#4
Yes
Either delete them from app/blueprints or themes/demo/blueprints
Eoler
#5
You can also use command php artisan october:fresh
to remove all demo content.
1 Like
Removed themes/demo/blueprints and that’s sorted it, thanks! (app/blueprints folder is empty btw, with a fresh install)
1 Like
daft
#7
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!
1 Like