Sira
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I can not find the ID in admin pannelI do not understand this text
3.To show the category bar in the front page properly, you have to put the correct category IDs to this line in the index.php file:
<?php $display_categories = array(5,6,7,8,11); $i = 1;
foreach ($display_categories as $category) { ?>
Notice that 5, 6, 7, 8, and 11 are the IDs of the category to be shown in the category bar.Forum: Fixing WordPress
In reply to: I can not find the ID in admin pannelI put this code in edit themes and changed the chmod. And as usual
Forum: Fixing WordPress
In reply to: I can not find the ID in admin pannelI do not understand this text
3.To show the category bar in the front page properly, you have to put the correct category IDs to this line in the index.php file:
<?php $display_categories = array(5,6,7,8,11); $i = 1;
foreach ($display_categories as $category) { ?>
Notice that 5, 6, 7, 8, and 11 are the IDs of the category to be shown in the category bar.Forum: Fixing WordPress
In reply to: I can not find the ID in admin pannelTheme: Arthemia
Forum: Fixing WordPress
In reply to: I can not find the ID in admin pannelcategory IDs