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
March 1, 2009
5 Kommentare
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
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