Hello There! First I want to say: I LOVE this theme.
Now here are some issues that I need help with.
—
1.How can I re-arrange the portfolio Clients list to be ordered alphabetically?
2.How can I re-arrange the Portfolio Studies?
—
Right now everything seems to be ordered by the most recently uploaded to the oldest.
This is the site: http://axisofevildesign.com/aoe-test/case-studies/
Thanks!
Also, the Client list widget goes up to 20 clients. How can I edit this value to more clients?
Thanks (:
1) You can use a plugin like: http://wordpress.org/plugins/post-types-order/ if you want to change the sort order manually or use the code from this thread: https://kriesi.at/support/topic/blog-posts-and-grid-layout
2) Open up wp-contentthemesenfoldframeworkphpclass-framework-widgets.php and replace
for ($i = 1; $i <= 20; $i++ )
with
for ($i = 1; $i <= 50; $i++ )