I will give you here a code to list only one post per selected category. You could include this code into your index.php to query for the last posts of the categories you put into this code. The first and … Weiterlesen
March 3, 2009
5 Kommentare
March 3, 2009
5 Kommentare
I will give you here a code to list only one post per selected category. You could include this code into your index.php to query for the last posts of the categories you put into this code. The first and … Weiterlesen
March 1, 2009
5 Kommentare
In WordPress on the frontpage you have normally a flow of posts. I want to show you how to put any advertising link or Adsense code between one or more of this posts. We are going to edit the index.php … Weiterlesen
February 7, 2009
Keine Kommentare
I see many WordPress user editing their files online with the theme editor. Doing something wrong with this it is hard to step back or restore your original theme files. I never edited any files online but prefer to use … Weiterlesen
February 2, 2009
15 Kommentare
Some users of of arthemia theme would like to display pages instead of categories in the category bar of this theme. This bar has a custom styling for each of the 5 categories displayed. What we are going to do … Weiterlesen
January 11, 2009
4 Kommentare
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 … Weiterlesen
December 13, 2008
15 Kommentare
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 … Weiterlesen
December 2, 2008
1 Kommentar
The problem: I got a WordPress site with feature headline, the latest post of headline category. Below I want to show all posts from all categories except this one. But I want to display older posts from this category headline … Weiterlesen
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 … Weiterlesen