individuelles und professionelles Webdesign, Programmierung und Internetmarketing

Beiträge Tagged ‘query’

Add Adsense between some Posts in WordPress

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 for this, so please make a BACKUP of this file before starting to change anything!!
We will do [...]

Weiterlesen »

1. March 2009 | Tags: , , , | No Comments »



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 »