hallo,
ich möchte gerne die verlinkung vom titel der artikel entfernen, geht das überhaupt?
hab da auch was gefunden, bin mir aber nicht sicher ob man es dort überhaupt beeinflussen kann:
PHP
<div class="post clear" id="post-<?php the_ID(); ?>">
<div class="thumbnail">
<?php the_content(); ?>
</div>
<div class="entry">
<?php if(get_post_meta($post->ID, 'url', true)) { ?>
<h2><a href="<?php echo get_post_meta($post->ID, 'url', true); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<?php } else { ?>
<h2><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<?php } ?>
<p class="comment-link"><?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
<?php echo get_post_meta($post->ID, 'description', true); ?>
</div>
</div>
Alles anzeigen
... bitte helft einem absoluten laien!! :neutral: