آسف اخي لم أرى ردك
تفضل هذا الكود الي داخل الملف الي قلت لي عليه
\[code\]<?php
global $get\_meta;
if( ( tie\_get\_option( 'post\_meta' ) && empty( $get\_meta\["tie\_hide\_meta"\]\[0\] ) ) || $get\_meta\["tie\_hide\_meta"\]\[0\] == 'no' ): ?>
<p class="post-meta">
<?php if( tie\_get\_option( 'post\_author' ) ): ?>
<span><?php \_e( 'Posted by: ' , 'tie' ); ?><a href=""<?php">" title="<?php sprintf( esc\_attr\_\_( 'View all posts by %s', 'tie' ), get\_the\_author() ) ?>"><?php echo get\_the\_author() ?> </a></span>
<?php endif; ?>
<?php if( tie\_get\_option( 'post\_date' ) && tie\_get\_option( 'time\_format' ) != 'none' ): ?>
<?php \_\_( 'on ' , 'tie' ); ?><?php tie\_get\_time() ?>
<?php endif; ?>
<?php if( tie\_get\_option( 'post\_cats' ) ): ?>
<span><?php \_e( 'in ' , 'tie' ); ?><?php printf('%1$s', get\_the\_category\_list( ', ' ) ); ?></span>
<?php endif; ?>
<?php if( tie\_get\_option( 'post\_comments' ) ): ?>
<span><?php comments\_popup\_link( \_\_( 'Leave a comment', 'tie' ), \_\_( '1 Comment', 'tie' ), \_\_( '% Comments', 'tie' ) ); ?></span>
<?php endif; ?>
</p>
<div class="clear"></div>
<?php endif; ?>\[/code\]