groups

name language licence
Default Usage PHP Other
grid.css PHP Other
WORDPRESS GET URL PHP BSD
custom CSS Other
page PHP Other
slideshow-static PHP Other
searchform PHP Other
quotes PHP Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >



language: PHP
licence: Other

Default Usage

options: view full snippetsend to code collector
Use the following example to set a variable ($custom_fields) as a multidimensional array containing all custom fields of the current post.

<?php $custom_fields = get_post_custom(); ?>
	
(Continues...)