Is there anyway to change the machine name of blog, for drupal core blog content type to something else or hide it at node/add/blog

?

Comments

bhatmahesht’s picture

Hack the core blog module and look for hook node_info and change the machine name of the blog . But it is not advisable to hack the core.

--
Passionate about Drupal

sp09’s picture

I tried changing the name but nothing happened. When you go to create a node I want the blog word changed to something as at node/add/blog. Where do I change the word inside the code for this to happen?

sp09’s picture

nobody has tried this?