simanet
Forum Replies Created
-
thanks the problem solved .
i use
<?php if ( has_post_thumbnail() ) { the_post_thumbnail(‘thumbnail’);} ?>instead
<?php if ( has_post_thumbnail() ) { the_post_thumbnail();} ?>i have this problem when i want to set featured image manually for old post. it use original size as featured image!
but if i delete old image and upload it again the problem solvedhow i can solve this issue ?
excuse me for my poor english
Forum: Hacks
In reply to: how to add Comment Form in author pagei download my wordpress from http://www.wp-persian.com
it is fully traanslated to persian .but if you need a technology to facilitate websites in various languages, use this plugin :
you can download it from : sitepress-multilingual-cms.zipi test it on local and work well :
it automatically rtl and ltr site direction and you can add how many language you want to use .
Forum: Hacks
In reply to: how to add Comment Form in author pageok i make a page for my profile
i user this code after first loop :<?php wp_reset_postdata(); ?> <?php wp_reset_query(); ?>and it work very well.
tnx dear good luckForum: Hacks
In reply to: how to add Comment Form in author pagei use below code in twenty eleven themes author.php file too, but comment form not appear :
<?php comments_template( ”, true ); ?>please give your author.php file to me .
Forum: Hacks
In reply to: how to add Comment Form in author pageplz feedback this problem to developer for define comment form in author page as a normal page :((
Forum: Hacks
In reply to: how to add Comment Form in author pagehi again ,
tnx for your helpas you say , i use separate file for my profile : author-1.php
(author-{id}.php)
so my ID is 1then i use this code to show comments.php to my author page :
<?php get_template_part( ‘comments’ ); ?>now comment form appear in my author pages, but when i send a comment , comment go to this post instead of my profile!! :
http://www.simafun.com/?p=25975i add google translator to my site for translate persian to english.