How to remove default blog from admin nav menu?

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) ?

Hi @trader47,

Check this out: Remove default navigation menu items.

1 Like

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.

1 Like

Removed themes/demo/blueprints and that’s sorted it, thanks! (app/blueprints folder is empty btw, with a fresh install)

1 Like

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