Visualizzazione dei risultati da 1 a 4 su 4
  1. #1

    Inserire un'immagine come titolo su un sito in wordpress

    Salve,
    premetto che non sono molto pratico di css..e quello che vorrei fare è sostituire il nome del mio sito wordpress con una jpg.
    Questo è il codice dell'header..e credo dovrei modificare qualcosa qui ma non ne ho idea.
    Qualcuno può aiutarmi??
    ThAnks

    Codice PHP:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes() ?>>
    <head profile="http://gmpg.org/xfn/11">
        <title><?php bloginfo('name'); if ( is_404() ) : _e(' &raquo; ''sandbox'); _e('Not Found''sandbox'); elseif ( is_home() ) : _e(' &raquo; ''sandbox'); bloginfo('description'); else : wp_title(); endif; ?></title>
        <meta http-equiv="content-type" content="<?php bloginfo('html_type'?>; charset=<?php bloginfo('charset'?>" />
        <meta name="description" content="<?php bloginfo('description'?>" />
        <meta name="generator" content="WordPress <?php bloginfo('version'?>" />
        
        <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
        <!--[if IE 7]>
            <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/styles-ie7.css" type="text/css" media="screen" />
        <![endif]-->
        <!--[if IE 6]>
            <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/styles-ie6.css" type="text/css" media="screen" />
        <![endif]-->
        <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/print.css" type="text/css" media="print" />
        
        <link rel="alternate" type="application/rss+xml" href="<?php bloginfo('rss2_url'?>" title="<?php echo wp_specialchars(get_bloginfo('name'), 1?> <?php _e('Posts RSS feed''sandbox'); ?>" />
        <link rel="alternate" type="application/rss+xml" href="<?php bloginfo('comments_rss2_url'?>" title="<?php echo wp_specialchars(get_bloginfo('name'), 1?> <?php _e('Comments RSS feed''sandbox'); ?>" />
        <link rel="pingback" href="<?php bloginfo('pingback_url'?>" />
        
        <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/tabs.js"></script>

    <?php wp_head() ?>

    </head>

    <body class="<?php sandbox_body_class() ?>">

    <div id="wrapper" class="hfeed">

        <div id="header">
            <h1 id="blog-title">[url="<?php echo get_option('home'?>/"]" rel="home"><?php bloginfo('name'?>[/url]</h1>
            <div id="blog-description"><?php bloginfo('description'?></div>
        </div>

  2. #2
    Utente di HTML.it
    Registrato dal
    Sep 2002
    Messaggi
    1,056
    Direi che non è un problema CSS, non conosco bene wordpress ma credo debba essere qui:

    Codice PHP:
    <div id="header"> 
     <h1 id="blog-title"><a href="<?php echo get_option('home'?>/" 
    title="<?php bloginfo('name'?>" rel="home">
    [B][img]tuaimmagine.jpg[/img][/B] 
    </a></h1> 
    <div id="blog-description"><?php bloginfo('description'?></div> 
    </div>

  3. #3
    PERFETTO FUNZIONA!!!!!!!!!!!!
    ti ringrazio davvero tantissimo!!

  4. #4
    ..e già ke ci sono ti allego anke il link..
    www.party-crashing.com
    grazie ancora

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.