latvianalaskan
Forum Replies Created
-
esmi – thanks for the information! I did get this theme outside of wordpress.org but there are specific sections throughout the back-end where the creators specify what is/isn’t okay to edit – I am under the opinion that the section I am referring to is editable. At any rate (for those poor souls looking for knowledge scrapes) here is what I implemented to get the right SUM to show up:
”SELECT SUM(mc_gross)’
. ‘ FROM wp_paypal_transactions’
. ‘ WHERE payment_status=\’Completed\”
. ‘ GROUP BY payment_status’;’Forum: Themes and Templates
In reply to: Getting my text to wrap around my theme inserted featured imageThanks again!
Forum: Themes and Templates
In reply to: Getting my text to wrap around my theme inserted featured imageThis might need another thread, but do you have any useful tips on cleaning up my code? Aside from just sitting down and removing, editing, stuff line by line? Or perhaps a good method for doing it line by line? I have done quite a few modifications to the Danko theme, but I know it is pretty messy at this stage in the backend of things. Thanks again !
Forum: Themes and Templates
In reply to: Getting my text to wrap around my theme inserted featured imageYou the man Andrew! I am an [moderated] Thanks!