Beiträge von brainxx
-
-
habe mal geschaut gibt bei einigen Plugins neuere Version aber PluginCentral sagt das es nichts neues gibt...
aufgefallen ist es bei Wordpress Version 3.2 als er sagte Version wäre keine neue da obwohl 3.3.1 schon raus war....
einer ne idee?
-
keiner eine idee?
-
header.php
PHP
Alles anzeigen<head profile="http://gmpg.org/xfn/11"> <title> <?php if ( is_home() ) { ?><?php bloginfo('name'); ?> | <?php bloginfo('description'); ?><?php } ?> <?php if ( is_search() ) { ?><?php bloginfo('name'); ?> | Search Results<?php } ?> <?php if ( is_author() ) { ?><?php bloginfo('name'); ?> | Author Archives<?php } ?> <?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> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" /> <?php $bgr_file = get_option('woo_bgr'); if ($bgr_file != "") { ?> <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/styles/bgr/<?php echo $bgr_file; ?>" media="screen" /> <?php } else { ?> <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/styles/bgr/default.css" media="screen" /> <?php } ?> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php if ( get_option('woo_feedburner_url') <> "" ) { echo get_option('woo_feedburner_url'); } else { echo get_bloginfo_rss('rss2_url'); } ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/ie7.css" /> <![endif]--> <?php if ( is_single() ) wp_enqueue_script( 'comment-reply' ); ?> <?php wp_enqueue_script( 'jquery' ); ?> <?php wp_head(); ?> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/fontsize.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/suckerfish.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/jquery.js?ver=1.2.6"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/superfish.js"></script> <script type="text/javascript"> jQuery(function(){ jQuery('ul.superfish').superfish(); }); </script> <script type="text/javascript" src="http://static.fussball.de/fbdeAPI/js/fbdeAPIFunctions.js?schluessel=A94F9CE4A4BBECAD7E0A7FB291835FD5D239CD1A"></script> <script type="text/javascript"> jQuery(document).ready(function(){ jQuery("#tabs").tabs(); }); </script> </head> -
habe auch Probleme mit jquery
auf der seite http://www.schoenau-fussball.de benutze ich ein theme welche eigentlich alle 3 top artikel nacheinander abspielen soll...klicke ich auf den pfeil links und rechts passiert nichts...
hat einer eine idee?
hier eine Link wo es geht:
-
gibt es ein Theme was so ählich aussieht oder so aufgebaut ist?
-
das geht wir benutzen es auf der seite
einfach artikel schreiben und dann league auswählen und dort halt spieltag bezogen...
vorher musst eine liga anlegen und dort ist wichtig spieltage anzugeben oder halt nachträglich edit und spieltage angeben
-
-
so slideshow benötigt ein framework das nun installiert aber mehr als ein ladebalken kommt nicht einer ne ideE?
-
footer hab ich bereinigt stimmt war zuviel Spam
-
kann mir jemand helfen?
-
also nutze das Theme bei Schoenau-Fussball
wie kann ich es so einstellen das er den topartikel nur als bild darstellt ohne Text? englische Anleitung habe ich eigentlich durchgearbeitet.
danke
-
gibt es ein Plugin für die Benutzer des blogs? suche sowas als widget
-
also ich nutze das neue Plugin:
WordPress › NewPosts WordPress Plugins
und habe es so eingebaut:
PHP
Alles anzeigen<?php get_header(); ?> <div id="content"> <?php $current_tag = single_tag_title("", false); if ($current_tag) echo '<div class="tagarchive"><h1>'.ucwords($current_tag).'</h1></div>'?> <?php if (is_home()) { query_posts("cat=-50"); } ?> <?php if (have_posts()) : while (have_posts()) : the_post(); $loopcounter++; ?> <div <?php if (function_exists('post_class')) post_class(); ?>> <div class="entry entry-<?php echo $postCount ;?>"> <div class="entrytitle_wrap"> <?php if (!is_page()) : ?> <div class="entrydate"> <div class="dateMonth"> <?php the_time('M');?> </div> <div class="dateDay"> <?php the_time('j'); ?> </div> </div> <?php endif; ?> <div class="entrytitle"> <?php if ($loopcounter==1):?> <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Link to <?php the_title(); ?>"><?php the_title(); ?> </a></h1> <?php newposts_display(); ?> <?php else : ?> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Link to <?php the_title(); ?>"><?php the_title(); ?> </a></h2> <?php newposts_display(); ?> <?php endif; ?> </div> <?php if (!is_singular()): ?> <div class="endate"><?php the_author(); ?> am <?php the_time('j. F Y'); ?></div> <?php endif; ?> </div> <div class="entrybody"> <?php if (is_archive() || is_search()) : ?> <?php the_excerpt(); _e('<p><a href="'.get_permalink().'">weiterlesen...'); the_title(); _e('</a></p>'); ?> <?php else : ?> <?php the_excerpt('Read the rest of this entry »'); ?> <?php the_tags( '<p>Tags: ', ', ', '</p>'); ?> <?php endif; ?> </div> <div class="entrymeta"> <div class="postinfo"> <?php if ($loopcounter==1) social_bookmarks(); ?> <?php if (is_single()): ?> <span class="postedby">Autor: <?php the_author() ?></span> <?php endif; ?> <?php if (!is_page()): ?> <span class="filedto"><?php the_category(', ') ?> </span> <?php endif; ?> <?php if (!is_singular()): ?> <span class="commentslink"><?php comments_popup_link('Keine Kommentare»', '1 Kommentar »', '% Kommentare »');?></span> <?php else: ?> <span class="rss">Anmelden zum <a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Anmelden zum RSS feed'); ?>" ><?php _e('<abbr title="Anmelden zum RSS Feed">RSS</abbr>'); ?></a> feed</span> <?php endif; ?> <?php edit_post_link('Bearbeiten', ' | ', ''); ?> </div> </div> <?php if ($loopcounter == 1 && !is_singular()) { include (TEMPLATEPATH . '/ad_middle.php'); } ?> </div> <?php if (is_singular()): ?> <div class="commentsblock"> <?php comments_template(); ?> </div> <?php endif; ?> </div> <?php endwhile; ?> <?php if (!is_singular()): ?> <div id="nav-global" class="navigation"> <div class="nav-previous"> <?php next_posts_link('« Previous entries'); echo ' '; previous_posts_link('Next entries »'); ?> </div> </div> <?php endif; ?> <?php else : ?> <h2>Not Found</h2> <div class="entrybody">Sorry, but you are looking for something that isn't here.</div> <?php endif; ?> </div> <?php get_footer(); ?>wo ist mein Fehler er zeigt hinter dem titel nicht neu an als bild.
danke
-
bei mir postet er immer die 1. news doppelt *grübbel* einer ne idee?
PHP
Alles anzeigen<?php get_header(); ?> <div id="content"> <?php $current_tag = single_tag_title("", false); if ($current_tag) echo '<div class="tagarchive"><h1>'.ucwords($current_tag).'</h1></div>'?> <?php if (have_posts()) : while (have_posts()) : the_post(); $loopcounter++; ?> <center> <script src="http://www.zitate.de/scripts/zitat.js"></script> <br> <?php if (is_home()) { query_posts("cat=58"); } ?> <div <?php if (function_exists('post_class')) post_class(); ?>> <div class="entry entry-<?php echo $postCount ;?>"> <div class="entrytitle_wrap"> <?php if (!is_page()) : ?> <div class="entrydate"> <div class="dateMonth"> <?php the_time('M');?> </div> <div class="dateDay"> <?php the_time('j'); ?> </div> </div> <?php endif; ?> <div class="entrytitle"> <?php if ($loopcounter==1):?> <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1> <?php else : ?> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2> <?php endif; ?> </div> <?php if (!is_singular()): ?> <div class="endate"><?php the_author(); ?> am <?php the_time('j. F Y'); ?></div> <?php endif; ?> </div> <div class="entrybody"> <?php if (is_archive() || is_search()) : ?> <?php the_excerpt(); _e('<p><a href="'.get_permalink().'">weiterlesen...'); the_title(); _e('</a></p>'); ?> <?php else : ?> <?php the_content('Read the rest of this entry »'); ?> <?php the_tags( '<p>Tags: ', ', ', '</p>'); ?> <?php endif; ?> </div> <div class="entrymeta"> <div class="postinfo"> <?php if ($loopcounter==1) social_bookmarks(); ?> <?php if (is_single()): ?> <span class="postedby">Posted by <?php the_author() ?></span> <?php endif; ?> <?php if (!is_page()): ?> <span class="filedto"><?php the_category(', ') ?> </span> <?php endif; ?> <?php if (!is_singular()): ?> <span class="commentslink"><?php comments_popup_link('Keine Kommentare»', '1 Kommentar »', '% Kommentare »');?></span> <?php else: ?> <span class="rss">Subscribe to <a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Subscribe to RSS feed'); ?>" ><?php _e('<abbr title="Anmelden zum RSS Feed">RSS</abbr>'); ?></a> feed</span> <?php endif; ?> <?php edit_post_link('Bearbeiten', ' | ', ''); ?> </div> </div> <?php if ($loopcounter == 1 && !is_singular()) { include (TEMPLATEPATH . '/ad_middle.php'); } ?> </div> <?php if (is_singular()): ?> <div class="commentsblock"> <?php comments_template(); ?> </div> <?php endif; ?> </div> <?php endwhile; ?> <?php if (!is_singular()): ?> <div id="nav-global" class="navigation"> <div class="nav-previous"> <?php next_posts_link('« Previous entries'); echo ' '; previous_posts_link('Next entries »'); ?> </div> </div> <?php endif; ?> <?php else : ?> <h2>Not Found</h2> <div class="entrybody">Sorry, but you are looking for something that isn't here.</div> <?php endif; ?> </div> <?php get_footer(); ?> -
-
wenn ich ein anderes theme nehme geht es ja auch richtig also muss es am theme liegen vermute ich mal
-
das hatte ich schon gemacht hat keinen Erfolg gehabt
-
soll ich mal die vierte box mit tabelle deaktivieren?
-
ok hab artikel mal deaktiviert nun sieht es noch leerer aus?