| name | language | licence |
|---|---|---|
| archive | PHP | GPL 2 |
| Display PHP on a Single Page | PHP | BSD |
| ALTERNATING ROWS (WORDPRESS VERSION) | PHP | BSD |
| WORDPRESS (WP) CUSTOM FIELDS | PHP | BSD |
| WORDPRESS STATIC HTML TEMPLATE | PHP | BSD |
| gallery | PHP | GPL 2 |
| Display In 2-Column Table | PHP | BSD |
| WordPress custom post listing | PHP | BSD |
< 1 2 3 4 5 6 7 8 9 10 11 12 >
language: PHP
licence: BSD
WordPress custom post listing
options: view full snippet • send to code collector
WordPress custom post listing //This pulls out posts from WordPress and displays them on a Page Template, along with some Custom Fields. <?php /* Template Name: Offerings */ get_header(); ?> <div id="content" class="widecolumn"> <div id="copy"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h1 id="post-<?php the_ID(); ?>"><?php the_title(); ?></h1>



library
buttons (3)
wp (93)