Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sorry the full code is here:

    EDIT – Corrected your backticks in above post. Use backtick (`) before and after the code so code will be displayed in post. — Mercime

    Hi anyone,

    I am using a special theme with index.php coded like this:

    `<?php
    get_header ();
    ?>
    <div class="column span-“>
    <?php
    bm_homepageIntro ();
    bm_homepageTabs ();
    ?>

    <?php
    get_sidebar();
    get_footer();
    ?>`

    How can I make changes to fix the theme layout? It’s strange that there is no div id on my index.

    Thank you,

    Alex

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar