PHOTOGULP.it sia un blog che un aggregatore di notizie, prende i post da altre fonti autorizzate e quindi volevo inserire il link del post originale nel titolo del post presente su POTOGULP.it.
Questo è possibile se usiamo il plugin per sindacare i post, ecco il codice da sostituire nel file single.php:
<!-- TITOLO CON PERMALINK-->
<div id="post-<?php the_ID(); ?>" <?php if (function_exists("post_class")) post_class(); else print 'class="post"'; ?>>
<?php if (!get_post_meta($post->ID, 'hide_title', true)): ?><h2 class="post-title">
<?php if (is_syndicated()) : ?>
<a href="<?php the_syndication_permalink(); ?>" target="_blank"><?php endif; ?><?php the_title(); ?>
<?php if (is_syndicated()) : ?></a><?php endif; ?>
</h2><?php endif; ?>
<!-- TITOLO CON PERMALINK-->
Sostituirlo ovviamente al codice già presente altrimenti ci ritroveremo con due titoli.
0 commenti:
Posta un commento