susheel kumar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Export custom post type with attachments and import to other sitethanks for your reply virendra930. But i allready tested that.
Forum: Plugins
In reply to: [Comment Images] Reomve comment_form actionIs there anyone who know about this?
Forum: Plugins
In reply to: [GD Star Rating] [Plugin: GD Star Rating] wp_gdsr_show_article_rating();Yes i found the solution. May be this can help others. Cheers
if(function_exists("wp_gdsr_render_article")){wp_gdsr_render_article($template_id = 0, $read_only = true, $stars_set = "", $stars_size = 0, $stars_set_ie6 = "", $echo = true);}[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Put this code under the loop. This will show the readonly stars with rating.
Forum: Plugins
In reply to: [GD Star Rating] [Plugin: GD Star Rating] wp_gdsr_show_article_rating();I have the same problem. Did you find the solution, Olorin?
Forum: Fixing WordPress
In reply to: Maintain the post order according to category name in WP_Query?Thanks for your support esmi.
Forum: Fixing WordPress
In reply to: Maintain the post order according to category name in WP_Query?Yes exactly. I want to order posts by category something like this
cat1
post1
post2
post3
cat2
post1
post2
post3
—
—
Is it possible by using simple wp_query() or i have to get the categories then loop through the category id. But in this case i have another issue with pagination.