Bug #2676
closedAR2 Theme "terms" bug
0%
Description
I'm using the newly-added AR2 theme on http://arctest1.commons.gc.cuny.edu/
The theme options (under appearance) has a problem with the "terms" portion of the featured areas. It appears that the taxonomy for the featured areas is broken; when "categories" is selected as the taxonomy, and the specific category is entered into the "terms" section, nothing happens. The featured areas pull from all of the categories.
Path: Appearance -> Options -> Home. Slideshow, featured posts 1 and 2, and news posts all have this issue.
This appears to be a known issue:
http://forums.arrastheme.com/discussion/8925/homepage-category-selection-bug-theme-options
There is a fix for it; you have to go back into postviews.php and do the following:
postviews.php:
Delete line 294 ('use_query_posts' => true,)
Modify the line 295 ('count' => 3,)
I tried a suggested workaround first because I can't get into the database to edit postviews:
http://forums.arrastheme.com/discussion/comment/35732#Comment_35732
Basically, the dashboard will recognize the category number, but this is only something I can identify in the site database. I guessed around a bit and found that "news" is 5, and "debate" is 15, but everything only shows up in the right place when I enter "5, 15" in "terms" for the slider. I guessed a bit more but didn't figure out what the "watch" category number is. Anyhow, it's not a great workaround, as it too seems to be problematic in its own special way.
Thanks!!