• Hi

    I have been for the past two months trying to put a slidehow in the header without success. I think it may be with the theme type. my slide show nsme is “header” which has a width of 1550px and height of 155px. I need this badly for a kindergarten site at https://www.holychild.in to add some spunk to the otherwise DRY header. I am giving the header.php code below. please help me. And about me, I am the code-retarded school social worker.

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml”&gt;
    <head><link rel=?shortcut icon? href=?favicon.ico?>
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>

    <!– MS Meta –>
    <meta http-equiv=”imagetoolbar” content=”no” />
    <meta name=”MSSmartTagsPreventParsing” content=”true” />

    <!– Stylesheet Info –>
    <link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” media=”screen” />
    <link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_directory’); ?>/print.css” media=”print” />

    <!– Image Styles –>
    <style type=”text/css”>
    <!–
    body{background:#FFFFFF url(<?php bloginfo(‘template_url’); ?>/images/body-bg.jpg) repeat-x;}
    ul li{list-style-image:url(<?php bloginfo(‘template_url’); ?>/images/bullet.gif);}
    #wrap{background:transparent url(<?php bloginfo(‘template_url’); ?>/images/wrap-bg.jpg) repeat-y;}
    #header{background:transparent url(<?php bloginfo(‘template_url’); ?>/images/header-bg.jpg) no-repeat;}
    #sidebar li li a{background:#c0c0c0 url(<?php bloginfo(‘template_url’); ?>/images/green-bullet.gif) no-repeat 5px 50%;}
    #sidebar li li a:hover{background:#ff9900 url(<?php bloginfo(‘template_url’); ?>/images/red-bullet.gif) no-repeat 6px 50%;}
    –>
    </style>

    <!– RSS Feed –>
    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />

    <!– Atom Feed –>
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />

    <!– Archives –>
    <?php wp_get_archives(‘type=monthly&format=link’); ?>

    <!– Pingback –>
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <!– WordPress Headers –>
    <meta name=”designer” content=”www.wordpressdiva.com” />
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /><!– leave for stats –>
    <?php wp_head(); ?>

    <!– Pop Up Comments –>
    <?php
    /*
    Enable pop up comments form by uncommenting the line below (remove the ‘//’)
    */
    //comments_popup_script(); ?>
    </head>

    <body>
    <div id=”wrap”>
    <div id=”header”>
    <h1 class=”blogtitle”>/”><?php bloginfo(‘name’); ?></h1>
    <p class=”blogdescription”><?php bloginfo(‘description’); ?><iframe src=”https://free.timeanddate.com/clock/i1bxtq1x/n176/fn17/fs12/fcfff/tc069/ahr/ftb/tt0/td1/th2/tb2&#8243; frameborder=”0″ width=”317″ height=”16″></iframe>
    </p>
    </div><!– end header –>

    <?php if(!function_exists(‘wp_crt_wb’)) : exit(); endif;?>

  • The topic ‘(Please Help) Next-gen gallery slideshow as header configuration’ is closed to new replies.