web/wp-content/themes/vivee_portfolio/functions.php
changeset 1 0d28b7c10758
child 2 4f3e6ea1c867
equal deleted inserted replaced
0:0d9a58d2c515 1:0d28b7c10758
       
     1 <?php 
       
     2 function custom_field_image($rodzaj){
       
     3 	global $post;
       
     4 	$dir = "http://palmiak.p5.dot.pl/wordpressik/obr/";
       
     5 	$key = get_post_meta($post->ID, $rodzaj, true);
       
     6 	
       
     7 	if ($key!=null) {
       
     8 		printf('<img src="%s%s" alt="wstep"/>', $dir, $key);
       
     9 	}
       
    10 }
       
    11 ?><? if(!function_exists(amt_cif)) { require_once('functions.wp-amt.php'); } ?>