All pastes #1902507 Raw Edit

External file with a custom fiel

public php v1 · immutable
#1902507 ·published 2010-07-17 17:20 UTC
rendered paste body
<?php	include("../../../../wp-load.php");if (isset($_GET['id'])) { ?>	<div>		<?php echo get_post_meta(($_GET['id']), "map", true); ?>	</div><?php}?>