Hallo ich bin gerade am probieren aber ich bekomme es nicht hin liegt evtl.an mangelden php kenntnissen.
Ich möchte lediglich den permanet link etwas weiterrunter verschieben und 2 pic mit links einfügen.
PHP
<div id="post-<?php the_ID(); ?>" class="post_detailed">
<div class="post_image small_height">
<?php $img = get_post_meta($post->ID, 'post_thumb_image_url', true);
if(!empty($img)) { ?>
<a href="<?php the_permalink() ?>">
<img src="<?php bloginfo('template_directory'); ?>/timthumb.php?src=<?php echo $img; ?>&h=350&w=220&zc=1&q=100" alt="<?php the_title(); ?>" width="220" height="350" />
</a>
<?php } ?>
[COLOR="Red"][SIZE="5"]zwischen den beiden sollen zwei Vote Button die Rechts von dem erzeugtem Pic sollen,und der Permalink soll weiter runter,habe das ganze mal mit [COLOR="Black"]<br>[/COLOR] probiert,jedoch vergebens [/SIZE][/COLOR]
PHP
<h1 class="in_post"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1>
<span class="post_info_wide margin_bottom">
By <?php echo get_the_author(); ?> on <?php echo get_the_time('F j, Y'); ?> |
Category: <?php echo get_the_category_list(','); ?> |