0

I have a lot of useless static blocks on my page that I would like to get rid of, the only thing is, I cannot find them in the normal CMS> Static Blocks or Configuration settings.

I would like to put more useful info in these boxes and get rid of some altogether.

Do I need to edit the template? if so, how and where do I find it?

Fabian Schmengler
66.2k25 gold badges191 silver badges422 bronze badges
asked Sep 20, 2015 at 7:17

2 Answers 2

3

This is probably because static content is added from files and those files are directly added in .phtml files.

Its also possible that content is added in current static block. ie we can edit new.phtml files to show some static content to display on home page. This is not best practice but i saw many sites doing this and this is **STRONGLY not recommended**

You should remove that types of content and add static block as mentioned in https://stackoverflow.com/a/20948077/949003.

you can turn on template hint as told by @erfan.

System -> Configuration -> Developer -> Select a website or store view scope (current configuration scope) -> and turn on "Template path hints"
answered Sep 20, 2015 at 8:23
1

You can turn on template hints, refresh the frontend, and it will tell you which template file the content comes from.

You can turn on template hints in System -> Configuration -> Developer -> Select a website or store view scope (current configuration scope) -> and turn on "Template path hints"

answered Sep 20, 2015 at 7:25

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.