Webdesign – go41

facebook

Exclude one headline post from frontpage but not if is paged

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

Wer darf was? Benutzergruppen in WordPress

Die Benutzerverwaltung von WordPress zwingt mich immer wieder danach zu suchen, welcher Benutzer was tun darf. Da findet man auf doku.wordpress-deutschland.org Benutzerrollen Bezeichnungen wie: Zusammenfassung der Rollen Administrator - Jemand, der Zugang hat zu allen Features der WordPress-Installation Editor -

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