Habe heute so ein wunderschönes Theme runtergeladen, nur habe ich 2 Probleme
wie man sieht auf der Startseite ist diese Box mit Willkommen, Presets usw.
Normaler weise müsste das Javamäßig funktionieren, tut es aber leider nicht, weiss nicht was ich falsch gemacht habe.
Das 2. Problem dadrunter sieht man die letzten Artikel aber ohne Bild
Wie wird das gemacht, das man da auch ein Vorschaubild sieht auf der Startseite?????
Danke vielmals !!!
achja mal meine Index.php
ZitatAlles anzeigen<?php get_header(); ?>
<div id="content">
<div id="content-left">
<div class="tab"><h3 class="tabtxt" title="Willkommen"><a href="javascript:;">Willkommen</a></h3></div>
<div class="tab"><h3 class="tabtxt" title="Presets"><a href="javascript:;">Presets</a></h3></div>
<div class="tab"><h3 class="tabtxt" title="Kinder"><a href="javascript:;">Kinder</a></h3></div>
<div class="tab"><h3 class="tabtxt" title="Fotografie"><a href="javascript:;">Fotografie</a></h3></div>
<div class="tab"><h3 class="tabtxt" title="Schnuckis"><a href="javascript:;">Schnuckis</a></h3></div>
<div class="boxholder"><div class="box">
<p><img src="http://i44.tinypic.com/25i0ol5.jpg" alt="first" align="left" /><br />Herzlich Willkommen auf Nellkas Art !! <br> Der Blog wird grad umgebaut, entschuldige Störungen ;)</p>
</div>
<div class="box">
<p><br />Eine Grosse Leidenschaft von mir, neben dem Fotografieren, ist mit Lightroom Presets zu spielen, zu entwerfen, und euch zur Verfügung zu stellen.
Hier möchte ich euch auch Presets4you | Startseite ans Herz legen!</p>
</div>
<div class="box"><p><br /></p>
</div>
<div class="box">
<p><br /></p>
</div>
<div class="box">
<p><br /></p>
</div>
</div>
<div class="latest_entry">
<div class="rss">
<a href="./?feed=rss2"><img src="<?php bloginfo('stylesheet_directory'); ?>/img/rss.jpg" alt="rss" /></a>
</div>
</div><?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="box-left" id="post-<?php the_ID(); ?>"></div>
<div class="entry">
<a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><img class="trigger" src="<?php $values = get_post_custom_values("thumbs"); echo $values[0]; ?>" alt="<?php $values = get_post_custom_values("alt"); echo $values[0]; ?>" /></a><h3><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3>
<div class="meta_comments">
<?php comments_popup_link('0', '1', '% '); ?>
</div>
</div>
<?php endwhile; ?>
<div class="tagcloud_title">Tag Cloud</div>
<div class="tagcloud">
<?php if ( function_exists('wp_tag_cloud') ) : ?>
<?php wp_tag_cloud('smallest=8&largest=20'); ?>
<?php endif; ?>
</div>
<div class="page_navi">
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
</div>
<?php else : ?>
<div class="box-left"><h3>Not found!</h3>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php include (TEMPLATEPATH . "/searchform.php"); ?>
</div><?php endif; ?>
</div><!-- end content-left -->
<?php get_sidebar(); ?>
<div class="clear"></div>
</div><!-- end content -->
<?php get_footer(); ?>