• Resolved schlupf

    (@schlupf)


    Hello!

    I really like your theme and I am at the moment building a site for a child daycare with it.

    Only thing is, I would like to have the frontpage boxes displayed below the main text (I am using a static site as frontpage).
    Can you please point me to the file I have to edit to switch the order?

    Thanks in advance and best regards,
    Sebastian

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @schlupf,

    Right now that’s not possible without editing theme core files.

    But if you still want to do it you can open a header.php file which is located under:
    wp-content/themes/agama/header.php

    And cut next code from line 73 to line 77:

    <?php 
    				#############################################################
    				# FRONTPAGE BOXES ACTION
    				#############################################################
    				do_action( 'agama_frontpage_boxes_action' ); ?>

    and move it to footer.php fiele which is located under:
    wp-content/themes/agama/footer.php

    And put it before:
    </div><!-- .container -->

    Best Regards

    Thread Starter schlupf

    (@schlupf)

    Thank you very much!

    I was looking for the boxes inside page.php.

    This worked. I also moved the edited files to the child theme folder.

    Thanks again, great work!

    Sebastian

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Move Frontpage boxes below main text’ is closed to new replies.