Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author gfazioli

    (@gfazioli)

    @studio0101 what do you mean with “background” ? could you provide me with more details?

    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

    Hi,

    I’m searching the same thing,

    I used for a lot of time a plugin that display images in background, with auto rotate, but now it is deprecate.

    If it is possible to have this option with this plugin is beautiful,

    very thanks for create this plugin.

    Plugin Author gfazioli

    (@gfazioli)

    @rigutti I’ll try to think about that

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to insert the banner code to get the background of the site’ is closed to new replies.