Guten Morgen,
Beschäftige mich erst seid Gestern mit Blog's und habe da auch schon eine Frage zu Wordpress.
Und zwar folgendes Problemchen:
auf meinen zukünftigen Blog Queen-Lilu's Blog
soll die Fußzeile wo der Musicplayer drin ist nur einmal laden damit bei den Seitenwechsel nicht immer die Musik von Vorn anfängt zu spielen.
Oder halt das der Content nur neu läd. Keine Ahnung was intelligenter währe.
Habe keine Ahnung wie ich das machen kann.
Ich denke mal ihr braucht da den Code vom footer.php:
PHP
</div><?php //closing for #main?>
<div id="footer">
<?php // Please leave the footer credits intact ?>
<p>
<span><a href="http://wpthemeshop.com/free-themes/" title="Quality WordPress Themes">Quality WordPress Theme</a>
· <a href="http://webhostinggeeks.com" title="Web Hosting Geeks" target="_blank">Web Hosting Geeks</a> · Deutsche Version von <a href="http://www.rahmenversand.com/blog/" target="_blank">Rahmen Handlung </a>
</span>
<strong><?php bloginfo('name');?> hört gerade</strong>
</p>
<div style="width:875px;"><object width="875" height="150"><param
name="movie" value="http://www.projectplaylist.com/xspf_player.swf?config=http://www.projectplaylist.com/config2.xml&playlist_url=http://www.projectplaylist.com/loadplaylist.php?playlist=36745986"></param><embed
src="http://www.projectplaylist.com/xspf_player.swf?config=http://www.projectplaylist.com/config2.xml&playlist_url=http://www.projectplaylist.com/loadplaylist.php?playlist=36745986" type="application/x-shockwave-flash" width="875" height="150"></embed></object><BR><a</div>
</div>
<?php wp_footer();?>
</body>
</html>
Alles anzeigen
und eventuell der index.php:?
PHP
<?php get_header();?>
<div id="main">
<div id="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<p class="box right">
<span class="month">
<?php the_time('M') ?>
</span>
<span class="day">
<?php the_time('d') ?>
</span>
<span class="year">
<?php the_time('Y') ?>
</span>
</p>
<p class="box left"><img src="<?php bloginfo('stylesheet_directory');?>/img/<?php the_author_login();?>.jpg" alt="Profilbild von <?php the_author();?>" title="Profilbild von <?php the_author();?>" /><br/><?php the_author_posts_link(); ?></p>
<h2 class="title"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<div class="meta">
<p>Abgelegt unter <?php the_category(',') ?> <?php edit_post_link(__('Bearbeiten')); ?></p>
</div>
<div class="entry">
<?php the_content(__('Weiterlesen »')); ?>
<?php wp_link_pages(); ?>
<p class="post-tags"><?php if (function_exists('the_tags')) the_tags('Tags: ', ', ', '<br/>'); ?></p>
</div>
<p class="comments">
<?php comments_popup_link(__('Keine Kommentare'), __('Ein Kommentar'), __('% Kommentare')); ?>
</p>
</div>
<?php endwhile; else: ?>
<p><?php _e('Beitrag / Seite nicht gefunden.'); ?></p>
<?php endif; ?>
<p align="center"><?php posts_nav_link(' - ','« Aktuellere Einträge','Ältere Einträge »') ?></p>
</div>
<?php get_sidebar();?>
<?php get_footer();?>
Alles anzeigen
hoffe jemand kann helfen, da ich bis jetzt den rest alleine hinbekommen habe und deswegen sollte es ja nicht scheiter :).
hab ich was vergessen?
*Daumdrück*
gruß,
grml