よく使ってる必須項目。
例えば的なメモ。
[html]
<dl>
<?php if(post_custom(‘エリア’)): ?>
<dt>エリア</dt>
<dd><?php echo post_custom(‘エリア’); ?></dd>
<?php endif; ?>
</dl>
[/html]
よく使ってる必須項目。
例えば的なメモ。
[html]
<dl>
<?php if(post_custom(‘エリア’)): ?>
<dt>エリア</dt>
<dd><?php echo post_custom(‘エリア’); ?></dd>
<?php endif; ?>
</dl>
[/html]