Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter Studio0101

    (@studio0101)

    <!DOCTYPE html>
    <html class=”no-js<?php mh_html_class(); ?>” <?php language_attributes(); ?>>
    <head>
    <meta charset=”<?php bloginfo(‘charset’); ?>”>
    <meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
    <link rel=”profile” href=”https://gmpg.org/xfn/11&#8243; />
    <?php if (is_singular() && pings_open(get_queried_object())) : ?>
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php endif; ?>
    <?php wp_head(); ?>
    </head>
    <body id=”mh-mobile” <?php body_class(); ?>
    ============================================================

    <div class=”body-link”>
    <?php if( function_exists( ‘wp_bannerize_pro’ ) ) {
    wp_bannerize_pro( array( ‘orderby’ => ‘random’, ‘categories’ => ‘Test’ ) );
    } ?>
    </div>

    =====================================================
    <?php mh_before_header();
    get_template_part(‘content’, ‘header’);
    mh_after_header(); ?>

    I inserted the code after the body tag this way but it does not fit as the page’s background

Viewing 1 replies (of 1 total)