Webdesign – go41

legislaturperiode

Add Adsense between some Posts in WordPress

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

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

WordPress SELECT query einen Beitrag ausschliessen

Will man einen bestimmten Beitrag oder eine Seite nicht im Loop von WordPress anzeigen, gibt es einige Möglichkeiten. Sofern man man die ID des Beitrags kennt, nimmt man am einfachsten 'continue', um diese $post->ID zu überspringen. Man nimmt sich eine