Skip to content

Instantly share code, notes, and snippets.

@beyazitkolemen
Created June 15, 2011 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beyazitkolemen/1028411 to your computer and use it in GitHub Desktop.
Save beyazitkolemen/1028411 to your computer and use it in GitHub Desktop.
Wordpress Özel Alan Sorgulama
<?php
$anarschi = get_post_meta($post->ID,'ozelalanismi', true);
if($anarschi != "") { ?>
<? echo strtolower($anarschi); ?>
<?php }else{ ?>
özel alan yok
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment