Home page feature area - want to increase from 3 to 9

Discussion in 'BizWay WordPress Theme' started by texarun, Nov 26, 2012.

Thread Status:
Not open for further replies.
  1. texarun

    texarun New Member

    Joined:
    Oct 5, 2012
    Messages:
    4
    Likes Received:
    0
    I am having Bizway Pro theme. How can I increase the feature area to 9, i.e. 3 rows x 3 featured posts from the current 1 row x 3 featured posts?

    Thanks in advance.
    Arun Chattopadhyay
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to "front-page.php " present in your theme directory and add the code given below

    Code:
    <div class="main-content-container">
      <div class="container_24">
        <div class="grid_24">
          <div class="main-content">
        <div class="grid_sub_8 sub_alpha">
        <div class="page-item first-item view view-ninth">
       
           
           
        <a href="[B]Enter your link here[/B]"><h1>[B]Enter your heading here[/B]</h1></a>
       
       
       
        <a href="[B]Enter your link here[/B]"><img class="effect" src="<?php echo get_template_directory_uri(); ?>/[B]Enter your link address[/B]" /></a>
       
                        <p>[B]Enter your content here[/B]</p>
                        </div>
        </div>
        <div class="grid_sub_8 sub_middle">
        <div class="page-item item-two view view-ninth">
       
        <a href="[B]Enter your link here[/B]"><h1>[B]Enter your heading here[/B]</h1></a>
       
       
       
           
               
        <a href="[B]Enter your link here[/B]"><img class="effect" src="<?php echo get_template_directory_uri(); ?>/[B]Enter your link address[/B]" /></a>
       
                        <p>[B]Enter your link here[/B]</p>
                 
        </div>
        </div>
        <div class="grid_sub_8 sub_omega">
        <div class="page-item last-item view view-ninth">
       
        <a href="[B]Enter your link here[/B]"><h1>[B]Enter your heading here[/B]</h1></a>
               
               
        <a href="[B]Enter your link here[/B]"><img class="effect" src="<?php echo get_template_directory_uri(); ?>/[B]Enter your link address[/B]" /></a>
       
                        <p>[B]Enter your link here[/B]</p>
                 
        </div>
        </div>
        </div>     
          </div>
          <div class="clear"></div>
        </div>
      </div>
    Sending image for reference
    [​IMG]


    This will solve your issue.
     
  3. texarun

    texarun New Member

    Joined:
    Oct 5, 2012
    Messages:
    4
    Likes Received:
    0
    Hi Gourav,

    Lots of thanks. I have no knowledge of php coding but your guidance has solved my problem. Have few questions.

    1. For the image links - where should i upload the images? In the media folder or the theme's image folder?

    2. Your code has added one row of 3 features. Guess i have to copy/paste the same code below this one to get another row, right? If not, please let me know.

    Thanks again, for your hand holding guidance to this newbie. :)

    Arun
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue
    You can upload image in a media library and provide its link there.

    2.For your second issue
    Yes, paste that code one more time.
     
  5. texarun

    texarun New Member

    Joined:
    Oct 5, 2012
    Messages:
    4
    Likes Received:
    0
    Thanks again, Gourav - for the prompt reply.

    Regards
     
Thread Status:
Not open for further replies.

Share This Page