Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

If you Like the Asteria Lite Theme and want to Keep it free forever Please Rate it on Wordpress.org (It only takes a few seconds)
Viewing 2 posts - 1 through 2 (of 2 total)

Add block in frontpage

Home Forums Free Theme Support Asteria Lite Add block in frontpage

  • #110011

    Mickael

    Hi,
    Is there any possibilty to add just one block in front page ? I need five blocks instead of four by default.

    Thank you ! 🙂

    #111031

    Towfiq I.

    administrator

    open up content-blocks.php and add this:

            <!--BLOCK5 START-->
             <a href="block5 link here">
            <div class="midrow_block">
                <div class="mid_block_content">
                <div class="block_img"><div class="icon_wrap"><i class="fa-cog fa-2x"></i></div></div>
    
                <h3>block5 title</h3>
                <p>block5  content</p>
           
                </div>
            </div>
            </a>
    
            <!--BLOCK5 END-->

    after this:
    <!--BLOCK4 END-->

    P.S: Edit the texts inside the code to suit your needs

You must be logged in to reply to this topic.