Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Towfiq I.

    (@tislam100)

    Open up index.php and replace this:

    <?php if ( of_get_option('block3_textarea') ) { ?>
            <div class="midrow_block">
            <div class="mid_block_content">
            <h3><?php echo of_get_option('block3_text'); ?></h3>
            <p><?php echo of_get_option('block3_textarea'); ?></p>
            </div>
            </div>
             <?php } ?>

    with this:

    <div class="midrow_block">
            <div class="mid_block_content">
            <h3><?php echo of_get_option('block3_text'); ?></h3>
            <p><?php echo of_get_option('block3_textarea'); ?>
    
    //Add your google map code here.....
            </p>
            </div>
            </div>
    Thread Starter danyat10

    (@danyat10)

    Perfect, thanks 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home page block code’ is closed to new replies.