Jump to content

How to edit the content boxes


Guest powerlifer

Recommended Posts

Guest powerlifer

Hello as you can see on my site i would like to remove the welcome box and have the latest products box at the top. I cant seem to find the file to edit the content boxes.

The url is :Natu Health

Anyhelp is greatly appreciated

Link to comment
Share on other sites

Guest powerlifer

skins/yourskin/styleTemplates/index.tpl

Hello Roban i have been editing the index.tpl file but all i can find for the content is {page_content}. Where can i locate this page_content file so i can edit the boxes etc.

Thanks again Roban

Link to comment
Share on other sites

Guest Brivtech

Specifically, you'll need to access the

skins/yourskin/styleTemplates/content/index.tpl

Make a backup of the file before carrying out any changes, in case you need it to fix something, or if you change your mind over how the code is displayed.

Within the code, you'll have (will vary from skin to skin, but follows the same basis):

{HOME_CONTENT}


and delete it if you don't want it.



and for the latest products, look for the tags:




<!-- BEGIN: latest_prods -->


and


<!-- END: latest_prods -->


and delete everything including and between them to clear our the latest products.



If you wanted to replace anything, you will need to put it between the 




<!-- BEGIN: index -->


and 


<!-- END: index -->

tags.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...