Arthemia Category Problems
-
I’ve noticed a few problems with categories in Arthemia. This is the site I’m fussing around with: https://amyrobinson.net/followfocus/.
1. I don’t seem to be able to change the categories in the Browse Categories bar in the middle of the front page. I’ve tried editing the Category IDs in the following section in index.php, but it seems to be using the original ID selections:
<div id=”middle” class=”clearfloat”>
<img src=”<?php echo get_option(‘home’); ?>/wp-content/themes/arthemia/images/category.png” class=”clearfloat” alt=”” />
<?php $display_categories = array(5,6,7,23,1); $i = 1;
foreach ($display_categories as $category) { ?>2. The “Contributors” list seems to be pulling its data from one category only, not from all categories. In addition, when I click on “Next Page,” it takes me to a page generated from only one category, not all categories and it’s the same category as the category being used for the “Contributors” list.
Any thoughts?
- The topic ‘Arthemia Category Problems’ is closed to new replies.