Text area to homepage

Discussion in 'BizWay WordPress Theme' started by birdgroup, Mar 14, 2014.

  1. birdgroup

    birdgroup Member

    Joined:
    May 16, 2013
    Messages:
    32
    Likes Received:
    1
    Is it possible to add some text below the 3 images and above the footer on the homepage please?
     
  2. Piyush

    Piyush Support Staff

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

    If you want to add some description text below the feature images then
    go to the Appearance -> Theme Options -> Homepage Feature Area panel in your dashboard and
    enter your text in their respective Feature Description section.

    Or

    If you want to add another text area below the feature section and above the footer on the homepage then
    go to the front-page.php file present in your theme directory and add the code given below in that file as shown in the image given below.

    Code:
    <div class="extra_text"><p>Enter your text here </p></div> 
    [​IMG]

    This will display your text below the feature section and above the footer area, on the home page .
     

Share This Page