Webdesign – go41

highlights

List some pages with content in WordPress

To list pages in WordPress you normally take this: <?php wp_list_pages(); ?> But how to display some pages with the_content or the_excerpt? I didn't find a way to query specified pages by page_id and run a foreach loop, so we

List subcategories in category bar of arthemia theme

In the WordPress theme Arthemia theme by Michael Jubel is a wide category bar displaying 5 categories and their description. Users of this theme having sub-categories will normally not see them on this bar. I will show you how to

Category view in Arthemia optimized

Category view in Arthemia optimized

Question: Can you display headline & featured block to each category and sub-category with different content like Arthemia already have on frontpage? Answer: There is of course a way. Wordpress takes in Arthemia theme the file archive.php if you select