Webdesign – go41

bewerbung

list pages custom styling in arthemia category bar

Some users of of arthemia theme would like to display pages instead of categories in the category bar of this theme. This bar has a custom styling for each of the 5 categories displayed. What we are going to do

Gestaltung

Gestaltung

Die visuelle Wahrnehmung von Internetauftritten ist grundsätzlich abhängig von den Gesetzmäßigkeiten der visuellen Kommunikation. Der Prozess der Informationsaufnahme durch den Internet-User wird wesentlich durch die grafische Gestaltung der Website gesteuert. Der Unterschied zu Printmedien besteht sowohl in technischen Begrenzungen als

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