
نوشته اصلی توسط
soheyl_ir89
دوست عزیز
اگر منظورت posted by در صفحه اوله،
باید در فایل index.php ترجمه ش کنی.
این کد های index.php هست
چیزی به نام posted by نیست توش
کد PHP:
<?php get_header(); ?>
<?php $blogStyle = (get_option('magnificent_blog_style') == 'false') ? false : true; ?>
<?php get_template_part('includes/breadcrumbs'); ?>
<div id="entries">
<?php if (!$blogStyle) get_template_part('includes/entry');
else get_template_part('includes/entry-blogstyle'); ?>
</div> <!-- end #entries -->
<div id="sidebar-right" class="sidebar">
<div class="block">
<div class="block-border">
<div class="block-content">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar Right Top') ) : ?>
<?php endif; ?>
</div> <!-- end .block-content -->
</div> <!-- end .block-border -->
</div> <!-- end .block -->
<div class="block">
<div class="block-border">
<div class="block-content">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar Right Bottom') ) : ?>
<?php endif; ?>
</div> <!-- end .block-content -->
</div> <!-- end .block-border -->
</div> <!-- end .block -->
</div> <!-- end #sidebar-right -->
<?php get_footer(); ?>