Bizway theme - New Feature area for an image

Discussion in 'BizWay WordPress Theme' started by erinbro, Dec 19, 2013.

  1. erinbro

    erinbro Member

    Joined:
    Dec 28, 2011
    Messages:
    52
    Likes Received:
    1
    Could you please give me the code for adding an extra feature area on the home page of the BizWay theme so that I can add an image with a heading on the home page.

    Thank you.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the front-page.php file present in your theme directory and paste the code given below in that file

    Code:
    <div class="feature">
      <div class="feature-item">
        <a href="Enter link for the feature section"><h1>Enter your feature heading</h1></a>
        <a href="Enter link for the feature section"><img class="feature-img" src="Enter the url address of feature image" alt="Feature Image extra" /></a>
        <p>Enter the description text for feature section  </p>
      </div>
    </div>
    See the image for reference.
    [​IMG]

    This will solve your issue.
     

Share This Page