Respostas no Fórum

Visualizando 1 resposta (de um total de 1)
  • Fórum: Temas
    Em resposta a: Arquivo SWF (Flash no topo)

    Boa noite,

    Como o Sr. brauliobessa, eu também sou novo nesta arte de desenvolvimento WORD PRESS, eu tenho uma layout que quero usar no wordpress 3.01, e quero inserir no HEADER.php um banner em flash, eu li a respota do sr.GTWebs, onde ele mostra claramente o que substituir, acontece que meu LAYOUT não é igual ao que o sr colocou será que poderia me ajudar ?

    Meu header.php é assim, caso queira me ajudar..rs… 🙂
    ———————————————————————
    <!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 wp_title( ‘|’, true, ‘right’ ); bloginfo( ‘name’ ); ?></title>
    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’) ?>” type=”text/css” media=”screen” />
    <!–[if IE 6]><link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/style.ie6.css” type=”text/css” media=”screen” /><![endif]–>
    <!–[if IE 7]><link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/style.ie7.css” type=”text/css” media=”screen” /><![endif]–>
    <?php if(WP_VERSION < 3.0): ?>
    <link rel=”alternate” type=”application/rss+xml” title=”<?php printf(__(‘%s RSS Feed’, THEME_NS), get_bloginfo(‘name’)); ?>” href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”<?php printf(__(‘%s Atom Feed’, THEME_NS), get_bloginfo(‘name’)); ?>” href=”<?php bloginfo(‘atom_url’); ?>” />
    <?php endif; ?>
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php if (is_file(TEMPLATEPATH .’/favicon.ico’)):?>
    <link rel=”shortcut icon” href=”<?php bloginfo(‘template_directory’); ?>/favicon.ico” />
    <?php endif; ?>
    <?php wp_head(); ?>
    <script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/script.js”></script>
    </head>
    <body <?php if(function_exists(‘body_class’)) body_class(); ?>>
    <?php
    ob_start();

    ———————————————————————
    aonde eu poderia alterar, tenho medo de alterar e ferrar tudo..rs..

    Serei grato se me ajudar..

    Atenciosamente
    Elias

Visualizando 1 resposta (de um total de 1)