tenetcommunity
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
thanks,
tried it, didn’t work…it reversed the order…tried this other code but didn’t work eitherif ($page == false) {} elseif ($page == 'low-to-high') { query_posts('orderby=meta_value&meta_key=price&order=ASC&cat=' . $category_id); } elseif ($page == 'high-to-low') { query_posts('orderby=meta_value&meta_key=price&order=DESC&cat=' . $category_id); } elseif ($page == 'a-z') { query_posts('orderby=title&order=ASC&cat=' . $category_id); } elseif ($page == 'z-a') { query_posts('orderby=title&order=DESC&cat=' . $category_id); }i’m brain fried from working on this theme but i’ll post more info asap
Forum: Plugins
In reply to: [Plugin: GigPress] WPMU Need helpit worked quite well until the new upgrades, which i’m not sure if it’s due to the recent 2.7 wp single install algorithms and the such. i like the plugin and all, but it would be great if it was mu compatible. it’s not like i have a huge community that was utilizing it so no worries 🙂
Forum: Requests and Feedback
In reply to: Plugin Installer Bugs part III, weeeeeOK, will do…
- Uninstalled the WP-auto upgrade plugin
- Browsing through the popular plugin releases
- Here’s the result
Successfully installed the plugin All in One SEO Pack 1.4.6.15.
Thanks! Always learning something new, weeeeeeeeeee
Forum: Plugins
In reply to: NextGEN Gallery Plugin – Cannot Import Imagesi had a problem uploading via ftp, however i noticed that the permissions needed to be set at 0666 on the files before scanning the folder.
Viewing 4 replies - 1 through 4 (of 4 total)