bbakersmith
Forum Replies Created
-
Forum: Plugins
In reply to: [GD Star Rating] [Plugin: GD Star Rating] WP_Query Sorting ProblemThe workaround mentioned by Cilvic on the above stackexchange.com page works for me.
In short, just set the GET parameters before using WP_Query.
$_GET["gdsr_sort"] = 'rating'; $_GET["gdsr_order"] = 'desc';Forum: Plugins
In reply to: [GD Star Rating] [Plugin: GD Star Rating] All I can say is WOWThis plugin is not problem free. If you use a custom WP_Query rather than query_posts this plugin does not work.
Forum: Plugins
In reply to: [GD Star Rating] [Plugin: GD Star Rating] WP_Query Sorting ProblemI have the same issue as well.
This seems to have been a problem since at least 2010 and the plugin author just doesn’t really care.
http://www.gdstarrating.com/2010/09/26/gd-star-rating-1-9-5/comment-page-1/#comment-9662
i ended up rolling my own pagination.
Forum: Fixing WordPress
In reply to: Categories DisappearedI solved my problem. The MYSQL tmp directory wasn’t writeable.
I’m running Ubuntu 9.04 and the tmp directory was listed in somewhere in /etc/mysql/my.cnf
As soon as I modified the permissions for the tmp directory my categories re-appeared.
Forum: Fixing WordPress
In reply to: Categories DisappearedI haven’t been able to fix it, and the lack of response from this forum is rather unnerving..