با سلام
دوستان بنده یک قالب دارم که تاریخ اعضا را نشون میده این هم کد استفاده شده هست
<div class="download-author">
<?php do_action( 'XXX_download_author_before' ); ?>
<?php printf( '<a class="author-link" href="%s" rel="author">%s</a>', XXX_author_url( get_the_author_meta( 'ID' ) ), get_avatar( get_the_author_meta( 'ID' ), 130 ) ); ?>
<?php printf( '<a class="author-link" href="%s" rel="author">%s</a>', XXXX_author_url( get_the_author_meta( 'ID' ) ), get_the_author() ); ?>
<span class="author-joined"><?php printf( __( 'Author since: %s', 'XXXX' ), date_i18n( get_option( 'date_format' ), strtotime( get_the_author_meta( 'user_registered' ) ) ) ); ?></span>
<?php do_action( 'XXX_download_author_after' ); ?>
</div>
هر کاری کردم نشد شمسی از jdate استفاده چیزی نمایش نداد.
درضمن قسمت وبلاگ هم هنگام فعال کردن افزونه پارسی صفحه سفد میشود.
پیشاپیش تشکر میکنم.