individuelles und professionelles Webdesign, Programmierung und Internetmarketing

Beiträge Tagged ‘featured’

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 are going to get the pages one by one in separate queries and loops for each page.
Important [...]

Weiterlesen »

11. January 2009 | Tags: , , | 3 Comments »



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 any kind of archive.
To get a special view for categories you could duplicate the archive.php and call [...]

Weiterlesen »

29. November 2008 | Tags: , , | No Comments »