php - How To Edit Index Page In Magento -


i want edit html of content area in index page in magento. have tried many times failed. unable find index.phtml file in theme.

porto theme\app\design\frontend\smartwave\porto\template\page\html 

this root directory of theme

for example html

<div class="container"> <div class="row"> <div class="col-md-3 col-sm-3"></div> <div class="col-md-3 col-sm-3"></div> <div class="col-md-3 col-sm-3"></div> </div> </div> 

i want changes here in index page

magento directory

if wanted put html on home page can easy way. in porto theme there several homepages have found active home page (may it's url-key "home") , edit them clicking record.

steps

  1. login adminpanel
  2. select cms > pages
  3. choose page url-key home page or active home page
  4. you edit mode of selected page
  5. select content tab left tab
  6. put html code in content box
  7. save , catch clear
  8. done.

Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -