CONTROLLI
.post p img,
.post img {
height: auto;
max-width: ...px;
width: auto;
}
.post p img,
.post img {
width: expression(this.width > ... ? "...px" : this.width);
}
PERSONALIZZAZIONE PDC WP
1. Logo in header
· Sovrascrivere il file "wp-logo.png" in "/wp-admin/images/"
RIFERIMENTI
//$file = wp_get_attachment_url($post->ID);
$link = get_attachment_link($post->ID);
if ( empty($url_type) )
$url_type = get_user_setting('urlbutton', 'post');
$url = '';
if ( $url_type == 'file' )
$url = $file;
return "
<input type='text' class='text urlfield' readonly='readonly' name='attachments[$post->ID]
[url]' value='" . esc_attr($file) . "' /><br />
";
}
ACCOUNTS DA APRIRE
NELLE SIDEBARS
· Tags
· Pubblicazioni recenti
· Categorie
· Ultimi commenti
· Archivio mensile
· Ultime CSV (RSS fetch, sempre in alto)
· Links
· Ultimi video
· Ultime foto (se possibile)