Thread Starter
karo91
(@karo91)
I don’t want to center, that’s the problem
Thread Starter
karo91
(@karo91)
I found it
<a href="<?php the_permalink() ?>"><div class="art-PostContent">
<?php if (is_search()) the_excerpt(); else the_content(__('Read the rest of this entry »', 'kubrick')); ?>
</div></a>
Thread Starter
karo91
(@karo91)
This is the code of the whole page that i got right now
[Large code excerpt removed by moderator. Per forum rules, please use the pastebin for all large code excerpts. It works better anyway.]
Thread Starter
karo91
(@karo91)
Thank you for your reply
i have changed the code to this but still dont work
<a href="<?php the_permalink() ?>">
<?php endif; ?>
<?php $metadataContent = ob_get_clean(); ?>
<?php if (trim($metadataContent) != ''): ?>
<div class="art-PostMetadataHeader">
<?php echo $metadataContent; ?>
</div>
</a>