Organix84
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] Not workingI updated all other plugins, removed this one and all of its data. Then re-installed it and it worked again. Not sure what caused this as I could not debug.
Forum: Plugins
In reply to: [Comments Evolved for WordPress] Google IssueInteresting. It doesn’t work on Chrome, Firefox nor IE on PC. Thanks for the response though.
Forum: Developing with WordPress
In reply to: Sort posts by year and alphabeticallyNever mind I created a new solution that will start with the newest year.
Replace:for ( $counter = intval($oldest); $counter <= intval($newest); $counter += 1)
With:
for ( $counter = intval($newest); $counter >= intval($oldest); $counter = $counter – 1)
Thank you for your work, it is greatly appreciated.
Forum: Developing with WordPress
In reply to: Sort posts by year and alphabeticallyThank you for the code, it is very helpful! Just one question, when the “POSTS” post to the page, 2008 appears before 2010 going down the page. How do I flip these two, ive been messing with you code and cant seem to come up with the proper solution. Thanks!
Forum: Plugins
In reply to: Wp Ecommerce PayPal not completingHelp?
Forum: Plugins
In reply to: Help with wp-e-commerce activationFor anyone experiencing the same problem. Found it through some searching.
Add this to your .htaccess file on its own line.
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php