ZitatNicht html, sondern Php >
und wieso verweist du mich dann unten auf html? :confused:
ZitatHtml-Elemente <a> und <img /> findest Du bei selfhtml.
bin etwas confused jetzt
Um schreiben oder kommentieren zu können, benötigen Sie ein Benutzerkonto.
Sie haben schon ein Benutzerkonto? Melden Sie sich hier an.
Jetzt anmeldenHier können Sie ein neues Benutzerkonto erstellen.
Neues Benutzerkonto erstellen ZitatNicht html, sondern Php >
und wieso verweist du mich dann unten auf html? :confused:
ZitatHtml-Elemente <a> und <img /> findest Du bei selfhtml.
bin etwas confused jetzt
Hi Alphas :mrgreen:
Das Impressum ist von mir natürlich bereits installiert worden, was mich stört, ist, dass ich dafür eine neue Seite eröffnen musste, besser gesagt, im Header erscheint!
Mit html bin ich leider nicht so vertraut, deswegen bitte ich hier um Hilfe. Meine Idee, wie ich dieses Problem lösen könnte wäre: Das Impressum als Bildabpeichern und im Footer verlinken, und jetzt brauch ich Euch!
Vielleicht ist der Eine oder Andere so nett und hat einen Html Lösungsvorschlag für mich, eventuell auch eine bessere Lösung?
................
Ok, ich habe mal in das Theme reingeschaut. Sieht so aus, als würde es automatisch das erste Bild des Postings als Thumbnail ausgeben. Wenn Du dem Beitrag also ein Bild hinzufügst, sollte das automatisch klappen. Wie ich sehe, hast Du das bisher nicht gemacht, deswegen siehst Du auch keine Thumbnails. Und nein, man kann nicht ein Thumbnail extra angeben, da hatte ich mit dem benutzerdefinierten Feld falsch geraten. Im Forum steht, dass das nur bei den Premium-Themes des Autors geht.
ich habe das Problem gelöst, war eigentlich total einfach!
Bild eingefügt und ganz unten ist eine Option, ob das Bild auch im Beitrag angezeigt werden soll, was ich nicht ausgewählt habe, so erscheint das jetzt, wie ich es will! und muss es nicht im Beitrag anzeigen, nicht mal an erster Stelle
Ich habe auch gereade auf Wordpress 2.9.2 umgestellt und sehe ebenfalls keine Thumbnails auf der Startseite. Ich habe ein Theme mit Artisteer erstellt. Meine Adress: http://rundumkiel.de
Ich freue mich auf eine Antwort...
Beste Grüße von Michael
Ich habe vor ca. 1 Stunde umgestellt und diese sogenannten "Thumbmails" werden bei mir angezeigt
Und wie krieg ich das jetzt hin?
bin auf "Widget" gegangen und habe halt das "RSS" externe oder RSS Feed nach rechts verschobe, weiter weiß ich nicht, zu mindest steht hier nichts da- was mit E-Mail zu tun hat
Wie krieg ich diese Option?
habe schon alles probiert, bzw wie heißt das Plug-in was ich installieren muss?
und was ist mit http://www.fotocommunity.de
darf man diese Fotos ohne weiteres verwenden?
Ich habe bereits auf meinem Blog par Beiträge geschrieben,
weiß aber nicht, wie ich die Bilder einfüge, damit sie bei der Übersicht von Beiträgen auf der Startseite angezeigt werden.
danke im voraus
Ich möchte zu jedem meiner Beiträge ein themenbezogenes Bild einfügen, die Frage stellt sich jetzt aber, wo ich die Bilder kriege, ohne gegen Copyright zu verstoßen?
in Google wimmelt es nur von solchen Bildern :sad:
Gibts irgendwelche Beweise, dass das Validieren Vorteile bezüglich SEO gebracht hat, oder ist es nur eine Annahme?
Ich habe mal meines gecheckt und es hat nur 1 Error
…ma/styles/red/themocracy_icon.gif" /[B]>[/B]Themocracy</a></p> [URL="http://validator.w3.org/feedback.html?uri=http%3A%2F%2Fwww.derdatedoktor.net%2F;errmsg_id=127#errormsg"]✉[/URL]
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
Wie beseitige ich ihn?
wie macht man ein Template valide?
ist sowas schnell zu erlernen, oder geht es auch mit einem plugin?
Gibt nicht irgendwo einen Guide für solche Sachen, damit ich nicht ständig einen Thread eröffnen muss?
also bei diesem producer 2.0 design http://www.derdatedoktor.net
will ich die Überschrift der Artikeln in Blau haben und die Schattierung soll weg
wie ist sowas am besten hinzukriegen?
danke im voraus
Ich bräuchte bitte euer Feedback, wie der Blog auf euch wirkt, was euch gefällt und was nicht!
danke im voraus
und wie ist es dann bei 3.0
kann ich da den gleichen Style hernehmen, oder muss ein komplett neuer her?
<?php global $themeoptionsprefix,$has_Producer_CSS_Styling_Tool;?>
<!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">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php if ( is_home() ) { ?><?php bloginfo('name'); ?> | <?php bloginfo('description'); ?><?php } ?><?php if ( is_search() ) { ?><?php bloginfo('name'); ?> | Search Results for <?php printf(__('\'%s\''), $s); } ?><?php if ( is_single() ) { ?><?php wp_title(''); ?> | <?php bloginfo('name'); ?><?php } ?><?php if ( is_page() ) { ?><?php bloginfo('name'); ?> | <?php wp_title(''); ?><?php } ?><?php if ( is_category() ) { ?><?php bloginfo('name'); ?> | Archive | <?php single_cat_title(); ?><?php } ?><?php if ( is_month() ) { ?><?php bloginfo('name'); ?> | Archive | <?php the_time('F'); ?><?php } ?><?php if (function_exists('is_tag')) { if ( is_tag() ) { ?><?php bloginfo('name'); ?> | Tag Archive | <?php single_tag_title("", true); } } ?></title>
<link rel="shortcut icon" type="image/x-icon" href="<?php get_settings('home'); ?>/favicon.ico">
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<!--[if lte IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style-ie6.css" type="text/css" media="screen" /><![endif]-->
<!--[if IE]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style-ie.css" type="text/css" media="screen" /><![endif]-->
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/pagenavi-css.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php if ( get_option($themeoptionsprefix.'_feedburner_url') <> "" ) { echo get_option($themeoptionsprefix.'_feedburner_url'); } else { echo get_bloginfo_rss('rss2_url'); } ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<!--[if lte IE 7]>
<script defer type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/pngfix.js"></script>
<![endif]-->
<?php wp_head(); ?>
<meta name="google-site-verification" content="srxC6HWthjK8qLf1iq9_Bcv41mVvssjo9Bd1ocG3ofs" />
</head>
<body>
<div id="wrapper">
<div id="maincontainer">
<?php
$rsssearchrowpos=get_option($themeoptionsprefix.'_rsssearchrowpos');
$hmenurowpos=get_option($themeoptionsprefix.'_hmenurowpos');
$logosloganrowpos=get_option($themeoptionsprefix.'_logosloganrowpos');
$leaderboardrowpos=get_option($themeoptionsprefix.'_leaderboardrowpos');
if(!isset($rsssearchrowpos) || empty($rsssearchrowpos)){$rsssearchrowpos=2;}
if(!isset($hmenurowpos) || empty($hmenurowpos)){$hmenurowpos=3;}
if(!isset($logosloganrowpos) || empty($logosloganrowpos)){$logosloganrowpos=1;}
if(!isset($leaderboardrowpos) || empty($leaderboardrowpos)){$leaderboardrowpos=4;}
if( ($rsssearchrowpos == 1) && ($hmenurowpos == 1) && ($logosloganrowpos == 1) && ($leaderboardrowpos == 1) )
{
$rsssearchrowpos = 2;
$hmenurowpos = 3;
$logosloganrowpos = 1;
$leaderboardrowpos = 4;
}
?>
<?php
if( (get_option($themeoptionsprefix.'_sidebar1pos') == 1) && (get_option($themeoptionsprefix.'_sidebar2pos') == 1) )
{
update_option($themeoptionsprefix.'_sidebar1pos', 1);
update_option($themeoptionsprefix.'_sidebar2pos', 3);
}
if( (get_option($themeoptionsprefix.'_sidebar1pos') == 2) && (get_option($themeoptionsprefix.'_sidebar2pos') == 2) )
{
update_option($themeoptionsprefix.'_sidebar1pos', 2);
update_option($themeoptionsprefix.'_sidebar2pos', 3);
}
if( (get_option($themeoptionsprefix.'_sidebar1pos') == 3) && (get_option($themeoptionsprefix.'_sidebar2pos') == 3) )
{
update_option($themeoptionsprefix.'_sidebar1pos', 2);
update_option($themeoptionsprefix.'_sidebar2pos', 3);
}
?>
<?php
if($rsssearchrowpos == 1){ $activaterss_search=get_option($themeoptionsprefix.'_rss_search_activate_row'); if($activaterss_search != 'deactivate'){ include (TEMPLATEPATH . '/includes/blocks/block_rss_search.php'); } }
elseif($hmenurowpos == 1){ $activatehmenu=get_option($themeoptionsprefix.'_activatehmenu'); $hmenupageorcat=get_option($themeoptionsprefix.'_hmenupageorcat'); if($activatehmenu != 'deactivate'){ include (TEMPLATEPATH . '/includes/blocks/block_hmenu.php'); } }
elseif($logosloganrowpos == 1){ include (TEMPLATEPATH . '/includes/blocks/block_logo_slogan.php'); }
elseif($leaderboardrowpos == 1){ $showhideleader=get_option($themeoptionsprefix.'_showhideleader'); if( isset($showhideleader) && !empty($showhideleader) && ($showhideleader != 'hide') ) { include (TEMPLATEPATH . '/includes/blocks/block_leaderboard.php'); } }
else { include (TEMPLATEPATH . '/includes/blocks/block_logo_slogan.php'); }
?>
<?php
if($rsssearchrowpos == 2){ $activaterss_search=get_option($themeoptionsprefix.'_rss_search_activate_row'); if($activaterss_search != 'deactivate'){ include (TEMPLATEPATH . '/includes/blocks/block_rss_search.php'); } }
elseif($hmenurowpos == 2){ $activatehmenu=get_option($themeoptionsprefix.'_activatehmenu'); $hmenupageorcat=get_option($themeoptionsprefix.'_hmenupageorcat'); if($activatehmenu != 'deactivate'){ include (TEMPLATEPATH . '/includes/blocks/block_hmenu.php'); } }
elseif($logosloganrowpos == 2){ include (TEMPLATEPATH . '/includes/blocks/block_logo_slogan.php'); }
elseif($leaderboardrowpos == 2){ $showhideleader=get_option($themeoptionsprefix.'_showhideleader'); if( isset($showhideleader) && !empty($showhideleader) && ($showhideleader != 'hide') ) { include (TEMPLATEPATH . '/includes/blocks/block_leaderboard.php'); } }
else { $activaterss_search=get_option($themeoptionsprefix.'_rss_search_activate_row'); if($activaterss_search != 'deactivate'){ include (TEMPLATEPATH . '/includes/blocks/block_rss_search.php'); } }
?>
<?php
if($rsssearchrowpos == 3){ $activaterss_search=get_option($themeoptionsprefix.'_rss_search_activate_row'); if($activaterss_search != 'deactivate'){ include (TEMPLATEPATH . '/includes/blocks/block_rss_search.php'); } }
elseif($hmenurowpos == 3){ $activatehmenu=get_option($themeoptionsprefix.'_activatehmenu'); $hmenupageorcat=get_option($themeoptionsprefix.'_hmenupageorcat'); if($activatehmenu != 'deactivate'){ include (TEMPLATEPATH . '/includes/blocks/block_hmenu.php'); } }
elseif($logosloganrowpos == 3){ include (TEMPLATEPATH . '/includes/blocks/block_logo_slogan.php'); }
elseif($leaderboardrowpos == 3){ $showhideleader=get_option($themeoptionsprefix.'_showhideleader'); if( isset($showhideleader) && !empty($showhideleader) && ($showhideleader != 'hide') ) { include (TEMPLATEPATH . '/includes/blocks/block_leaderboard.php'); } }
else { $activatehmenu=get_option($themeoptionsprefix.'_activatehmenu'); $hmenupageorcat=get_option($themeoptionsprefix.'_hmenupageorcat'); if($activatehmenu != 'deactivate'){ include (TEMPLATEPATH . '/includes/blocks/block_hmenu.php'); } }
?>
<?php
if($rsssearchrowpos == 4){ $activaterss_search=get_option($themeoptionsprefix.'_rss_search_activate_row'); if($activaterss_search != 'deactivate'){ include (TEMPLATEPATH . '/includes/blocks/block_rss_search.php'); } }
elseif($hmenurowpos == 4){ $activatehmenu=get_option($themeoptionsprefix.'_activatehmenu'); $hmenupageorcat=get_option($themeoptionsprefix.'_hmenupageorcat'); if($activatehmenu != 'deactivate'){ include (TEMPLATEPATH . '/includes/blocks/block_hmenu.php'); } }
elseif($logosloganrowpos == 4){ include (TEMPLATEPATH . '/includes/blocks/block_logo_slogan.php'); }
elseif($leaderboardrowpos == 4){ $showhideleader=get_option($themeoptionsprefix.'_showhideleader'); if( isset($showhideleader) && !empty($showhideleader) && ($showhideleader != 'hide') ) { include (TEMPLATEPATH . '/includes/blocks/block_leaderboard.php'); } }
else { $showhideleader=get_option($themeoptionsprefix.'_showhideleader'); if( isset($showhideleader) && !empty($showhideleader) && ($showhideleader != 'hide') ) { include (TEMPLATEPATH . '/includes/blocks/block_leaderboard.php'); } }
?>
<div class="clear"></div>
<div id="contentcontainer">
Alles anzeigen
ich finde die zwei Zeilen nicht,
wie gesagt, bevor ich da wieder Tage herumscheisse, und das tue ich schon bei phpbb und vbulletin, knall ich mir lieber ein style rauf, wo schon alles passt
*weil ich mich schon bei vbulletin und phpbb einlesen muss, jetzt fehlt nur noch das Übersetzen :-(
da ist es mir lieber einen neuen Style zu nehmen
fällt euch wirklich keiner ein, der dazu passen würde?