groups

name language licence
Unique Single template PHP Other
Query Posts PHP Other
Feature post highlighting PHP Other
Retrieve and Display Images from a WordPress Post PHP Other
Attachment display PHP Other
function_exists() PHP Other
Linking Without Using Permalinks PHP Other
Static Page with Mini-Loop PHP Other

< 1 2 3 >



language: PHP
licence: Other

Linking Without Using Permalinks

options: view full snippetsend to code collector
Post:						<a href="index.php?p=123">Post Title</a>
Categories:					<a href="index.php?cat=7">Category Title</a>
Pages:						<a href="index.php?page_id=42">Page title</a>
Year: 						<a href="index.php?m=2006">2006</a>
Month: 						<a href="index.php?m=200601">Jan 2006</a>
Day: 						<a href="index.php?m=20060101">Jan 1, 2006</a>
External Sites:				<a href="http://example.com/index.php?p=123">post title</a>

	
(Continues...)