Wsparcie » Używanie i konfiguracja WordPressa » WordPress – problem z themem

  • Witam!

    Zainstalowalem sobie wordpressa i taki theme: http://filesmovies.com/

    Tylko teraz chcialbym sie pozbyc tego obszaru: http://img5.imagebanana.com/view/t79tjnca/delete.bmp.png

    Domyslam sie ze trzeba to usunac w pliku header.php tylko co wykasowac??

    Tresc pliku header.php:

    <!DOCTYPE html PUBLIC „-//W3C//DTD XHTML 1.0 Transitional//EN” „http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>

    <head profile=”http://gmpg.org/xfn/11″&gt;
    <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>

    <meta name=”generator” content=”WordPress <?php bloginfo(’version’); ?>” /> <!– leave this for stats –>

    <link rel=”stylesheet” href=”<?php bloginfo(’stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(’name’); ?> RSS Feed” href=”<?php bloginfo(’rss2_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(’pingback_url’); ?>” />
    <!–[if IE]>
    <link rel=”stylesheet” href=”<?=bloginfo(’template_url’)?>/style-ie.css” type=”text/css” media=”screen” />
    <script type=”text/javascript”>
    var png_blank = „<?=bloginfo(’template_url’)?>/images/transparent.gif”;
    </script>
    <![endif]–>

    <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply’ ); ?>

    <!– Main Menu –>
    <script type=”text/javascript” src=”<?php bloginfo(’stylesheet_directory’); ?>/js/jquery.min.1.2.6.js”></script>
    <script type=”text/javascript” src=”<?php bloginfo(’stylesheet_directory’); ?>/js/jqueryslidemenu/jqueryslidemenu.js”></script>
    <!– /Main Menu –>
    <script type=”text/javascript” src=”<?php bloginfo(’stylesheet_directory’); ?>/js/carousel/stepcarousel.js”></script>

    <script type=”text/javascript”>

    stepcarousel.setup({
    galleryid: 'board_carusel’, //id of carousel DIV
    beltclass: 'belt’, //class of inner „belt” DIV containing all the panel DIVs
    panelclass: 'board_item’, //class of panel DIVs each holding content
    autostep: {enable:true, moveby:1, pause:<?php echo FEATURED_SPEED*1000; ?>},
    panelbehavior: {speed:500, wraparound:false, persist:false},
    defaultbuttons: {enable: false, moveby: 1, leftnav: [’http://i34.tinypic.com/317e0s5.gif&#8217;, -5, 80], rightnav: [’http://i38.tinypic.com/33o7di8.gif&#8217;, -20, 80]},
    statusvars: [’statusA’, 'statusB’, 'statusC’], //register 3 variables that contain current panel (start), current panel (last), and total panels
    contenttype: [’inline’] //content setting [’inline’] or [’external’, 'path_to_external_file’]
    })

    </script>

    <?php wp_head(); ?>
    </head>

    <body>
    <div id=”page”>

    <div id=”header”>
    <div id=”logo”>/”><?php bloginfo(’name’); ?><span class=”description”><?php bloginfo(’description’); ?></span></div>
    <div id=”header_banner”>
    <?php obwp_banner_468_ads_show(); ?>
    </div>
    </div>

    <div id=”menu”>
    <div id=”mainmenu”>

      <li class=”first <? if(is_home()) echo 'current_page_item’; ?>”>/”>Home
      <?php $exclude = obwp_get_meta(SHORTNAME.’_exclude_page’); wp_list_pages2(’title_li=&sort_column=menu_order&depth=0&exclude=’.$exclude) ?>

    </div>
    <div id=”main_search”>
    <form method=”get” id=”searchform_top” action=”<?php bloginfo(’url’); ?>/”>
    <div>
    <input type=”text” value=”Type your search here…” name=”s” id=”searchform_top_text” onclick=”this.value=”;” />
    <input type=”image” src=”<?php bloginfo(’template_url’)?>/images/button_go.gif” id=”gosearch” />
    </div>
    </form>
    </div>
    </div>

    <div id=”board”>
    <div id=”board_left”>
    <div id=”board_items”>
    <div id=”board_body”>
    <h2>Featured Posts</h2>
    <div id=”board_carusel”>
    <div class=”belt”>
    <?php $coint_i = carousel_featured_posts(FEATURED_POSTS); ?>
    </div>
    </div>
    </div>

Viewing 2 replies - 1 through 2 (of 2 total)
  • div o id „board”. Usuwasz to:

    <div id="board">
    <div id="board_left">
    <div id="board_items">
    <div id="board_body">
    <h2>Featured Posts</h2>
    <div id="board_carusel">
    <div class="belt">
    <?php $coint_i = carousel_featured_posts(FEATURED_POSTS); ?>
    </div>
    </div>
    </div>
    # <img src="<?php bloginfo('template_url')?>/images/button_prev.png" alt="Prev" />
    # <img src="<?php bloginfo('template_url')?>/images/button_next.png" alt="Next" />
    
    </div>
    </div>
    <div id="board_links">
    " title="Rss"><img src="<?php bloginfo('template_url')?>" alt="<?php bloginfo('name'); ?> Rss" />
    "><img src="<?php bloginfo('template_url')?>/images/button_twitter.png" alt="" />
    </div>
    </div>

    Thread Starter kpk25

    (@kpk25)

    Śmiga 🙂 Dzieki Ci wielkie 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Temat ‘WordPress – problem z themem’ jest zamknięty na nowe odpowiedzi.