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 3 posts - 1 through 3 (of 3 total)

Asteria Lite / Front Page / delete "check out our portfolio"

Home Forums Free Theme Support Asteria Lite Asteria Lite / Front Page / delete "check out our portfolio"

  • #75692

    Nik

    Hi,
    Can someone tell me how to delete on the Front page the last segment under the “welcome Text”. I only want to have (from top to bottom of the front page) the Title, the slider, the boxes and the welcome text. nothing more. Somehow I can not delete it. Thanks in advance for your kind reply.
    Nik

    #75748

    Towfiq I.

    administrator

    Open up index.php and remove this:

        <?php
    	//Front Page Posts
        break;
        case 'posts': ?>
        <div class="home_blocks"><?php $homeposts = $asteria['home_sort_id']; if(!empty($homeposts['posts'])){ ?>
            <!--Latest Posts-->
                <?php if ( asteria_is_mobile() && (!empty($asteria['hide_mob_frontposts'])) ) { ?>
                <?php }else{ ?>
                <?php get_template_part('layout'.$asteria['front_layout_id'].''); ?>
                <?php } ?>
            <!--Latest Posts END-->
            <?php } ?></div>
    #75860

    Nik

    Great, Thanks a million!

You must be logged in to reply to this topic.